COLOR #B4DEAA

HEX: #B4DEAA
RGB: (180,222,170)

Color info

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

RGB color model

#B4DEAA color RGB value is (180,222,170).

  • red value is 180;
  • green value is 222;
  • blue value is 170.
RGB:
(180,222,170)
(71%,87%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 222 of 255 = 87%
B 170 of 255 = 67%

180
222
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 222 + 170 = 572 (100%)
R 180 of 572 ~ 31.47%
G 222 of 572 ~ 38.81%
B 170 of 572 ~ 29.72%

%31.47
%38.81
%29.72

CMYK color model

#B4DEAA color CMYK value is (19,0,23,13).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(19,0,23,13)
C19M0Y23K13 
(19%,0%,23%,13%)
(0.19/0.00/0.23/0.13)	

CMYK percentages

%18.92
%0
%23.42
%12.94

Codes

Color #B4DEAA in popluar color models

B4DEAA
RGB180222170
HSL108°44.07%76.86%
HSB/HSV108°23.42%87.06%
CMYK18.92%0.00%23.42%
12.94%

Color #B4DEAA in popluar number systems.

HEXB4DEAA
Decimal180222170
Binary101101001101111010101010
Octal264336252

Shades and tints

Shades of #B4DEAA

#B4DEAA
(180,222,170)
#A4CA9B
(164,202,155)
#94B68C
(148,182,140)
#84A27D
(132,162,125)
#748E6E
(116,142,110)
#647A5F
(100,122,95)
#546650
(84,102,80)
#445241
(68,82,65)
#343E32
(52,62,50)
#242A23
(36,42,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4DEAA

#B4DEAA
(180,222,170)
#BAE1B1
(186,225,177)
#C0E4B8
(192,228,184)
#C6E7BF
(198,231,191)
#CCEAC6
(204,234,198)
#D2EDCD
(210,237,205)
#D8F0D4
(216,240,212)
#DEF3DB
(222,243,219)
#E4F6E2
(228,246,226)
#EAF9E9
(234,249,233)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DEAA color. Also use rgb(180,222,170) instead hex code.

Text Font Color

.myTextColor { color: #B4DEAA; }

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

This text font color is #B4DEAA.


Background Color

.myBgColor { background-color: #B4DEAA; }

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

This div background color is #B4DEAA.


Border color

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

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

This div border color is #B4DEAA.


Opacity

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

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

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

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

This text has shadow with #B4DEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DEAA on black background.


Color preview on white background

This text has color #B4DEAA on white background.



Black color preview on #B4DEAA background

This text has black color on #B4DEAA background.


White color preview on #B4DEAA background

This text has white color on #B4DEAA background.