COLOR #B4D8A4

HEX: #B4D8A4 RGB: (180,216,164)

Color info

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

RGB color model

#B4D8A4 color RGB value is (180,216,164).

RGB: (180,216,164) (71%, 85%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 164 of 255 = 64%

180
216
164

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

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 164 = 560 (100%)
R 180 of 560 ~ 32.14%
G 216 of 560 ~ 38.57%
B 164 of 560 ~ 29.29'%

%32.14
%38.57
%29.29

CMYK color model

#B4D8A4 color CMYK value is (17,0,24,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 15.29%
CMYK: (17,0,24,15) C17M0Y24K15 (17%,0%,24%,15%) (0.17/0.00/0.24/0.15) 

CMYK percentages

%16.67
%0
%24.07
%15.29

Codes

Color #B4D8A4 in popluar color models

B4 D8 A4
RGB 180 216 164
HSL 102° 40.00% 74.51%
HSB/HSV 102° 24.07% 84.71%
CMYK 16.67% 0.00% 24.07%
15.29%

Color #B4D8A4 in popluar number systems.

HEX B4 D8 A4
Decimal 180 216 164
Binary 10110100 11011000 10100100
Octal 264 330 244

Shades and tints

Shades of #B4D8A4

#B4D8A4
(180,216,164)
#A4C596
(164,197,150)
#94B288
(148,178,136)
#849F7A
(132,159,122)
#748C6C
(116,140,108)
#64795E
(100,121,94)
#546650
(84,102,80)
#445342
(68,83,66)
#344034
(52,64,52)
#242D26
(36,45,38)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4D8A4

#B4D8A4
(180,216,164)
#BADBAC
(186,219,172)
#C0DEB4
(192,222,180)
#C6E1BC
(198,225,188)
#CCE4C4
(204,228,196)
#D2E7CC
(210,231,204)
#D8EAD4
(216,234,212)
#DEEDDC
(222,237,220)
#E4F0E4
(228,240,228)
#EAF3EC
(234,243,236)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D8A4 color. Also use rgb(180,216,164) instead hex code.

Text Font Color

.myTextColor { color: #B4D8A4; }

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

This text font color is #B4D8A4.

Background Color

.myBgColor { background-color: #B4D8A4; }

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

This div background color is #B4D8A4.

Border color

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

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

This div border color is #B4D8A4.

Opacity

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

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

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

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

This text has shadow with #B4D8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D8A4.

Preview

Color preview on black background

This text has color #B4D8A4 on black background.


Color preview on white background

This text has color #B4D8A4 on white background.


Black color preview on #B4D8A4 background

This text has black color on #B4D8A4 background.


White color preview on #B4D8A4 background

This text has white color on #B4D8A4 background.


Related colors

Complementary color

Complementary color for #hex is #4B275B.


I love getcolorcode.com

Triadic colors

1 #A4B4D8 and #D8A4B4 with #B4D8A4 are triadic colors.

2 #A4D8B4 and #D8B4A4 with #B4D8A4 are triadic colors.