COLOR #B9F0D7

HEX: #B9F0D7
RGB: (185,240,215)

Color info

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

RGB color model

#B9F0D7 color RGB value is (185,240,215).

  • red value is 185;
  • green value is 240;
  • blue value is 215.
RGB:
(185,240,215)
(73%,94%,84%)

RGB channels and saturation

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

185
240
215

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

Portions of RGB colors in percentages

R + G + B =
185 + 240 + 215 = 640 (100%)
R 185 of 640 ~ 28.91%
G 240 of 640 ~ 37.5%
B 215 of 640 ~ 33.59%

%28.91
%37.5
%33.59

CMYK color model

#B9F0D7 color CMYK value is (23,0,10,6).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(23,0,10,6)
C23M0Y10K6 
(23%,0%,10%,6%)
(0.23/0.00/0.10/0.06)	

CMYK percentages

%22.92
%0
%10.42
%5.88

Codes

Color #B9F0D7 in popluar color models

B9F0D7
RGB185240215
HSL153°64.71%83.33%
HSB/HSV153°22.92%94.12%
CMYK22.92%0.00%10.42%
5.88%

Color #B9F0D7 in popluar number systems.

HEXB9F0D7
Decimal185240215
Binary101110011111000011010111
Octal271360327

Shades and tints

Shades of #B9F0D7

#B9F0D7
(185,240,215)
#A9DBC4
(169,219,196)
#99C6B1
(153,198,177)
#89B19E
(137,177,158)
#799C8B
(121,156,139)
#698778
(105,135,120)
#597265
(89,114,101)
#495D52
(73,93,82)
#39483F
(57,72,63)
#29332C
(41,51,44)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #B9F0D7

#B9F0D7
(185,240,215)
#BFF1DA
(191,241,218)
#C5F2DD
(197,242,221)
#CBF3E0
(203,243,224)
#D1F4E3
(209,244,227)
#D7F5E6
(215,245,230)
#DDF6E9
(221,246,233)
#E3F7EC
(227,247,236)
#E9F8EF
(233,248,239)
#EFF9F2
(239,249,242)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F0D7; }

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

This text font color is #B9F0D7.


Background Color

.myBgColor { background-color: #B9F0D7; }

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

This div background color is #B9F0D7.


Border color

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

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

This div border color is #B9F0D7.


Opacity

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

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

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

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

This text has shadow with #B9F0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F0D7 on black background.


Color preview on white background

This text has color #B9F0D7 on white background.



Black color preview on #B9F0D7 background

This text has black color on #B9F0D7 background.


White color preview on #B9F0D7 background

This text has white color on #B9F0D7 background.