COLOR #B2ECAA

HEX: #B2ECAA RGB: (178,236,170)

Color info

#B2ECAA contains mainly red and green colors. Web safe color of #B2ECAA is #99FF99 (or #9F9).

RGB color model

#B2ECAA color RGB value is (178,236,170).

RGB: (178,236,170) (70%, 93%, 67%)

RGB channels and saturation

R 178 of 255 = 70%
G 236 of 255 = 93%
B 170 of 255 = 67%

178
236
170

R + G + B ~ 77%. #B2ECAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 236 + 170 = 584 (100%)
R 178 of 584 ~ 30.48%
G 236 of 584 ~ 40.41%
B 170 of 584 ~ 29.11'%

%30.48
%40.41
%29.11

CMYK color model

#B2ECAA color CMYK value is (25,0,28,7).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 7.45%

CMYK: (25,0,28,7)
C25M0Y28K7 (25%, 0%, 28%, 7%)
(0.25 / 0.00 / 0.28 / 0.07)

CMYK percentages

%24.58
%0
%27.97
%7.45

Codes

Color #B2ECAA in popluar color models

B2 EC AA
RGB 178 236 170
HSL 113° 63.46% 79.61%
HSB/HSV 113° 27.97% 92.55%
CMYK 24.58% 0.00% 27.97%
7.45%

Color #B2ECAA in popluar number systems.

HEX B2 EC AA
Decimal 178 236 170
Binary 10110010 11101100 10101010
Octal 262 354 252

Shades and tints

Shades of #B2ECAA

#B2ECAA
(178,236,170)
#A2D79B
(162,215,155)
#92C28C
(146,194,140)
#82AD7D
(130,173,125)
#72986E
(114,152,110)
#62835F
(98,131,95)
#526E50
(82,110,80)
#425941
(66,89,65)
#324432
(50,68,50)
#222F23
(34,47,35)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2ECAA

#B2ECAA
(178,236,170)
#B9EDB1
(185,237,177)
#C0EEB8
(192,238,184)
#C7EFBF
(199,239,191)
#CEF0C6
(206,240,198)
#D5F1CD
(213,241,205)
#DCF2D4
(220,242,212)
#E3F3DB
(227,243,219)
#EAF4E2
(234,244,226)
#F1F5E9
(241,245,233)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ECAA color. Also use rgb(178,236,170) instead hex code.

Text Font Color

.myTextColor { color: #B2ECAA; }

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

This text font color is #B2ECAA.

Background Color

.myBgColor { background-color: #B2ECAA; }

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

This div background color is #B2ECAA.

Border color

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

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

This div border color is #B2ECAA.

Opacity

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

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

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

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

This text has shadow with #B2ECAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ECAA.

Preview

Color preview on black background

This text has color #B2ECAA on black background.


Color preview on white background

This text has color #B2ECAA on white background.


Black color preview on #B2ECAA background

This text has black color on #B2ECAA background.


White color preview on #B2ECAA background

This text has white color on #B2ECAA background.


Related colors

Complementary color

Complementary color for #hex is #4D1355.


I love getcolorcode.com

Triadic colors

1 #AAB2EC and #ECAAB2 with #B2ECAA are triadic colors.

2 #AAECB2 and #ECB2AA with #B2ECAA are triadic colors.