COLOR #B4D1AF

HEX: #B4D1AF
RGB: (180,209,175)

Color info

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

RGB color model

#B4D1AF color RGB value is (180,209,175).

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

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 175 of 255 = 69%

180
209
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 175 = 564 (100%)
R 180 of 564 ~ 31.91%
G 209 of 564 ~ 37.06%
B 175 of 564 ~ 31.03%

%31.91
%37.06
%31.03

CMYK color model

#B4D1AF color CMYK value is (14,0,16,18).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(14,0,16,18)
C14M0Y16K18 
(14%,0%,16%,18%)
(0.14/0.00/0.16/0.18)	

CMYK percentages

%13.88
%0
%16.27
%18.04

Codes

Color #B4D1AF in popluar color models

B4D1AF
RGB180209175
HSL111°26.98%75.29%
HSB/HSV111°16.27%81.96%
CMYK13.88%0.00%16.27%
18.04%

Color #B4D1AF in popluar number systems.

HEXB4D1AF
Decimal180209175
Binary101101001101000110101111
Octal264321257

Shades and tints

Shades of #B4D1AF

#B4D1AF
(180,209,175)
#A4BEA0
(164,190,160)
#94AB91
(148,171,145)
#849882
(132,152,130)
#748573
(116,133,115)
#647264
(100,114,100)
#545F55
(84,95,85)
#444C46
(68,76,70)
#343937
(52,57,55)
#242628
(36,38,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B4D1AF

#B4D1AF
(180,209,175)
#BAD5B6
(186,213,182)
#C0D9BD
(192,217,189)
#C6DDC4
(198,221,196)
#CCE1CB
(204,225,203)
#D2E5D2
(210,229,210)
#D8E9D9
(216,233,217)
#DEEDE0
(222,237,224)
#E4F1E7
(228,241,231)
#EAF5EE
(234,245,238)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D1AF; }

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

This text font color is #B4D1AF.


Background Color

.myBgColor { background-color: #B4D1AF; }

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

This div background color is #B4D1AF.


Border color

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

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

This div border color is #B4D1AF.


Opacity

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

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

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

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

This text has shadow with #B4D1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D1AF on black background.


Color preview on white background

This text has color #B4D1AF on white background.



Black color preview on #B4D1AF background

This text has black color on #B4D1AF background.


White color preview on #B4D1AF background

This text has white color on #B4D1AF background.