COLOR #B0DEB9

HEX: #B0DEB9
RGB: (176,222,185)

Color info

#B0DEB9 contains red, green and blue colors in about the same proportion. Web safe color of #B0DEB9 is #99CCCC (or #9CC).

RGB color model

#B0DEB9 color RGB value is (176,222,185).

  • red value is 176;
  • green value is 222;
  • blue value is 185.
RGB:
(176,222,185)
(69%,87%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 222 of 255 = 87%
B 185 of 255 = 73%

176
222
185

R + G + B ~ 76%. #B0DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 222 + 185 = 583 (100%)
R 176 of 583 ~ 30.19%
G 222 of 583 ~ 38.08%
B 185 of 583 ~ 31.73%

%30.19
%38.08
%31.73

CMYK color model

#B0DEB9 color CMYK value is (21,0,17,13).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(21,0,17,13)
C21M0Y17K13 
(21%,0%,17%,13%)
(0.21/0.00/0.17/0.13)	

CMYK percentages

%20.72
%0
%16.67
%12.94

Codes

Color #B0DEB9 in popluar color models

B0DEB9
RGB176222185
HSL132°41.07%78.04%
HSB/HSV132°20.72%87.06%
CMYK20.72%0.00%16.67%
12.94%

Color #B0DEB9 in popluar number systems.

HEXB0DEB9
Decimal176222185
Binary101100001101111010111001
Octal260336271

Shades and tints

Shades of #B0DEB9

#B0DEB9
(176,222,185)
#A0CAA9
(160,202,169)
#90B699
(144,182,153)
#80A289
(128,162,137)
#708E79
(112,142,121)
#607A69
(96,122,105)
#506659
(80,102,89)
#405249
(64,82,73)
#303E39
(48,62,57)
#202A29
(32,42,41)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #B0DEB9

#B0DEB9
(176,222,185)
#B7E1BF
(183,225,191)
#BEE4C5
(190,228,197)
#C5E7CB
(197,231,203)
#CCEAD1
(204,234,209)
#D3EDD7
(211,237,215)
#DAF0DD
(218,240,221)
#E1F3E3
(225,243,227)
#E8F6E9
(232,246,233)
#EFF9EF
(239,249,239)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DEB9 color. Also use rgb(176,222,185) instead hex code.

Text Font Color

.myTextColor { color: #B0DEB9; }

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

This text font color is #B0DEB9.


Background Color

.myBgColor { background-color: #B0DEB9; }

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

This div background color is #B0DEB9.


Border color

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

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

This div border color is #B0DEB9.


Opacity

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

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

Text with #B0DEB9 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 #B0DEB9;}

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

This text has shadow with #B0DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DEB9 on black background.


Color preview on white background

This text has color #B0DEB9 on white background.



Black color preview on #B0DEB9 background

This text has black color on #B0DEB9 background.


White color preview on #B0DEB9 background

This text has white color on #B0DEB9 background.