COLOR #B2D8AE

HEX: #B2D8AE
RGB: (178,216,174)

Color info

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

RGB color model

#B2D8AE color RGB value is (178,216,174).

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

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 174 of 255 = 68%

178
216
174

R + G + B ~ 74%. #B2D8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 216 + 174 = 568 (100%)
R 178 of 568 ~ 31.34%
G 216 of 568 ~ 38.03%
B 174 of 568 ~ 30.63%

%31.34
%38.03
%30.63

CMYK color model

#B2D8AE color CMYK value is (18,0,19,15).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK:
(18,0,19,15)
C18M0Y19K15 
(18%,0%,19%,15%)
(0.18/0.00/0.19/0.15)	

CMYK percentages

%17.59
%0
%19.44
%15.29

Codes

Color #B2D8AE in popluar color models

B2D8AE
RGB178216174
HSL114°35.00%76.47%
HSB/HSV114°19.44%84.71%
CMYK17.59%0.00%19.44%
15.29%

Color #B2D8AE in popluar number systems.

HEXB2D8AE
Decimal178216174
Binary101100101101100010101110
Octal262330256

Shades and tints

Shades of #B2D8AE

#B2D8AE
(178,216,174)
#A2C59F
(162,197,159)
#92B290
(146,178,144)
#829F81
(130,159,129)
#728C72
(114,140,114)
#627963
(98,121,99)
#526654
(82,102,84)
#425345
(66,83,69)
#324036
(50,64,54)
#222D27
(34,45,39)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2D8AE

#B2D8AE
(178,216,174)
#B9DBB5
(185,219,181)
#C0DEBC
(192,222,188)
#C7E1C3
(199,225,195)
#CEE4CA
(206,228,202)
#D5E7D1
(213,231,209)
#DCEAD8
(220,234,216)
#E3EDDF
(227,237,223)
#EAF0E6
(234,240,230)
#F1F3ED
(241,243,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D8AE; }

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

This text font color is #B2D8AE.


Background Color

.myBgColor { background-color: #B2D8AE; }

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

This div background color is #B2D8AE.


Border color

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

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

This div border color is #B2D8AE.


Opacity

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

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

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

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

This text has shadow with #B2D8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D8AE on black background.


Color preview on white background

This text has color #B2D8AE on white background.



Black color preview on #B2D8AE background

This text has black color on #B2D8AE background.


White color preview on #B2D8AE background

This text has white color on #B2D8AE background.