COLOR #B0E163

HEX: #B0E163
RGB: (176,225,99)

Color info

#B0E163 contains mainly red and green colors. Web safe color of #B0E163 is #99CC66 (or #9C6).

RGB color model

#B0E163 color RGB value is (176,225,99).

  • red value is 176;
  • green value is 225;
  • blue value is 99.
RGB:
(176,225,99)
(69%,88%,39%)

RGB channels and saturation

R 176 of 255 = 69%
G 225 of 255 = 88%
B 99 of 255 = 39%

176
225
99

R + G + B ~ 65%. #B0E163 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 225 + 99 = 500 (100%)
R 176 of 500 ~ 35.2%
G 225 of 500 ~ 45%
B 99 of 500 ~ 19.8%

%35.2
%45
%19.8

CMYK color model

#B0E163 color CMYK value is (22,0,56,12).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 11.76%
CMYK:
(22,0,56,12)
C22M0Y56K12 
(22%,0%,56%,12%)
(0.22/0.00/0.56/0.12)	

CMYK percentages

%21.78
%0
%56
%11.76

Codes

Color #B0E163 in popluar color models

B0E163
RGB17622599
HSL83°67.74%63.53%
HSB/HSV83°56.00%88.24%
CMYK21.78%0.00%56.00%
11.76%

Color #B0E163 in popluar number systems.

HEXB0E163
Decimal17622599
Binary10110000111000011100011
Octal260341143

Shades and tints

Shades of #B0E163

#B0E163
(176,225,99)
#A0CD5A
(160,205,90)
#90B951
(144,185,81)
#80A548
(128,165,72)
#70913F
(112,145,63)
#607D36
(96,125,54)
#50692D
(80,105,45)
#405524
(64,85,36)
#30411B
(48,65,27)
#202D12
(32,45,18)
#101909
(16,25,9)
#000000
(0,0,0)

Tints of #B0E163

#B0E163
(176,225,99)
#B7E371
(183,227,113)
#BEE57F
(190,229,127)
#C5E78D
(197,231,141)
#CCE99B
(204,233,155)
#D3EBA9
(211,235,169)
#DAEDB7
(218,237,183)
#E1EFC5
(225,239,197)
#E8F1D3
(232,241,211)
#EFF3E1
(239,243,225)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E163 color. Also use rgb(176,225,99) instead hex code.

Text Font Color

.myTextColor { color: #B0E163; }

<p style="color:#B0E163">This sample text font color is #B0E163.</p>

This text font color is #B0E163.


Background Color

.myBgColor { background-color: #B0E163; }

<div style="background-color:#B0E163">Inner text</div>

This div background color is #B0E163.


Border color

.myBorderColor { border: 1px solid #B0E163; }

<div style="border:3px solid #B0E163">Div</div>

This div border color is #B0E163.


Opacity

.myOpacity80 { color: #B0E163; opacity: 0.8; }

<p style="color:#B0E163;opacity:0.8;">80%</p>

Text with #B0E163 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B0E163;}

<p style="text-shadow: 3px 3px 1px #B0E163">Text here.</p>

This text has shadow with #B0E163 color.

.textShadow {text-shadow: 3px 3px 1px #B0E163, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B0E163, 5px 5px 20px red">Text here.</p>

This text has shadow with #B0E163 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0E163, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B0E163, Direction=45, Strength=4)">Text</p>

This text has shadow with #B0E163 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B0E163;
  -webkit-box-shadow:	1px 1px 3px 2px #B0E163;
  box-shadow:		1px 1px 3px 2px #B0E163;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0E163;
-webkit-box-shadow: 1px 1px 3px 2px #B0E163;
box-shadow:1px 1px 3px 2px #B0E163;">
Div content here</div>
This div box has shadow with color #B0E163.

Preview

Color preview on black background

This text has color #B0E163 on black background.


Color preview on white background

This text has color #B0E163 on white background.



Black color preview on #B0E163 background

This text has black color on #B0E163 background.


White color preview on #B0E163 background

This text has white color on #B0E163 background.