COLOR #B4D0AD

HEX: #B4D0AD RGB: (180,208,173)

Color info

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

RGB color model

#B4D0AD color RGB value is (180,208,173).

RGB: (180,208,173) (71%, 82%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 208 of 255 = 82%
B 173 of 255 = 68%

180
208
173

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

Portions of RGB colors in percentages

R + G + B = 180 + 208 + 173 = 561 (100%)
R 180 of 561 ~ 32.09%
G 208 of 561 ~ 37.08%
B 173 of 561 ~ 30.84'%

%32.09
%37.08
%30.84

CMYK color model

#B4D0AD color CMYK value is (13,0,17,18).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 18.43%

CMYK: (13,0,17,18)
C13M0Y17K18 (13%, 0%, 17%, 18%)
(0.13 / 0.00 / 0.17 / 0.18)

CMYK percentages

%13.46
%0
%16.83
%18.43

Codes

Color #B4D0AD in popluar color models

B4 D0 AD
RGB 180 208 173
HSL 108° 27.13% 74.71%
HSB/HSV 108° 16.83% 81.57%
CMYK 13.46% 0.00% 16.83%
18.43%

Color #B4D0AD in popluar number systems.

HEX B4 D0 AD
Decimal 180 208 173
Binary 10110100 11010000 10101101
Octal 264 320 255

Shades and tints

Shades of #B4D0AD

#B4D0AD
(180,208,173)
#A4BE9E
(164,190,158)
#94AC8F
(148,172,143)
#849A80
(132,154,128)
#748871
(116,136,113)
#647662
(100,118,98)
#546453
(84,100,83)
#445244
(68,82,68)
#344035
(52,64,53)
#242E26
(36,46,38)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #B4D0AD

#B4D0AD
(180,208,173)
#BAD4B4
(186,212,180)
#C0D8BB
(192,216,187)
#C6DCC2
(198,220,194)
#CCE0C9
(204,224,201)
#D2E4D0
(210,228,208)
#D8E8D7
(216,232,215)
#DEECDE
(222,236,222)
#E4F0E5
(228,240,229)
#EAF4EC
(234,244,236)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D0AD color. Also use rgb(180,208,173) instead hex code.

Text Font Color

.myTextColor { color: #B4D0AD; }

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

This text font color is #B4D0AD.

Background Color

.myBgColor { background-color: #B4D0AD; }

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

This div background color is #B4D0AD.

Border color

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

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

This div border color is #B4D0AD.

Opacity

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

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

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

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

This text has shadow with #B4D0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D0AD.

Preview

Color preview on black background

This text has color #B4D0AD on black background.


Color preview on white background

This text has color #B4D0AD on white background.


Black color preview on #B4D0AD background

This text has black color on #B4D0AD background.


White color preview on #B4D0AD background

This text has white color on #B4D0AD background.


Related colors

Complementary color

Complementary color for #hex is #4B2F52.


I love getcolorcode.com

Triadic colors

1 #ADB4D0 and #D0ADB4 with #B4D0AD are triadic colors.

2 #ADD0B4 and #D0B4AD with #B4D0AD are triadic colors.