COLOR #B9DFDF

HEX: #B9DFDF
RGB: (185,223,223)

Color info

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

RGB color model

#B9DFDF color RGB value is (185,223,223).

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

RGB channels and saturation

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

185
223
223

R + G + B ~ 82%. #B9DFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 223 + 223 = 631 (100%)
R 185 of 631 ~ 29.32%
G 223 of 631 ~ 35.34%
B 223 of 631 ~ 35.34%

%29.32
%35.34
%35.34

CMYK color model

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

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

CMYK percentages

%17.04
%0
%0
%12.55

Codes

Color #B9DFDF in popluar color models

B9DFDF
RGB185223223
HSL180°37.25%80.00%
HSB/HSV180°17.04%87.45%
CMYK17.04%0.00%0.00%
12.55%

Color #B9DFDF in popluar number systems.

HEXB9DFDF
Decimal185223223
Binary101110011101111111011111
Octal271337337

Shades and tints

Shades of #B9DFDF

#B9DFDF
(185,223,223)
#A9CBCB
(169,203,203)
#99B7B7
(153,183,183)
#89A3A3
(137,163,163)
#798F8F
(121,143,143)
#697B7B
(105,123,123)
#596767
(89,103,103)
#495353
(73,83,83)
#393F3F
(57,63,63)
#292B2B
(41,43,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9DFDF

#B9DFDF
(185,223,223)
#BFE1E1
(191,225,225)
#C5E3E3
(197,227,227)
#CBE5E5
(203,229,229)
#D1E7E7
(209,231,231)
#D7E9E9
(215,233,233)
#DDEBEB
(221,235,235)
#E3EDED
(227,237,237)
#E9EFEF
(233,239,239)
#EFF1F1
(239,241,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DFDF; }

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

This text font color is #B9DFDF.


Background Color

.myBgColor { background-color: #B9DFDF; }

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

This div background color is #B9DFDF.


Border color

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

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

This div border color is #B9DFDF.


Opacity

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

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

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

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

This text has shadow with #B9DFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DFDF on black background.


Color preview on white background

This text has color #B9DFDF on white background.



Black color preview on #B9DFDF background

This text has black color on #B9DFDF background.


White color preview on #B9DFDF background

This text has white color on #B9DFDF background.