COLOR #B9DFD5

HEX: #B9DFD5 RGB: (185,223,213)

Color info

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

RGB color model

#B9DFD5 color RGB value is (185,223,213).

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

RGB channels and saturation

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

185
223
213

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

Portions of RGB colors in percentages

R + G + B = 185 + 223 + 213 = 621 (100%)
R 185 of 621 ~ 29.79%
G 223 of 621 ~ 35.91%
B 213 of 621 ~ 34.3'%

%29.79
%35.91
%34.3

CMYK color model

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

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • 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
%4.48
%12.55

Codes

Color #B9DFD5 in popluar color models

B9 DF D5
RGB 185 223 213
HSL 164° 37.25% 80.00%
HSB/HSV 164° 17.04% 87.45%
CMYK 17.04% 0.00% 4.48%
12.55%

Color #B9DFD5 in popluar number systems.

HEX B9 DF D5
Decimal 185 223 213
Binary 10111001 11011111 11010101
Octal 271 337 325

Shades and tints

Shades of #B9DFD5

#B9DFD5
(185,223,213)
#A9CBC2
(169,203,194)
#99B7AF
(153,183,175)
#89A39C
(137,163,156)
#798F89
(121,143,137)
#697B76
(105,123,118)
#596763
(89,103,99)
#495350
(73,83,80)
#393F3D
(57,63,61)
#292B2A
(41,43,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9DFD5

#B9DFD5
(185,223,213)
#BFE1D8
(191,225,216)
#C5E3DB
(197,227,219)
#CBE5DE
(203,229,222)
#D1E7E1
(209,231,225)
#D7E9E4
(215,233,228)
#DDEBE7
(221,235,231)
#E3EDEA
(227,237,234)
#E9EFED
(233,239,237)
#EFF1F0
(239,241,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DFD5; }

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

This text font color is #B9DFD5.

Background Color

.myBgColor { background-color: #B9DFD5; }

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

This div background color is #B9DFD5.

Border color

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

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

This div border color is #B9DFD5.

Opacity

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

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

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

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

This text has shadow with #B9DFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DFD5.

Preview

Color preview on black background

This text has color #B9DFD5 on black background.


Color preview on white background

This text has color #B9DFD5 on white background.


Black color preview on #B9DFD5 background

This text has black color on #B9DFD5 background.


White color preview on #B9DFD5 background

This text has white color on #B9DFD5 background.


Related colors

Complementary color

Complementary color for #hex is #46202A.


I love getcolorcode.com

Triadic colors

1 #D5B9DF and #DFD5B9 with #B9DFD5 are triadic colors.

2 #D5DFB9 and #DFB9D5 with #B9DFD5 are triadic colors.