COLOR #B4D7B2

HEX: #B4D7B2
RGB: (180,215,178)

Color info

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

RGB color model

#B4D7B2 color RGB value is (180,215,178).

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

RGB channels and saturation

R 180 of 255 = 71%
G 215 of 255 = 84%
B 178 of 255 = 70%

180
215
178

R + G + B ~ 75%. #B4D7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 215 + 178 = 573 (100%)
R 180 of 573 ~ 31.41%
G 215 of 573 ~ 37.52%
B 178 of 573 ~ 31.06%

%31.41
%37.52
%31.06

CMYK color model

#B4D7B2 color CMYK value is (16,0,17,16).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 15.69%
CMYK:
(16,0,17,16)
C16M0Y17K16 
(16%,0%,17%,16%)
(0.16/0.00/0.17/0.16)	

CMYK percentages

%16.28
%0
%17.21
%15.69

Codes

Color #B4D7B2 in popluar color models

B4D7B2
RGB180215178
HSL117°31.62%77.06%
HSB/HSV117°17.21%84.31%
CMYK16.28%0.00%17.21%
15.69%

Color #B4D7B2 in popluar number systems.

HEXB4D7B2
Decimal180215178
Binary101101001101011110110010
Octal264327262

Shades and tints

Shades of #B4D7B2

#B4D7B2
(180,215,178)
#A4C4A2
(164,196,162)
#94B192
(148,177,146)
#849E82
(132,158,130)
#748B72
(116,139,114)
#647862
(100,120,98)
#546552
(84,101,82)
#445242
(68,82,66)
#343F32
(52,63,50)
#242C22
(36,44,34)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #B4D7B2

#B4D7B2
(180,215,178)
#BADAB9
(186,218,185)
#C0DDC0
(192,221,192)
#C6E0C7
(198,224,199)
#CCE3CE
(204,227,206)
#D2E6D5
(210,230,213)
#D8E9DC
(216,233,220)
#DEECE3
(222,236,227)
#E4EFEA
(228,239,234)
#EAF2F1
(234,242,241)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D7B2; }

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

This text font color is #B4D7B2.


Background Color

.myBgColor { background-color: #B4D7B2; }

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

This div background color is #B4D7B2.


Border color

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

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

This div border color is #B4D7B2.


Opacity

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

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

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

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

This text has shadow with #B4D7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D7B2 on black background.


Color preview on white background

This text has color #B4D7B2 on white background.



Black color preview on #B4D7B2 background

This text has black color on #B4D7B2 background.


White color preview on #B4D7B2 background

This text has white color on #B4D7B2 background.