COLOR #B4D7A5

HEX: #B4D7A5
RGB: (180,215,165)

Color info

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

RGB color model

#B4D7A5 color RGB value is (180,215,165).

  • red value is 180;
  • green value is 215;
  • blue value is 165.
RGB:
(180,215,165)
(71%,84%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 215 of 255 = 84%
B 165 of 255 = 65%

180
215
165

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

Portions of RGB colors in percentages

R + G + B =
180 + 215 + 165 = 560 (100%)
R 180 of 560 ~ 32.14%
G 215 of 560 ~ 38.39%
B 165 of 560 ~ 29.46%

%32.14
%38.39
%29.46

CMYK color model

#B4D7A5 color CMYK value is (16,0,23,16).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 15.69%
CMYK:
(16,0,23,16)
C16M0Y23K16 
(16%,0%,23%,16%)
(0.16/0.00/0.23/0.16)	

CMYK percentages

%16.28
%0
%23.26
%15.69

Codes

Color #B4D7A5 in popluar color models

B4D7A5
RGB180215165
HSL102°38.46%74.51%
HSB/HSV102°23.26%84.31%
CMYK16.28%0.00%23.26%
15.69%

Color #B4D7A5 in popluar number systems.

HEXB4D7A5
Decimal180215165
Binary101101001101011110100101
Octal264327245

Shades and tints

Shades of #B4D7A5

#B4D7A5
(180,215,165)
#A4C496
(164,196,150)
#94B187
(148,177,135)
#849E78
(132,158,120)
#748B69
(116,139,105)
#64785A
(100,120,90)
#54654B
(84,101,75)
#44523C
(68,82,60)
#343F2D
(52,63,45)
#242C1E
(36,44,30)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #B4D7A5

#B4D7A5
(180,215,165)
#BADAAD
(186,218,173)
#C0DDB5
(192,221,181)
#C6E0BD
(198,224,189)
#CCE3C5
(204,227,197)
#D2E6CD
(210,230,205)
#D8E9D5
(216,233,213)
#DEECDD
(222,236,221)
#E4EFE5
(228,239,229)
#EAF2ED
(234,242,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D7A5 color. Also use rgb(180,215,165) instead hex code.

Text Font Color

.myTextColor { color: #B4D7A5; }

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

This text font color is #B4D7A5.


Background Color

.myBgColor { background-color: #B4D7A5; }

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

This div background color is #B4D7A5.


Border color

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

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

This div border color is #B4D7A5.


Opacity

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

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

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

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

This text has shadow with #B4D7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D7A5 on black background.


Color preview on white background

This text has color #B4D7A5 on white background.



Black color preview on #B4D7A5 background

This text has black color on #B4D7A5 background.


White color preview on #B4D7A5 background

This text has white color on #B4D7A5 background.