COLOR #B2DFAE

HEX: #B2DFAE RGB: (178,223,174)

Color info

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

RGB color model

#B2DFAE color RGB value is (178,223,174).

RGB: (178,223,174) (70%, 87%, 68%)

RGB channels and saturation

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

178
223
174

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

Portions of RGB colors in percentages

R + G + B = 178 + 223 + 174 = 575 (100%)
R 178 of 575 ~ 30.96%
G 223 of 575 ~ 38.78%
B 174 of 575 ~ 30.26'%

%30.96
%38.78
%30.26

CMYK color model

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

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 12.55%

CMYK: (20,0,22,13)
C20M0Y22K13 (20%, 0%, 22%, 13%)
(0.20 / 0.00 / 0.22 / 0.13)

CMYK percentages

%20.18
%0
%21.97
%12.55

Codes

Color #B2DFAE in popluar color models

B2 DF AE
RGB 178 223 174
HSL 115° 43.36% 77.84%
HSB/HSV 115° 21.97% 87.45%
CMYK 20.18% 0.00% 21.97%
12.55%

Color #B2DFAE in popluar number systems.

HEX B2 DF AE
Decimal 178 223 174
Binary 10110010 11011111 10101110
Octal 262 337 256

Shades and tints

Shades of #B2DFAE

#B2DFAE
(178,223,174)
#A2CB9F
(162,203,159)
#92B790
(146,183,144)
#82A381
(130,163,129)
#728F72
(114,143,114)
#627B63
(98,123,99)
#526754
(82,103,84)
#425345
(66,83,69)
#323F36
(50,63,54)
#222B27
(34,43,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #B2DFAE

#B2DFAE
(178,223,174)
#B9E1B5
(185,225,181)
#C0E3BC
(192,227,188)
#C7E5C3
(199,229,195)
#CEE7CA
(206,231,202)
#D5E9D1
(213,233,209)
#DCEBD8
(220,235,216)
#E3EDDF
(227,237,223)
#EAEFE6
(234,239,230)
#F1F1ED
(241,241,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DFAE; }

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

This text font color is #B2DFAE.

Background Color

.myBgColor { background-color: #B2DFAE; }

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

This div background color is #B2DFAE.

Border color

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

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

This div border color is #B2DFAE.

Opacity

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

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

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

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

This text has shadow with #B2DFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DFAE.

Preview

Color preview on black background

This text has color #B2DFAE on black background.


Color preview on white background

This text has color #B2DFAE on white background.


Black color preview on #B2DFAE background

This text has black color on #B2DFAE background.


White color preview on #B2DFAE background

This text has white color on #B2DFAE background.


Related colors

Complementary color

Complementary color for #hex is #4D2051.


I love getcolorcode.com

Triadic colors

1 #AEB2DF and #DFAEB2 with #B2DFAE are triadic colors.

2 #AEDFB2 and #DFB2AE with #B2DFAE are triadic colors.