COLOR #B4D1A2

HEX: #B4D1A2
RGB: (180,209,162)

Color info

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

RGB color model

#B4D1A2 color RGB value is (180,209,162).

  • red value is 180;
  • green value is 209;
  • blue value is 162.
RGB:
(180,209,162)
(71%,82%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 162 of 255 = 64%

180
209
162

R + G + B ~ 72%. #B4D1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 162 = 551 (100%)
R 180 of 551 ~ 32.67%
G 209 of 551 ~ 37.93%
B 162 of 551 ~ 29.4%

%32.67
%37.93
%29.4

CMYK color model

#B4D1A2 color CMYK value is (14,0,22,18).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 22.49%
  • key color value is 18.04%
CMYK:
(14,0,22,18)
C14M0Y22K18 
(14%,0%,22%,18%)
(0.14/0.00/0.22/0.18)	

CMYK percentages

%13.88
%0
%22.49
%18.04

Codes

Color #B4D1A2 in popluar color models

B4D1A2
RGB180209162
HSL97°33.81%72.75%
HSB/HSV97°22.49%81.96%
CMYK13.88%0.00%22.49%
18.04%

Color #B4D1A2 in popluar number systems.

HEXB4D1A2
Decimal180209162
Binary101101001101000110100010
Octal264321242

Shades and tints

Shades of #B4D1A2

#B4D1A2
(180,209,162)
#A4BE94
(164,190,148)
#94AB86
(148,171,134)
#849878
(132,152,120)
#74856A
(116,133,106)
#64725C
(100,114,92)
#545F4E
(84,95,78)
#444C40
(68,76,64)
#343932
(52,57,50)
#242624
(36,38,36)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B4D1A2

#B4D1A2
(180,209,162)
#BAD5AA
(186,213,170)
#C0D9B2
(192,217,178)
#C6DDBA
(198,221,186)
#CCE1C2
(204,225,194)
#D2E5CA
(210,229,202)
#D8E9D2
(216,233,210)
#DEEDDA
(222,237,218)
#E4F1E2
(228,241,226)
#EAF5EA
(234,245,234)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D1A2 color. Also use rgb(180,209,162) instead hex code.

Text Font Color

.myTextColor { color: #B4D1A2; }

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

This text font color is #B4D1A2.


Background Color

.myBgColor { background-color: #B4D1A2; }

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

This div background color is #B4D1A2.


Border color

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

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

This div border color is #B4D1A2.


Opacity

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

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

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

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

This text has shadow with #B4D1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D1A2 on black background.


Color preview on white background

This text has color #B4D1A2 on white background.



Black color preview on #B4D1A2 background

This text has black color on #B4D1A2 background.


White color preview on #B4D1A2 background

This text has white color on #B4D1A2 background.