COLOR #B4DAA0

HEX: #B4DAA0 RGB: (180,218,160)

Color info

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

RGB color model

#B4DAA0 color RGB value is (180,218,160).

RGB: (180,218,160) (71%, 85%, 63%)

RGB channels and saturation

R 180 of 255 = 71%
G 218 of 255 = 85%
B 160 of 255 = 63%

180
218
160

R + G + B ~ 73%. #B4DAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 218 + 160 = 558 (100%)
R 180 of 558 ~ 32.26%
G 218 of 558 ~ 39.07%
B 160 of 558 ~ 28.67'%

%32.26
%39.07
%28.67

CMYK color model

#B4DAA0 color CMYK value is (17,0,27,15).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 14.51%

CMYK: (17,0,27,15)
C17M0Y27K15 (17%, 0%, 27%, 15%)
(0.17 / 0.00 / 0.27 / 0.15)

CMYK percentages

%17.43
%0
%26.61
%14.51

Codes

Color #B4DAA0 in popluar color models

B4 DA A0
RGB 180 218 160
HSL 99° 43.94% 74.12%
HSB/HSV 99° 26.61% 85.49%
CMYK 17.43% 0.00% 26.61%
14.51%

Color #B4DAA0 in popluar number systems.

HEX B4 DA A0
Decimal 180 218 160
Binary 10110100 11011010 10100000
Octal 264 332 240

Shades and tints

Shades of #B4DAA0

#B4DAA0
(180,218,160)
#A4C792
(164,199,146)
#94B484
(148,180,132)
#84A176
(132,161,118)
#748E68
(116,142,104)
#647B5A
(100,123,90)
#54684C
(84,104,76)
#44553E
(68,85,62)
#344230
(52,66,48)
#242F22
(36,47,34)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #B4DAA0

#B4DAA0
(180,218,160)
#BADDA8
(186,221,168)
#C0E0B0
(192,224,176)
#C6E3B8
(198,227,184)
#CCE6C0
(204,230,192)
#D2E9C8
(210,233,200)
#D8ECD0
(216,236,208)
#DEEFD8
(222,239,216)
#E4F2E0
(228,242,224)
#EAF5E8
(234,245,232)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DAA0 color. Also use rgb(180,218,160) instead hex code.

Text Font Color

.myTextColor { color: #B4DAA0; }

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

This text font color is #B4DAA0.

Background Color

.myBgColor { background-color: #B4DAA0; }

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

This div background color is #B4DAA0.

Border color

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

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

This div border color is #B4DAA0.

Opacity

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

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

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

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

This text has shadow with #B4DAA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DAA0.

Preview

Color preview on black background

This text has color #B4DAA0 on black background.


Color preview on white background

This text has color #B4DAA0 on white background.


Black color preview on #B4DAA0 background

This text has black color on #B4DAA0 background.


White color preview on #B4DAA0 background

This text has white color on #B4DAA0 background.


Related colors

Complementary color

Complementary color for #hex is #4B255F.


I love getcolorcode.com

Triadic colors

1 #A0B4DA and #DAA0B4 with #B4DAA0 are triadic colors.

2 #A0DAB4 and #DAB4A0 with #B4DAA0 are triadic colors.