COLOR #B2CCAF

HEX: #B2CCAF RGB: (178,204,175)

Color info

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

RGB color model

#B2CCAF color RGB value is (178,204,175).

RGB: (178,204,175) (70%, 80%, 69%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 175 of 255 = 69%

178
204
175

R + G + B ~ 73%. #B2CCAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 204 + 175 = 557 (100%)
R 178 of 557 ~ 31.96%
G 204 of 557 ~ 36.62%
B 175 of 557 ~ 31.42'%

%31.96
%36.62
%31.42

CMYK color model

#B2CCAF color CMYK value is (13,0,14,20).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%
CMYK: (13,0,14,20) C13M0Y14K20 (13%,0%,14%,20%) (0.13/0.00/0.14/0.20) 

CMYK percentages

%12.75
%0
%14.22
%20

Codes

Color #B2CCAF in popluar color models

B2 CC AF
RGB 178 204 175
HSL 114° 22.14% 74.31%
HSB/HSV 114° 14.22% 80.00%
CMYK 12.75% 0.00% 14.22%
20.00%

Color #B2CCAF in popluar number systems.

HEX B2 CC AF
Decimal 178 204 175
Binary 10110010 11001100 10101111
Octal 262 314 257

Shades and tints

Shades of #B2CCAF

#B2CCAF
(178,204,175)
#A2BAA0
(162,186,160)
#92A891
(146,168,145)
#829682
(130,150,130)
#728473
(114,132,115)
#627264
(98,114,100)
#526055
(82,96,85)
#424E46
(66,78,70)
#323C37
(50,60,55)
#222A28
(34,42,40)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #B2CCAF

#B2CCAF
(178,204,175)
#B9D0B6
(185,208,182)
#C0D4BD
(192,212,189)
#C7D8C4
(199,216,196)
#CEDCCB
(206,220,203)
#D5E0D2
(213,224,210)
#DCE4D9
(220,228,217)
#E3E8E0
(227,232,224)
#EAECE7
(234,236,231)
#F1F0EE
(241,240,238)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCAF; }

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

This text font color is #B2CCAF.

Background Color

.myBgColor { background-color: #B2CCAF; }

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

This div background color is #B2CCAF.

Border color

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

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

This div border color is #B2CCAF.

Opacity

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

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

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

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

This text has shadow with #B2CCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CCAF.

Preview

Color preview on black background

This text has color #B2CCAF on black background.


Color preview on white background

This text has color #B2CCAF on white background.


Black color preview on #B2CCAF background

This text has black color on #B2CCAF background.


White color preview on #B2CCAF background

This text has white color on #B2CCAF background.


Related colors

Complementary color

Complementary color for #hex is #4D3350.


I love getcolorcode.com

Triadic colors

1 #AFB2CC and #CCAFB2 with #B2CCAF are triadic colors.

2 #AFCCB2 and #CCB2AF with #B2CCAF are triadic colors.