COLOR #B9EFDF

HEX: #B9EFDF RGB: (185,239,223)

Color info

#B9EFDF contains red, green and blue colors in about the same proportion. Web safe color of #B9EFDF is #CCFFCC (or #CFC).

RGB color model

#B9EFDF color RGB value is (185,239,223).

RGB: (185,239,223) (73%, 94%, 87%)

RGB channels and saturation

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

185
239
223

R + G + B ~ 85%. #B9EFDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 239 + 223 = 647 (100%)
R 185 of 647 ~ 28.59%
G 239 of 647 ~ 36.94%
B 223 of 647 ~ 34.47'%

%28.59
%36.94
%34.47

CMYK color model

#B9EFDF color CMYK value is (23,0,7,6).

  • cyan value is 22.59%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK: (23,0,7,6) C23M0Y7K6 (23%,0%,7%,6%) (0.23/0.00/0.07/0.06) 

CMYK percentages

%22.59
%0
%6.69
%6.27

Codes

Color #B9EFDF in popluar color models

B9 EF DF
RGB 185 239 223
HSL 162° 62.79% 83.14%
HSB/HSV 162° 22.59% 93.73%
CMYK 22.59% 0.00% 6.69%
6.27%

Color #B9EFDF in popluar number systems.

HEX B9 EF DF
Decimal 185 239 223
Binary 10111001 11101111 11011111
Octal 271 357 337

Shades and tints

Shades of #B9EFDF

#B9EFDF
(185,239,223)
#A9DACB
(169,218,203)
#99C5B7
(153,197,183)
#89B0A3
(137,176,163)
#799B8F
(121,155,143)
#69867B
(105,134,123)
#597167
(89,113,103)
#495C53
(73,92,83)
#39473F
(57,71,63)
#29322B
(41,50,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #B9EFDF

#B9EFDF
(185,239,223)
#BFF0E1
(191,240,225)
#C5F1E3
(197,241,227)
#CBF2E5
(203,242,229)
#D1F3E7
(209,243,231)
#D7F4E9
(215,244,233)
#DDF5EB
(221,245,235)
#E3F6ED
(227,246,237)
#E9F7EF
(233,247,239)
#EFF8F1
(239,248,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EFDF; }

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

This text font color is #B9EFDF.

Background Color

.myBgColor { background-color: #B9EFDF; }

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

This div background color is #B9EFDF.

Border color

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

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

This div border color is #B9EFDF.

Opacity

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

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

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

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

This text has shadow with #B9EFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EFDF.

Preview

Color preview on black background

This text has color #B9EFDF on black background.


Color preview on white background

This text has color #B9EFDF on white background.


Black color preview on #B9EFDF background

This text has black color on #B9EFDF background.


White color preview on #B9EFDF background

This text has white color on #B9EFDF background.


Related colors

Complementary color

Complementary color for #hex is #461020.


I love getcolorcode.com

Triadic colors

1 #DFB9EF and #EFDFB9 with #B9EFDF are triadic colors.

2 #DFEFB9 and #EFB9DF with #B9EFDF are triadic colors.