COLOR #B3C4AF

HEX: #B3C4AF RGB: (179,196,175)

Color info

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

RGB color model

#B3C4AF color RGB value is (179,196,175).

RGB: (179,196,175) (70%, 77%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 196 of 255 = 77%
B 175 of 255 = 69%

179
196
175

R + G + B ~ 72%. #B3C4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 196 + 175 = 550 (100%)
R 179 of 550 ~ 32.55%
G 196 of 550 ~ 35.64%
B 175 of 550 ~ 31.82'%

%32.55
%35.64
%31.82

CMYK color model

#B3C4AF color CMYK value is (9,0,11,23).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK: (9,0,11,23) C9M0Y11K23 (9%,0%,11%,23%) (0.09/0.00/0.11/0.23) 

CMYK percentages

%8.67
%0
%10.71
%23.14

Codes

Color #B3C4AF in popluar color models

B3 C4 AF
RGB 179 196 175
HSL 109° 15.11% 72.75%
HSB/HSV 109° 10.71% 76.86%
CMYK 8.67% 0.00% 10.71%
23.14%

Color #B3C4AF in popluar number systems.

HEX B3 C4 AF
Decimal 179 196 175
Binary 10110011 11000100 10101111
Octal 263 304 257

Shades and tints

Shades of #B3C4AF

#B3C4AF
(179,196,175)
#A3B3A0
(163,179,160)
#93A291
(147,162,145)
#839182
(131,145,130)
#738073
(115,128,115)
#636F64
(99,111,100)
#535E55
(83,94,85)
#434D46
(67,77,70)
#333C37
(51,60,55)
#232B28
(35,43,40)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #B3C4AF

#B3C4AF
(179,196,175)
#B9C9B6
(185,201,182)
#BFCEBD
(191,206,189)
#C5D3C4
(197,211,196)
#CBD8CB
(203,216,203)
#D1DDD2
(209,221,210)
#D7E2D9
(215,226,217)
#DDE7E0
(221,231,224)
#E3ECE7
(227,236,231)
#E9F1EE
(233,241,238)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C4AF color. Also use rgb(179,196,175) instead hex code.

Text Font Color

.myTextColor { color: #B3C4AF; }

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

This text font color is #B3C4AF.

Background Color

.myBgColor { background-color: #B3C4AF; }

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

This div background color is #B3C4AF.

Border color

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

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

This div border color is #B3C4AF.

Opacity

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

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

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

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

This text has shadow with #B3C4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C4AF.

Preview

Color preview on black background

This text has color #B3C4AF on black background.


Color preview on white background

This text has color #B3C4AF on white background.


Black color preview on #B3C4AF background

This text has black color on #B3C4AF background.


White color preview on #B3C4AF background

This text has white color on #B3C4AF background.


Related colors

Complementary color

Complementary color for #hex is #4C3B50.


I love getcolorcode.com

Triadic colors

1 #AFB3C4 and #C4AFB3 with #B3C4AF are triadic colors.

2 #AFC4B3 and #C4B3AF with #B3C4AF are triadic colors.