COLOR #B9DDCB

HEX: #B9DDCB
RGB: (185,221,203)

Color info

#B9DDCB contains red, green and blue colors in about the same proportion. Web safe color of #B9DDCB is #CCCCCC (or #CCC).

RGB color model

#B9DDCB color RGB value is (185,221,203).

  • red value is 185;
  • green value is 221;
  • blue value is 203.
RGB:
(185,221,203)
(73%,87%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 203 of 255 = 80%

185
221
203

R + G + B ~ 80%. #B9DDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 203 = 609 (100%)
R 185 of 609 ~ 30.38%
G 221 of 609 ~ 36.29%
B 203 of 609 ~ 33.33%

%30.38
%36.29
%33.33

CMYK color model

#B9DDCB color CMYK value is (16,0,8,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 13.33%
CMYK:
(16,0,8,13)
C16M0Y8K13 
(16%,0%,8%,13%)
(0.16/0.00/0.08/0.13)	

CMYK percentages

%16.29
%0
%8.14
%13.33

Codes

Color #B9DDCB in popluar color models

B9DDCB
RGB185221203
HSL150°34.62%79.61%
HSB/HSV150°16.29%86.67%
CMYK16.29%0.00%8.14%
13.33%

Color #B9DDCB in popluar number systems.

HEXB9DDCB
Decimal185221203
Binary101110011101110111001011
Octal271335313

Shades and tints

Shades of #B9DDCB

#B9DDCB
(185,221,203)
#A9C9B9
(169,201,185)
#99B5A7
(153,181,167)
#89A195
(137,161,149)
#798D83
(121,141,131)
#697971
(105,121,113)
#59655F
(89,101,95)
#49514D
(73,81,77)
#393D3B
(57,61,59)
#292929
(41,41,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9DDCB

#B9DDCB
(185,221,203)
#BFE0CF
(191,224,207)
#C5E3D3
(197,227,211)
#CBE6D7
(203,230,215)
#D1E9DB
(209,233,219)
#D7ECDF
(215,236,223)
#DDEFE3
(221,239,227)
#E3F2E7
(227,242,231)
#E9F5EB
(233,245,235)
#EFF8EF
(239,248,239)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DDCB color. Also use rgb(185,221,203) instead hex code.

Text Font Color

.myTextColor { color: #B9DDCB; }

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

This text font color is #B9DDCB.


Background Color

.myBgColor { background-color: #B9DDCB; }

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

This div background color is #B9DDCB.


Border color

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

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

This div border color is #B9DDCB.


Opacity

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

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

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

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

This text has shadow with #B9DDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDCB on black background.


Color preview on white background

This text has color #B9DDCB on white background.



Black color preview on #B9DDCB background

This text has black color on #B9DDCB background.


White color preview on #B9DDCB background

This text has white color on #B9DDCB background.