COLOR #B9DBBE

HEX: #B9DBBE
RGB: (185,219,190)

Color info

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

RGB color model

#B9DBBE color RGB value is (185,219,190).

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

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 190 of 255 = 75%

185
219
190

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

Portions of RGB colors in percentages

R + G + B =
185 + 219 + 190 = 594 (100%)
R 185 of 594 ~ 31.14%
G 219 of 594 ~ 36.87%
B 190 of 594 ~ 31.99%

%31.14
%36.87
%31.99

CMYK color model

#B9DBBE color CMYK value is (16,0,13,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(16,0,13,14)
C16M0Y13K14 
(16%,0%,13%,14%)
(0.16/0.00/0.13/0.14)	

CMYK percentages

%15.53
%0
%13.24
%14.12

Codes

Color #B9DBBE in popluar color models

B9DBBE
RGB185219190
HSL129°32.08%79.22%
HSB/HSV129°15.53%85.88%
CMYK15.53%0.00%13.24%
14.12%

Color #B9DBBE in popluar number systems.

HEXB9DBBE
Decimal185219190
Binary101110011101101110111110
Octal271333276

Shades and tints

Shades of #B9DBBE

#B9DBBE
(185,219,190)
#A9C8AD
(169,200,173)
#99B59C
(153,181,156)
#89A28B
(137,162,139)
#798F7A
(121,143,122)
#697C69
(105,124,105)
#596958
(89,105,88)
#495647
(73,86,71)
#394336
(57,67,54)
#293025
(41,48,37)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #B9DBBE

#B9DBBE
(185,219,190)
#BFDEC3
(191,222,195)
#C5E1C8
(197,225,200)
#CBE4CD
(203,228,205)
#D1E7D2
(209,231,210)
#D7EAD7
(215,234,215)
#DDEDDC
(221,237,220)
#E3F0E1
(227,240,225)
#E9F3E6
(233,243,230)
#EFF6EB
(239,246,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBBE; }

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

This text font color is #B9DBBE.


Background Color

.myBgColor { background-color: #B9DBBE; }

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

This div background color is #B9DBBE.


Border color

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

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

This div border color is #B9DBBE.


Opacity

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

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

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

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

This text has shadow with #B9DBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DBBE on black background.


Color preview on white background

This text has color #B9DBBE on white background.



Black color preview on #B9DBBE background

This text has black color on #B9DBBE background.


White color preview on #B9DBBE background

This text has white color on #B9DBBE background.