COLOR #B9DEBA

HEX: #B9DEBA
RGB: (185,222,186)

Color info

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

RGB color model

#B9DEBA color RGB value is (185,222,186).

  • red value is 185;
  • green value is 222;
  • blue value is 186.
RGB:
(185,222,186)
(73%,87%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 186 of 255 = 73%

185
222
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 186 = 593 (100%)
R 185 of 593 ~ 31.2%
G 222 of 593 ~ 37.44%
B 186 of 593 ~ 31.37%

%31.2
%37.44
%31.37

CMYK color model

#B9DEBA color CMYK value is (17,0,16,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 12.94%
CMYK:
(17,0,16,13)
C17M0Y16K13 
(17%,0%,16%,13%)
(0.17/0.00/0.16/0.13)	

CMYK percentages

%16.67
%0
%16.22
%12.94

Codes

Color #B9DEBA in popluar color models

B9DEBA
RGB185222186
HSL122°35.92%79.80%
HSB/HSV122°16.67%87.06%
CMYK16.67%0.00%16.22%
12.94%

Color #B9DEBA in popluar number systems.

HEXB9DEBA
Decimal185222186
Binary101110011101111010111010
Octal271336272

Shades and tints

Shades of #B9DEBA

#B9DEBA
(185,222,186)
#A9CAAA
(169,202,170)
#99B69A
(153,182,154)
#89A28A
(137,162,138)
#798E7A
(121,142,122)
#697A6A
(105,122,106)
#59665A
(89,102,90)
#49524A
(73,82,74)
#393E3A
(57,62,58)
#292A2A
(41,42,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9DEBA

#B9DEBA
(185,222,186)
#BFE1C0
(191,225,192)
#C5E4C6
(197,228,198)
#CBE7CC
(203,231,204)
#D1EAD2
(209,234,210)
#D7EDD8
(215,237,216)
#DDF0DE
(221,240,222)
#E3F3E4
(227,243,228)
#E9F6EA
(233,246,234)
#EFF9F0
(239,249,240)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DEBA color. Also use rgb(185,222,186) instead hex code.

Text Font Color

.myTextColor { color: #B9DEBA; }

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

This text font color is #B9DEBA.


Background Color

.myBgColor { background-color: #B9DEBA; }

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

This div background color is #B9DEBA.


Border color

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

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

This div border color is #B9DEBA.


Opacity

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

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

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

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

This text has shadow with #B9DEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DEBA on black background.


Color preview on white background

This text has color #B9DEBA on white background.



Black color preview on #B9DEBA background

This text has black color on #B9DEBA background.


White color preview on #B9DEBA background

This text has white color on #B9DEBA background.