COLOR #B9DFD7

HEX: #B9DFD7 RGB: (185,223,215)

Color info

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

RGB color model

#B9DFD7 color RGB value is (185,223,215).

RGB: (185,223,215) (73%, 87%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 223 of 255 = 87%
B 215 of 255 = 84%

185
223
215

R + G + B ~ 81%. #B9DFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 223 + 215 = 623 (100%)
R 185 of 623 ~ 29.7%
G 223 of 623 ~ 35.79%
B 215 of 623 ~ 34.51'%

%29.7
%35.79
%34.51

CMYK color model

#B9DFD7 color CMYK value is (17,0,4,13).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%

CMYK: (17,0,4,13)
C17M0Y4K13 (17%, 0%, 4%, 13%)
(0.17 / 0.00 / 0.04 / 0.13)

CMYK percentages

%17.04
%0
%3.59
%12.55

Codes

Color #B9DFD7 in popluar color models

B9 DF D7
RGB 185 223 215
HSL 167° 37.25% 80.00%
HSB/HSV 167° 17.04% 87.45%
CMYK 17.04% 0.00% 3.59%
12.55%

Color #B9DFD7 in popluar number systems.

HEX B9 DF D7
Decimal 185 223 215
Binary 10111001 11011111 11010111
Octal 271 337 327

Shades and tints

Shades of #B9DFD7

#B9DFD7
(185,223,215)
#A9CBC4
(169,203,196)
#99B7B1
(153,183,177)
#89A39E
(137,163,158)
#798F8B
(121,143,139)
#697B78
(105,123,120)
#596765
(89,103,101)
#495352
(73,83,82)
#393F3F
(57,63,63)
#292B2C
(41,43,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9DFD7

#B9DFD7
(185,223,215)
#BFE1DA
(191,225,218)
#C5E3DD
(197,227,221)
#CBE5E0
(203,229,224)
#D1E7E3
(209,231,227)
#D7E9E6
(215,233,230)
#DDEBE9
(221,235,233)
#E3EDEC
(227,237,236)
#E9EFEF
(233,239,239)
#EFF1F2
(239,241,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DFD7; }

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

This text font color is #B9DFD7.

Background Color

.myBgColor { background-color: #B9DFD7; }

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

This div background color is #B9DFD7.

Border color

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

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

This div border color is #B9DFD7.

Opacity

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

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

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

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

This text has shadow with #B9DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DFD7.

Preview

Color preview on black background

This text has color #B9DFD7 on black background.


Color preview on white background

This text has color #B9DFD7 on white background.


Black color preview on #B9DFD7 background

This text has black color on #B9DFD7 background.


White color preview on #B9DFD7 background

This text has white color on #B9DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #462028.


I love getcolorcode.com

Triadic colors

1 #D7B9DF and #DFD7B9 with #B9DFD7 are triadic colors.

2 #D7DFB9 and #DFB9D7 with #B9DFD7 are triadic colors.