COLOR #B2D8AF

HEX: #B2D8AF RGB: (178,216,175)

Color info

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

RGB color model

#B2D8AF color RGB value is (178,216,175).

RGB: (178,216,175) (70%, 85%, 69%)

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 175 of 255 = 69%

178
216
175

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

Portions of RGB colors in percentages

R + G + B = 178 + 216 + 175 = 569 (100%)
R 178 of 569 ~ 31.28%
G 216 of 569 ~ 37.96%
B 175 of 569 ~ 30.76'%

%31.28
%37.96
%30.76

CMYK color model

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

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • 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
%18.98
%15.29

Codes

Color #B2D8AF in popluar color models

B2 D8 AF
RGB 178 216 175
HSL 116° 34.45% 76.67%
HSB/HSV 116° 18.98% 84.71%
CMYK 17.59% 0.00% 18.98%
15.29%

Color #B2D8AF in popluar number systems.

HEX B2 D8 AF
Decimal 178 216 175
Binary 10110010 11011000 10101111
Octal 262 330 257

Shades and tints

Shades of #B2D8AF

#B2D8AF
(178,216,175)
#A2C5A0
(162,197,160)
#92B291
(146,178,145)
#829F82
(130,159,130)
#728C73
(114,140,115)
#627964
(98,121,100)
#526655
(82,102,85)
#425346
(66,83,70)
#324037
(50,64,55)
#222D28
(34,45,40)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #B2D8AF

#B2D8AF
(178,216,175)
#B9DBB6
(185,219,182)
#C0DEBD
(192,222,189)
#C7E1C4
(199,225,196)
#CEE4CB
(206,228,203)
#D5E7D2
(213,231,210)
#DCEAD9
(220,234,217)
#E3EDE0
(227,237,224)
#EAF0E7
(234,240,231)
#F1F3EE
(241,243,238)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D8AF; }

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

This text font color is #B2D8AF.

Background Color

.myBgColor { background-color: #B2D8AF; }

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

This div background color is #B2D8AF.

Border color

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

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

This div border color is #B2D8AF.

Opacity

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

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

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

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

This text has shadow with #B2D8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D8AF.

Preview

Color preview on black background

This text has color #B2D8AF on black background.


Color preview on white background

This text has color #B2D8AF on white background.


Black color preview on #B2D8AF background

This text has black color on #B2D8AF background.


White color preview on #B2D8AF background

This text has white color on #B2D8AF background.


Related colors

Complementary color

Complementary color for #hex is #4D2750.


I love getcolorcode.com

Triadic colors

1 #AFB2D8 and #D8AFB2 with #B2D8AF are triadic colors.

2 #AFD8B2 and #D8B2AF with #B2D8AF are triadic colors.