COLOR #B9DCC5

HEX: #B9DCC5
RGB: (185,220,197)

Color info

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

RGB color model

#B9DCC5 color RGB value is (185,220,197).

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

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 197 of 255 = 77%

185
220
197

R + G + B ~ 79%. #B9DCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 197 = 602 (100%)
R 185 of 602 ~ 30.73%
G 220 of 602 ~ 36.54%
B 197 of 602 ~ 32.72%

%30.73
%36.54
%32.72

CMYK color model

#B9DCC5 color CMYK value is (16,0,10,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK:
(16,0,10,14)
C16M0Y10K14 
(16%,0%,10%,14%)
(0.16/0.00/0.10/0.14)	

CMYK percentages

%15.91
%0
%10.45
%13.73

Codes

Color #B9DCC5 in popluar color models

B9DCC5
RGB185220197
HSL141°33.33%79.41%
HSB/HSV141°15.91%86.27%
CMYK15.91%0.00%10.45%
13.73%

Color #B9DCC5 in popluar number systems.

HEXB9DCC5
Decimal185220197
Binary101110011101110011000101
Octal271334305

Shades and tints

Shades of #B9DCC5

#B9DCC5
(185,220,197)
#A9C8B4
(169,200,180)
#99B4A3
(153,180,163)
#89A092
(137,160,146)
#798C81
(121,140,129)
#697870
(105,120,112)
#59645F
(89,100,95)
#49504E
(73,80,78)
#393C3D
(57,60,61)
#29282C
(41,40,44)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #B9DCC5

#B9DCC5
(185,220,197)
#BFDFCA
(191,223,202)
#C5E2CF
(197,226,207)
#CBE5D4
(203,229,212)
#D1E8D9
(209,232,217)
#D7EBDE
(215,235,222)
#DDEEE3
(221,238,227)
#E3F1E8
(227,241,232)
#E9F4ED
(233,244,237)
#EFF7F2
(239,247,242)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DCC5; }

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

This text font color is #B9DCC5.


Background Color

.myBgColor { background-color: #B9DCC5; }

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

This div background color is #B9DCC5.


Border color

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

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

This div border color is #B9DCC5.


Opacity

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

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

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

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

This text has shadow with #B9DCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCC5 on black background.


Color preview on white background

This text has color #B9DCC5 on white background.



Black color preview on #B9DCC5 background

This text has black color on #B9DCC5 background.


White color preview on #B9DCC5 background

This text has white color on #B9DCC5 background.