COLOR #B9DFC0

HEX: #B9DFC0
RGB: (185,223,192)

Color info

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

RGB color model

#B9DFC0 color RGB value is (185,223,192).

  • red value is 185;
  • green value is 223;
  • blue value is 192.
RGB:
(185,223,192)
(73%,87%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 223 of 255 = 87%
B 192 of 255 = 75%

185
223
192

R + G + B ~ 78%. #B9DFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 223 + 192 = 600 (100%)
R 185 of 600 ~ 30.83%
G 223 of 600 ~ 37.17%
B 192 of 600 ~ 32%

%30.83
%37.17
%32

CMYK color model

#B9DFC0 color CMYK value is (17,0,14,13).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(17,0,14,13)
C17M0Y14K13 
(17%,0%,14%,13%)
(0.17/0.00/0.14/0.13)	

CMYK percentages

%17.04
%0
%13.9
%12.55

Codes

Color #B9DFC0 in popluar color models

B9DFC0
RGB185223192
HSL131°37.25%80.00%
HSB/HSV131°17.04%87.45%
CMYK17.04%0.00%13.90%
12.55%

Color #B9DFC0 in popluar number systems.

HEXB9DFC0
Decimal185223192
Binary101110011101111111000000
Octal271337300

Shades and tints

Shades of #B9DFC0

#B9DFC0
(185,223,192)
#A9CBAF
(169,203,175)
#99B79E
(153,183,158)
#89A38D
(137,163,141)
#798F7C
(121,143,124)
#697B6B
(105,123,107)
#59675A
(89,103,90)
#495349
(73,83,73)
#393F38
(57,63,56)
#292B27
(41,43,39)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9DFC0

#B9DFC0
(185,223,192)
#BFE1C5
(191,225,197)
#C5E3CA
(197,227,202)
#CBE5CF
(203,229,207)
#D1E7D4
(209,231,212)
#D7E9D9
(215,233,217)
#DDEBDE
(221,235,222)
#E3EDE3
(227,237,227)
#E9EFE8
(233,239,232)
#EFF1ED
(239,241,237)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DFC0 color. Also use rgb(185,223,192) instead hex code.

Text Font Color

.myTextColor { color: #B9DFC0; }

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

This text font color is #B9DFC0.


Background Color

.myBgColor { background-color: #B9DFC0; }

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

This div background color is #B9DFC0.


Border color

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

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

This div border color is #B9DFC0.


Opacity

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

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

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

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

This text has shadow with #B9DFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DFC0 on black background.


Color preview on white background

This text has color #B9DFC0 on white background.



Black color preview on #B9DFC0 background

This text has black color on #B9DFC0 background.


White color preview on #B9DFC0 background

This text has white color on #B9DFC0 background.