COLOR #B2C3AA

HEX: #B2C3AA
RGB: (178,195,170)

Color info

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

RGB color model

#B2C3AA color RGB value is (178,195,170).

  • red value is 178;
  • green value is 195;
  • blue value is 170.
RGB:
(178,195,170)
(70%,76%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 170 of 255 = 67%

178
195
170

R + G + B ~ 71%. #B2C3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 170 = 543 (100%)
R 178 of 543 ~ 32.78%
G 195 of 543 ~ 35.91%
B 170 of 543 ~ 31.31%

%32.78
%35.91
%31.31

CMYK color model

#B2C3AA color CMYK value is (9,0,13,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(9,0,13,24)
C9M0Y13K24 
(9%,0%,13%,24%)
(0.09/0.00/0.13/0.24)	

CMYK percentages

%8.72
%0
%12.82
%23.53

Codes

Color #B2C3AA in popluar color models

B2C3AA
RGB178195170
HSL101°17.24%71.57%
HSB/HSV101°12.82%76.47%
CMYK8.72%0.00%12.82%
23.53%

Color #B2C3AA in popluar number systems.

HEXB2C3AA
Decimal178195170
Binary101100101100001110101010
Octal262303252

Shades and tints

Shades of #B2C3AA

#B2C3AA
(178,195,170)
#A2B29B
(162,178,155)
#92A18C
(146,161,140)
#82907D
(130,144,125)
#727F6E
(114,127,110)
#626E5F
(98,110,95)
#525D50
(82,93,80)
#424C41
(66,76,65)
#323B32
(50,59,50)
#222A23
(34,42,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #B2C3AA

#B2C3AA
(178,195,170)
#B9C8B1
(185,200,177)
#C0CDB8
(192,205,184)
#C7D2BF
(199,210,191)
#CED7C6
(206,215,198)
#D5DCCD
(213,220,205)
#DCE1D4
(220,225,212)
#E3E6DB
(227,230,219)
#EAEBE2
(234,235,226)
#F1F0E9
(241,240,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C3AA; }

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

This text font color is #B2C3AA.


Background Color

.myBgColor { background-color: #B2C3AA; }

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

This div background color is #B2C3AA.


Border color

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

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

This div border color is #B2C3AA.


Opacity

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

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

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

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

This text has shadow with #B2C3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C3AA on black background.


Color preview on white background

This text has color #B2C3AA on white background.



Black color preview on #B2C3AA background

This text has black color on #B2C3AA background.


White color preview on #B2C3AA background

This text has white color on #B2C3AA background.