COLOR #B9DCCB

HEX: #B9DCCB
RGB: (185,220,203)

Color info

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

RGB color model

#B9DCCB color RGB value is (185,220,203).

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

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 203 of 255 = 80%

185
220
203

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

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 203 = 608 (100%)
R 185 of 608 ~ 30.43%
G 220 of 608 ~ 36.18%
B 203 of 608 ~ 33.39%

%30.43
%36.18
%33.39

CMYK color model

#B9DCCB color CMYK value is (16,0,8,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(16,0,8,14)
C16M0Y8K14 
(16%,0%,8%,14%)
(0.16/0.00/0.08/0.14)	

CMYK percentages

%15.91
%0
%7.73
%13.73

Codes

Color #B9DCCB in popluar color models

B9DCCB
RGB185220203
HSL151°33.33%79.41%
HSB/HSV151°15.91%86.27%
CMYK15.91%0.00%7.73%
13.73%

Color #B9DCCB in popluar number systems.

HEXB9DCCB
Decimal185220203
Binary101110011101110011001011
Octal271334313

Shades and tints

Shades of #B9DCCB

#B9DCCB
(185,220,203)
#A9C8B9
(169,200,185)
#99B4A7
(153,180,167)
#89A095
(137,160,149)
#798C83
(121,140,131)
#697871
(105,120,113)
#59645F
(89,100,95)
#49504D
(73,80,77)
#393C3B
(57,60,59)
#292829
(41,40,41)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9DCCB

#B9DCCB
(185,220,203)
#BFDFCF
(191,223,207)
#C5E2D3
(197,226,211)
#CBE5D7
(203,229,215)
#D1E8DB
(209,232,219)
#D7EBDF
(215,235,223)
#DDEEE3
(221,238,227)
#E3F1E7
(227,241,231)
#E9F4EB
(233,244,235)
#EFF7EF
(239,247,239)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DCCB; }

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

This text font color is #B9DCCB.


Background Color

.myBgColor { background-color: #B9DCCB; }

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

This div background color is #B9DCCB.


Border color

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

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

This div border color is #B9DCCB.


Opacity

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

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

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

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

This text has shadow with #B9DCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCCB on black background.


Color preview on white background

This text has color #B9DCCB on white background.



Black color preview on #B9DCCB background

This text has black color on #B9DCCB background.


White color preview on #B9DCCB background

This text has white color on #B9DCCB background.