COLOR #B2E6AF

HEX: #B2E6AF RGB: (178,230,175)

Color info

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

RGB color model

#B2E6AF color RGB value is (178,230,175).

RGB: (178,230,175) (70%, 90%, 69%)

RGB channels and saturation

R 178 of 255 = 70%
G 230 of 255 = 90%
B 175 of 255 = 69%

178
230
175

R + G + B ~ 76%. #B2E6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 230 + 175 = 583 (100%)
R 178 of 583 ~ 30.53%
G 230 of 583 ~ 39.45%
B 175 of 583 ~ 30.02'%

%30.53
%39.45
%30.02

CMYK color model

#B2E6AF color CMYK value is (23,0,24,10).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%

CMYK: (23,0,24,10)
C23M0Y24K10 (23%, 0%, 24%, 10%)
(0.23 / 0.00 / 0.24 / 0.10)

CMYK percentages

%22.61
%0
%23.91
%9.8

Codes

Color #B2E6AF in popluar color models

B2 E6 AF
RGB 178 230 175
HSL 117° 52.38% 79.41%
HSB/HSV 117° 23.91% 90.20%
CMYK 22.61% 0.00% 23.91%
9.80%

Color #B2E6AF in popluar number systems.

HEX B2 E6 AF
Decimal 178 230 175
Binary 10110010 11100110 10101111
Octal 262 346 257

Shades and tints

Shades of #B2E6AF

#B2E6AF
(178,230,175)
#A2D2A0
(162,210,160)
#92BE91
(146,190,145)
#82AA82
(130,170,130)
#729673
(114,150,115)
#628264
(98,130,100)
#526E55
(82,110,85)
#425A46
(66,90,70)
#324637
(50,70,55)
#223228
(34,50,40)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #B2E6AF

#B2E6AF
(178,230,175)
#B9E8B6
(185,232,182)
#C0EABD
(192,234,189)
#C7ECC4
(199,236,196)
#CEEECB
(206,238,203)
#D5F0D2
(213,240,210)
#DCF2D9
(220,242,217)
#E3F4E0
(227,244,224)
#EAF6E7
(234,246,231)
#F1F8EE
(241,248,238)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E6AF color. Also use rgb(178,230,175) instead hex code.

Text Font Color

.myTextColor { color: #B2E6AF; }

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

This text font color is #B2E6AF.

Background Color

.myBgColor { background-color: #B2E6AF; }

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

This div background color is #B2E6AF.

Border color

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

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

This div border color is #B2E6AF.

Opacity

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

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

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

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

This text has shadow with #B2E6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E6AF.

Preview

Color preview on black background

This text has color #B2E6AF on black background.


Color preview on white background

This text has color #B2E6AF on white background.


Black color preview on #B2E6AF background

This text has black color on #B2E6AF background.


White color preview on #B2E6AF background

This text has white color on #B2E6AF background.


Related colors

Complementary color

Complementary color for #hex is #4D1950.


I love getcolorcode.com

Triadic colors

1 #AFB2E6 and #E6AFB2 with #B2E6AF are triadic colors.

2 #AFE6B2 and #E6B2AF with #B2E6AF are triadic colors.