COLOR #B4D5A6

HEX: #B4D5A6 RGB: (180,213,166)

Color info

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

RGB color model

#B4D5A6 color RGB value is (180,213,166).

RGB: (180,213,166) (71%, 84%, 65%)

RGB channels and saturation

R 180 of 255 = 71%
G 213 of 255 = 84%
B 166 of 255 = 65%

180
213
166

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

Portions of RGB colors in percentages

R + G + B = 180 + 213 + 166 = 559 (100%)
R 180 of 559 ~ 32.2%
G 213 of 559 ~ 38.1%
B 166 of 559 ~ 29.7'%

%32.2
%38.1
%29.7

CMYK color model

#B4D5A6 color CMYK value is (15,0,22,16).

  • cyan value is 15.49%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK: (15,0,22,16) C15M0Y22K16 (15%,0%,22%,16%) (0.15/0.00/0.22/0.16) 

CMYK percentages

%15.49
%0
%22.07
%16.47

Codes

Color #B4D5A6 in popluar color models

B4 D5 A6
RGB 180 213 166
HSL 102° 35.88% 74.31%
HSB/HSV 102° 22.07% 83.53%
CMYK 15.49% 0.00% 22.07%
16.47%

Color #B4D5A6 in popluar number systems.

HEX B4 D5 A6
Decimal 180 213 166
Binary 10110100 11010101 10100110
Octal 264 325 246

Shades and tints

Shades of #B4D5A6

#B4D5A6
(180,213,166)
#A4C297
(164,194,151)
#94AF88
(148,175,136)
#849C79
(132,156,121)
#74896A
(116,137,106)
#64765B
(100,118,91)
#54634C
(84,99,76)
#44503D
(68,80,61)
#343D2E
(52,61,46)
#242A1F
(36,42,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4D5A6

#B4D5A6
(180,213,166)
#BAD8AE
(186,216,174)
#C0DBB6
(192,219,182)
#C6DEBE
(198,222,190)
#CCE1C6
(204,225,198)
#D2E4CE
(210,228,206)
#D8E7D6
(216,231,214)
#DEEADE
(222,234,222)
#E4EDE6
(228,237,230)
#EAF0EE
(234,240,238)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D5A6 color. Also use rgb(180,213,166) instead hex code.

Text Font Color

.myTextColor { color: #B4D5A6; }

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

This text font color is #B4D5A6.

Background Color

.myBgColor { background-color: #B4D5A6; }

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

This div background color is #B4D5A6.

Border color

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

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

This div border color is #B4D5A6.

Opacity

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

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

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

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

This text has shadow with #B4D5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D5A6.

Preview

Color preview on black background

This text has color #B4D5A6 on black background.


Color preview on white background

This text has color #B4D5A6 on white background.


Black color preview on #B4D5A6 background

This text has black color on #B4D5A6 background.


White color preview on #B4D5A6 background

This text has white color on #B4D5A6 background.


Related colors

Complementary color

Complementary color for #hex is #4B2A59.


I love getcolorcode.com

Triadic colors

1 #A6B4D5 and #D5A6B4 with #B4D5A6 are triadic colors.

2 #A6D5B4 and #D5B4A6 with #B4D5A6 are triadic colors.