COLOR #B9DABE

HEX: #B9DABE
RGB: (185,218,190)

Color info

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

RGB color model

#B9DABE color RGB value is (185,218,190).

  • red value is 185;
  • green value is 218;
  • blue value is 190.
RGB:
(185,218,190)
(73%,85%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 190 of 255 = 75%

185
218
190

R + G + B ~ 78%. #B9DABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 218 + 190 = 593 (100%)
R 185 of 593 ~ 31.2%
G 218 of 593 ~ 36.76%
B 190 of 593 ~ 32.04%

%31.2
%36.76
%32.04

CMYK color model

#B9DABE color CMYK value is (15,0,13,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(15,0,13,15)
C15M0Y13K15 
(15%,0%,13%,15%)
(0.15/0.00/0.13/0.15)	

CMYK percentages

%15.14
%0
%12.84
%14.51

Codes

Color #B9DABE in popluar color models

B9DABE
RGB185218190
HSL129°30.84%79.02%
HSB/HSV129°15.14%85.49%
CMYK15.14%0.00%12.84%
14.51%

Color #B9DABE in popluar number systems.

HEXB9DABE
Decimal185218190
Binary101110011101101010111110
Octal271332276

Shades and tints

Shades of #B9DABE

#B9DABE
(185,218,190)
#A9C7AD
(169,199,173)
#99B49C
(153,180,156)
#89A18B
(137,161,139)
#798E7A
(121,142,122)
#697B69
(105,123,105)
#596858
(89,104,88)
#495547
(73,85,71)
#394236
(57,66,54)
#292F25
(41,47,37)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #B9DABE

#B9DABE
(185,218,190)
#BFDDC3
(191,221,195)
#C5E0C8
(197,224,200)
#CBE3CD
(203,227,205)
#D1E6D2
(209,230,210)
#D7E9D7
(215,233,215)
#DDECDC
(221,236,220)
#E3EFE1
(227,239,225)
#E9F2E6
(233,242,230)
#EFF5EB
(239,245,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DABE; }

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

This text font color is #B9DABE.


Background Color

.myBgColor { background-color: #B9DABE; }

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

This div background color is #B9DABE.


Border color

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

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

This div border color is #B9DABE.


Opacity

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

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

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

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

This text has shadow with #B9DABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DABE on black background.


Color preview on white background

This text has color #B9DABE on white background.



Black color preview on #B9DABE background

This text has black color on #B9DABE background.


White color preview on #B9DABE background

This text has white color on #B9DABE background.