COLOR #B9DDB0

HEX: #B9DDB0 RGB: (185,221,176)

Color info

#B9DDB0 contains red, green and blue colors in about the same proportion. Web safe color of #B9DDB0 is #CCCC99 (or #CC9).

RGB color model

#B9DDB0 color RGB value is (185,221,176).

RGB: (185,221,176) (73%, 87%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 176 of 255 = 69%

185
221
176

R + G + B ~ 76%. #B9DDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 221 + 176 = 582 (100%)
R 185 of 582 ~ 31.79%
G 221 of 582 ~ 37.97%
B 176 of 582 ~ 30.24'%

%31.79
%37.97
%30.24

CMYK color model

#B9DDB0 color CMYK value is (16,0,20,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 13.33%

CMYK: (16,0,20,13)
C16M0Y20K13 (16%, 0%, 20%, 13%)
(0.16 / 0.00 / 0.20 / 0.13)

CMYK percentages

%16.29
%0
%20.36
%13.33

Codes

Color #B9DDB0 in popluar color models

B9 DD B0
RGB 185 221 176
HSL 108° 39.82% 77.84%
HSB/HSV 108° 20.36% 86.67%
CMYK 16.29% 0.00% 20.36%
13.33%

Color #B9DDB0 in popluar number systems.

HEX B9 DD B0
Decimal 185 221 176
Binary 10111001 11011101 10110000
Octal 271 335 260

Shades and tints

Shades of #B9DDB0

#B9DDB0
(185,221,176)
#A9C9A0
(169,201,160)
#99B590
(153,181,144)
#89A180
(137,161,128)
#798D70
(121,141,112)
#697960
(105,121,96)
#596550
(89,101,80)
#495140
(73,81,64)
#393D30
(57,61,48)
#292920
(41,41,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #B9DDB0

#B9DDB0
(185,221,176)
#BFE0B7
(191,224,183)
#C5E3BE
(197,227,190)
#CBE6C5
(203,230,197)
#D1E9CC
(209,233,204)
#D7ECD3
(215,236,211)
#DDEFDA
(221,239,218)
#E3F2E1
(227,242,225)
#E9F5E8
(233,245,232)
#EFF8EF
(239,248,239)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DDB0 color. Also use rgb(185,221,176) instead hex code.

Text Font Color

.myTextColor { color: #B9DDB0; }

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

This text font color is #B9DDB0.

Background Color

.myBgColor { background-color: #B9DDB0; }

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

This div background color is #B9DDB0.

Border color

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

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

This div border color is #B9DDB0.

Opacity

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

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

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

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

This text has shadow with #B9DDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DDB0.

Preview

Color preview on black background

This text has color #B9DDB0 on black background.


Color preview on white background

This text has color #B9DDB0 on white background.


Black color preview on #B9DDB0 background

This text has black color on #B9DDB0 background.


White color preview on #B9DDB0 background

This text has white color on #B9DDB0 background.


Related colors

Complementary color

Complementary color for #hex is #46224F.


I love getcolorcode.com

Triadic colors

1 #B0B9DD and #DDB0B9 with #B9DDB0 are triadic colors.

2 #B0DDB9 and #DDB9B0 with #B9DDB0 are triadic colors.