COLOR #B4DFB2

HEX: #B4DFB2
RGB: (180,223,178)

Color info

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

RGB color model

#B4DFB2 color RGB value is (180,223,178).

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

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 178 of 255 = 70%

180
223
178

R + G + B ~ 76%. #B4DFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 223 + 178 = 581 (100%)
R 180 of 581 ~ 30.98%
G 223 of 581 ~ 38.38%
B 178 of 581 ~ 30.64%

%30.98
%38.38
%30.64

CMYK color model

#B4DFB2 color CMYK value is (19,0,20,13).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 12.55%
CMYK:
(19,0,20,13)
C19M0Y20K13 
(19%,0%,20%,13%)
(0.19/0.00/0.20/0.13)	

CMYK percentages

%19.28
%0
%20.18
%12.55

Codes

Color #B4DFB2 in popluar color models

B4DFB2
RGB180223178
HSL117°41.28%78.63%
HSB/HSV117°20.18%87.45%
CMYK19.28%0.00%20.18%
12.55%

Color #B4DFB2 in popluar number systems.

HEXB4DFB2
Decimal180223178
Binary101101001101111110110010
Octal264337262

Shades and tints

Shades of #B4DFB2

#B4DFB2
(180,223,178)
#A4CBA2
(164,203,162)
#94B792
(148,183,146)
#84A382
(132,163,130)
#748F72
(116,143,114)
#647B62
(100,123,98)
#546752
(84,103,82)
#445342
(68,83,66)
#343F32
(52,63,50)
#242B22
(36,43,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #B4DFB2

#B4DFB2
(180,223,178)
#BAE1B9
(186,225,185)
#C0E3C0
(192,227,192)
#C6E5C7
(198,229,199)
#CCE7CE
(204,231,206)
#D2E9D5
(210,233,213)
#D8EBDC
(216,235,220)
#DEEDE3
(222,237,227)
#E4EFEA
(228,239,234)
#EAF1F1
(234,241,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DFB2; }

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

This text font color is #B4DFB2.


Background Color

.myBgColor { background-color: #B4DFB2; }

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

This div background color is #B4DFB2.


Border color

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

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

This div border color is #B4DFB2.


Opacity

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

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

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

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

This text has shadow with #B4DFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DFB2 on black background.


Color preview on white background

This text has color #B4DFB2 on white background.



Black color preview on #B4DFB2 background

This text has black color on #B4DFB2 background.


White color preview on #B4DFB2 background

This text has white color on #B4DFB2 background.