COLOR #B0DDAA

HEX: #B0DDAA RGB: (176,221,170)

Color info

#B0DDAA contains red, green and blue colors in about the same proportion. Web safe color of #B0DDAA is #99CC99 (or #9C9).

RGB color model

#B0DDAA color RGB value is (176,221,170).

RGB: (176,221,170) (69%, 87%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 221 of 255 = 87%
B 170 of 255 = 67%

176
221
170

R + G + B ~ 74%. #B0DDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 221 + 170 = 567 (100%)
R 176 of 567 ~ 31.04%
G 221 of 567 ~ 38.98%
B 170 of 567 ~ 29.98'%

%31.04
%38.98
%29.98

CMYK color model

#B0DDAA color CMYK value is (20,0,23,13).

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

CMYK: (20,0,23,13)
C20M0Y23K13 (20%, 0%, 23%, 13%)
(0.20 / 0.00 / 0.23 / 0.13)

CMYK percentages

%20.36
%0
%23.08
%13.33

Codes

Color #B0DDAA in popluar color models

B0 DD AA
RGB 176 221 170
HSL 113° 42.86% 76.67%
HSB/HSV 113° 23.08% 86.67%
CMYK 20.36% 0.00% 23.08%
13.33%

Color #B0DDAA in popluar number systems.

HEX B0 DD AA
Decimal 176 221 170
Binary 10110000 11011101 10101010
Octal 260 335 252

Shades and tints

Shades of #B0DDAA

#B0DDAA
(176,221,170)
#A0C99B
(160,201,155)
#90B58C
(144,181,140)
#80A17D
(128,161,125)
#708D6E
(112,141,110)
#60795F
(96,121,95)
#506550
(80,101,80)
#405141
(64,81,65)
#303D32
(48,61,50)
#202923
(32,41,35)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #B0DDAA

#B0DDAA
(176,221,170)
#B7E0B1
(183,224,177)
#BEE3B8
(190,227,184)
#C5E6BF
(197,230,191)
#CCE9C6
(204,233,198)
#D3ECCD
(211,236,205)
#DAEFD4
(218,239,212)
#E1F2DB
(225,242,219)
#E8F5E2
(232,245,226)
#EFF8E9
(239,248,233)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DDAA; }

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

This text font color is #B0DDAA.

Background Color

.myBgColor { background-color: #B0DDAA; }

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

This div background color is #B0DDAA.

Border color

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

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

This div border color is #B0DDAA.

Opacity

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

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

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

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

This text has shadow with #B0DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DDAA.

Preview

Color preview on black background

This text has color #B0DDAA on black background.


Color preview on white background

This text has color #B0DDAA on white background.


Black color preview on #B0DDAA background

This text has black color on #B0DDAA background.


White color preview on #B0DDAA background

This text has white color on #B0DDAA background.


Related colors

Complementary color

Complementary color for #hex is #4F2255.


I love getcolorcode.com

Triadic colors

1 #AAB0DD and #DDAAB0 with #B0DDAA are triadic colors.

2 #AADDB0 and #DDB0AA with #B0DDAA are triadic colors.