COLOR #B9DEBE

HEX: #B9DEBE
RGB: (185,222,190)

Color info

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

RGB color model

#B9DEBE color RGB value is (185,222,190).

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

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 190 of 255 = 75%

185
222
190

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 190 = 597 (100%)
R 185 of 597 ~ 30.99%
G 222 of 597 ~ 37.19%
B 190 of 597 ~ 31.83%

%30.99
%37.19
%31.83

CMYK color model

#B9DEBE color CMYK value is (17,0,14,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%
CMYK:
(17,0,14,13)
C17M0Y14K13 
(17%,0%,14%,13%)
(0.17/0.00/0.14/0.13)	

CMYK percentages

%16.67
%0
%14.41
%12.94

Codes

Color #B9DEBE in popluar color models

B9DEBE
RGB185222190
HSL128°35.92%79.80%
HSB/HSV128°16.67%87.06%
CMYK16.67%0.00%14.41%
12.94%

Color #B9DEBE in popluar number systems.

HEXB9DEBE
Decimal185222190
Binary101110011101111010111110
Octal271336276

Shades and tints

Shades of #B9DEBE

#B9DEBE
(185,222,190)
#A9CAAD
(169,202,173)
#99B69C
(153,182,156)
#89A28B
(137,162,139)
#798E7A
(121,142,122)
#697A69
(105,122,105)
#596658
(89,102,88)
#495247
(73,82,71)
#393E36
(57,62,54)
#292A25
(41,42,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #B9DEBE

#B9DEBE
(185,222,190)
#BFE1C3
(191,225,195)
#C5E4C8
(197,228,200)
#CBE7CD
(203,231,205)
#D1EAD2
(209,234,210)
#D7EDD7
(215,237,215)
#DDF0DC
(221,240,220)
#E3F3E1
(227,243,225)
#E9F6E6
(233,246,230)
#EFF9EB
(239,249,235)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEBE; }

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

This text font color is #B9DEBE.


Background Color

.myBgColor { background-color: #B9DEBE; }

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

This div background color is #B9DEBE.


Border color

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

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

This div border color is #B9DEBE.


Opacity

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

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

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

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

This text has shadow with #B9DEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DEBE on black background.


Color preview on white background

This text has color #B9DEBE on white background.



Black color preview on #B9DEBE background

This text has black color on #B9DEBE background.


White color preview on #B9DEBE background

This text has white color on #B9DEBE background.