COLOR #B2DEAE

HEX: #B2DEAE
RGB: (178,222,174)

Color info

#B2DEAE contains red, green and blue colors in about the same proportion. Web safe color of #B2DEAE is #99CC99 (or #9C9).

RGB color model

#B2DEAE color RGB value is (178,222,174).

  • red value is 178;
  • green value is 222;
  • blue value is 174.
RGB:
(178,222,174)
(70%,87%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 222 of 255 = 87%
B 174 of 255 = 68%

178
222
174

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

Portions of RGB colors in percentages

R + G + B =
178 + 222 + 174 = 574 (100%)
R 178 of 574 ~ 31.01%
G 222 of 574 ~ 38.68%
B 174 of 574 ~ 30.31%

%31.01
%38.68
%30.31

CMYK color model

#B2DEAE color CMYK value is (20,0,22,13).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%
CMYK:
(20,0,22,13)
C20M0Y22K13 
(20%,0%,22%,13%)
(0.20/0.00/0.22/0.13)	

CMYK percentages

%19.82
%0
%21.62
%12.94

Codes

Color #B2DEAE in popluar color models

B2DEAE
RGB178222174
HSL115°42.11%77.65%
HSB/HSV115°21.62%87.06%
CMYK19.82%0.00%21.62%
12.94%

Color #B2DEAE in popluar number systems.

HEXB2DEAE
Decimal178222174
Binary101100101101111010101110
Octal262336256

Shades and tints

Shades of #B2DEAE

#B2DEAE
(178,222,174)
#A2CA9F
(162,202,159)
#92B690
(146,182,144)
#82A281
(130,162,129)
#728E72
(114,142,114)
#627A63
(98,122,99)
#526654
(82,102,84)
#425245
(66,82,69)
#323E36
(50,62,54)
#222A27
(34,42,39)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #B2DEAE

#B2DEAE
(178,222,174)
#B9E1B5
(185,225,181)
#C0E4BC
(192,228,188)
#C7E7C3
(199,231,195)
#CEEACA
(206,234,202)
#D5EDD1
(213,237,209)
#DCF0D8
(220,240,216)
#E3F3DF
(227,243,223)
#EAF6E6
(234,246,230)
#F1F9ED
(241,249,237)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DEAE color. Also use rgb(178,222,174) instead hex code.

Text Font Color

.myTextColor { color: #B2DEAE; }

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

This text font color is #B2DEAE.


Background Color

.myBgColor { background-color: #B2DEAE; }

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

This div background color is #B2DEAE.


Border color

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

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

This div border color is #B2DEAE.


Opacity

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

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

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

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

This text has shadow with #B2DEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DEAE on black background.


Color preview on white background

This text has color #B2DEAE on white background.



Black color preview on #B2DEAE background

This text has black color on #B2DEAE background.


White color preview on #B2DEAE background

This text has white color on #B2DEAE background.