COLOR #B3C3AE

HEX: #B3C3AE
RGB: (179,195,174)

Color info

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

RGB color model

#B3C3AE color RGB value is (179,195,174).

  • red value is 179;
  • green value is 195;
  • blue value is 174.
RGB:
(179,195,174)
(70%,76%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 195 of 255 = 76%
B 174 of 255 = 68%

179
195
174

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

Portions of RGB colors in percentages

R + G + B =
179 + 195 + 174 = 548 (100%)
R 179 of 548 ~ 32.66%
G 195 of 548 ~ 35.58%
B 174 of 548 ~ 31.75%

%32.66
%35.58
%31.75

CMYK color model

#B3C3AE color CMYK value is (8,0,11,24).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(8,0,11,24)
C8M0Y11K24 
(8%,0%,11%,24%)
(0.08/0.00/0.11/0.24)	

CMYK percentages

%8.21
%0
%10.77
%23.53

Codes

Color #B3C3AE in popluar color models

B3C3AE
RGB179195174
HSL106°14.89%72.35%
HSB/HSV106°10.77%76.47%
CMYK8.21%0.00%10.77%
23.53%

Color #B3C3AE in popluar number systems.

HEXB3C3AE
Decimal179195174
Binary101100111100001110101110
Octal263303256

Shades and tints

Shades of #B3C3AE

#B3C3AE
(179,195,174)
#A3B29F
(163,178,159)
#93A190
(147,161,144)
#839081
(131,144,129)
#737F72
(115,127,114)
#636E63
(99,110,99)
#535D54
(83,93,84)
#434C45
(67,76,69)
#333B36
(51,59,54)
#232A27
(35,42,39)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #B3C3AE

#B3C3AE
(179,195,174)
#B9C8B5
(185,200,181)
#BFCDBC
(191,205,188)
#C5D2C3
(197,210,195)
#CBD7CA
(203,215,202)
#D1DCD1
(209,220,209)
#D7E1D8
(215,225,216)
#DDE6DF
(221,230,223)
#E3EBE6
(227,235,230)
#E9F0ED
(233,240,237)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C3AE color. Also use rgb(179,195,174) instead hex code.

Text Font Color

.myTextColor { color: #B3C3AE; }

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

This text font color is #B3C3AE.


Background Color

.myBgColor { background-color: #B3C3AE; }

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

This div background color is #B3C3AE.


Border color

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

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

This div border color is #B3C3AE.


Opacity

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

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

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

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

This text has shadow with #B3C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C3AE on black background.


Color preview on white background

This text has color #B3C3AE on white background.



Black color preview on #B3C3AE background

This text has black color on #B3C3AE background.


White color preview on #B3C3AE background

This text has white color on #B3C3AE background.