COLOR #B9E4D7

HEX: #B9E4D7
RGB: (185,228,215)

Color info

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

RGB color model

#B9E4D7 color RGB value is (185,228,215).

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

RGB channels and saturation

R 185 of 255 = 73%
G 228 of 255 = 89%
B 215 of 255 = 84%

185
228
215

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

Portions of RGB colors in percentages

R + G + B =
185 + 228 + 215 = 628 (100%)
R 185 of 628 ~ 29.46%
G 228 of 628 ~ 36.31%
B 215 of 628 ~ 34.24%

%29.46
%36.31
%34.24

CMYK color model

#B9E4D7 color CMYK value is (19,0,6,11).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 5.70%
  • key color value is 10.59%
CMYK:
(19,0,6,11)
C19M0Y6K11 
(19%,0%,6%,11%)
(0.19/0.00/0.06/0.11)	

CMYK percentages

%18.86
%0
%5.7
%10.59

Codes

Color #B9E4D7 in popluar color models

B9E4D7
RGB185228215
HSL162°44.33%80.98%
HSB/HSV162°18.86%89.41%
CMYK18.86%0.00%5.70%
10.59%

Color #B9E4D7 in popluar number systems.

HEXB9E4D7
Decimal185228215
Binary101110011110010011010111
Octal271344327

Shades and tints

Shades of #B9E4D7

#B9E4D7
(185,228,215)
#A9D0C4
(169,208,196)
#99BCB1
(153,188,177)
#89A89E
(137,168,158)
#79948B
(121,148,139)
#698078
(105,128,120)
#596C65
(89,108,101)
#495852
(73,88,82)
#39443F
(57,68,63)
#29302C
(41,48,44)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #B9E4D7

#B9E4D7
(185,228,215)
#BFE6DA
(191,230,218)
#C5E8DD
(197,232,221)
#CBEAE0
(203,234,224)
#D1ECE3
(209,236,227)
#D7EEE6
(215,238,230)
#DDF0E9
(221,240,233)
#E3F2EC
(227,242,236)
#E9F4EF
(233,244,239)
#EFF6F2
(239,246,242)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E4D7; }

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

This text font color is #B9E4D7.


Background Color

.myBgColor { background-color: #B9E4D7; }

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

This div background color is #B9E4D7.


Border color

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

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

This div border color is #B9E4D7.


Opacity

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

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

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

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

This text has shadow with #B9E4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E4D7 on black background.


Color preview on white background

This text has color #B9E4D7 on white background.



Black color preview on #B9E4D7 background

This text has black color on #B9E4D7 background.


White color preview on #B9E4D7 background

This text has white color on #B9E4D7 background.