COLOR #B9F0D6

HEX: #B9F0D6 RGB: (185,240,214)

Color info

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

RGB color model

#B9F0D6 color RGB value is (185,240,214).

RGB: (185,240,214) (73%, 94%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 240 of 255 = 94%
B 214 of 255 = 84%

185
240
214

R + G + B ~ 84%. #B9F0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 240 + 214 = 639 (100%)
R 185 of 639 ~ 28.95%
G 240 of 639 ~ 37.56%
B 214 of 639 ~ 33.49'%

%28.95
%37.56
%33.49

CMYK color model

#B9F0D6 color CMYK value is (23,0,11,6).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 5.88%

CMYK: (23,0,11,6)
C23M0Y11K6 (23%, 0%, 11%, 6%)
(0.23 / 0.00 / 0.11 / 0.06)

CMYK percentages

%22.92
%0
%10.83
%5.88

Codes

Color #B9F0D6 in popluar color models

B9 F0 D6
RGB 185 240 214
HSL 152° 64.71% 83.33%
HSB/HSV 152° 22.92% 94.12%
CMYK 22.92% 0.00% 10.83%
5.88%

Color #B9F0D6 in popluar number systems.

HEX B9 F0 D6
Decimal 185 240 214
Binary 10111001 11110000 11010110
Octal 271 360 326

Shades and tints

Shades of #B9F0D6

#B9F0D6
(185,240,214)
#A9DBC3
(169,219,195)
#99C6B0
(153,198,176)
#89B19D
(137,177,157)
#799C8A
(121,156,138)
#698777
(105,135,119)
#597264
(89,114,100)
#495D51
(73,93,81)
#39483E
(57,72,62)
#29332B
(41,51,43)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #B9F0D6

#B9F0D6
(185,240,214)
#BFF1D9
(191,241,217)
#C5F2DC
(197,242,220)
#CBF3DF
(203,243,223)
#D1F4E2
(209,244,226)
#D7F5E5
(215,245,229)
#DDF6E8
(221,246,232)
#E3F7EB
(227,247,235)
#E9F8EE
(233,248,238)
#EFF9F1
(239,249,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F0D6; }

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

This text font color is #B9F0D6.

Background Color

.myBgColor { background-color: #B9F0D6; }

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

This div background color is #B9F0D6.

Border color

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

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

This div border color is #B9F0D6.

Opacity

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

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

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

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

This text has shadow with #B9F0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F0D6.

Preview

Color preview on black background

This text has color #B9F0D6 on black background.


Color preview on white background

This text has color #B9F0D6 on white background.


Black color preview on #B9F0D6 background

This text has black color on #B9F0D6 background.


White color preview on #B9F0D6 background

This text has white color on #B9F0D6 background.


Related colors

Complementary color

Complementary color for #hex is #460F29.


I love getcolorcode.com

Triadic colors

1 #D6B9F0 and #F0D6B9 with #B9F0D6 are triadic colors.

2 #D6F0B9 and #F0B9D6 with #B9F0D6 are triadic colors.