COLOR #B9DEBB

HEX: #B9DEBB RGB: (185,222,187)

Color info

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

RGB color model

#B9DEBB color RGB value is (185,222,187).

RGB: (185,222,187) (73%, 87%, 73%)

RGB channels and saturation

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

185
222
187

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

Portions of RGB colors in percentages

R + G + B = 185 + 222 + 187 = 594 (100%)
R 185 of 594 ~ 31.14%
G 222 of 594 ~ 37.37%
B 187 of 594 ~ 31.48'%

%31.14
%37.37
%31.48

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • 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
%15.77
%12.94

Codes

Color #B9DEBB in popluar color models

B9 DE BB
RGB 185 222 187
HSL 123° 35.92% 79.80%
HSB/HSV 123° 16.67% 87.06%
CMYK 16.67% 0.00% 15.77%
12.94%

Color #B9DEBB in popluar number systems.

HEX B9 DE BB
Decimal 185 222 187
Binary 10111001 11011110 10111011
Octal 271 336 273

Shades and tints

Shades of #B9DEBB

#B9DEBB
(185,222,187)
#A9CAAA
(169,202,170)
#99B699
(153,182,153)
#89A288
(137,162,136)
#798E77
(121,142,119)
#697A66
(105,122,102)
#596655
(89,102,85)
#495244
(73,82,68)
#393E33
(57,62,51)
#292A22
(41,42,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #B9DEBB

#B9DEBB
(185,222,187)
#BFE1C1
(191,225,193)
#C5E4C7
(197,228,199)
#CBE7CD
(203,231,205)
#D1EAD3
(209,234,211)
#D7EDD9
(215,237,217)
#DDF0DF
(221,240,223)
#E3F3E5
(227,243,229)
#E9F6EB
(233,246,235)
#EFF9F1
(239,249,241)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEBB; }

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

This text font color is #B9DEBB.

Background Color

.myBgColor { background-color: #B9DEBB; }

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

This div background color is #B9DEBB.

Border color

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

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

This div border color is #B9DEBB.

Opacity

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

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

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

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

This text has shadow with #B9DEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DEBB.

Preview

Color preview on black background

This text has color #B9DEBB on black background.


Color preview on white background

This text has color #B9DEBB on white background.


Black color preview on #B9DEBB background

This text has black color on #B9DEBB background.


White color preview on #B9DEBB background

This text has white color on #B9DEBB background.


Related colors

Complementary color

Complementary color for #hex is #462144.


I love getcolorcode.com

Triadic colors

1 #BBB9DE and #DEBBB9 with #B9DEBB are triadic colors.

2 #BBDEB9 and #DEB9BB with #B9DEBB are triadic colors.