COLOR #C9B3AF

HEX: #C9B3AF RGB: (201,179,175)

Color info

#C9B3AF contains red, green and blue colors in about the same proportion. Web safe color of #C9B3AF is #CC9999 (or #C99).

RGB color model

#C9B3AF color RGB value is (201,179,175).

RGB: (201,179,175) (79%, 70%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 175 of 255 = 69%

201
179
175

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

Portions of RGB colors in percentages

R + G + B = 201 + 179 + 175 = 555 (100%)
R 201 of 555 ~ 36.22%
G 179 of 555 ~ 32.25%
B 175 of 555 ~ 31.53'%

%36.22
%32.25
%31.53

CMYK color model

#C9B3AF color CMYK value is (0,11,13,21).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 12.94%
  • key color value is 21.18%

CMYK: (0,11,13,21)
C0M11Y13K21 (0%, 11%, 13%, 21%)
(0.00 / 0.11 / 0.13 / 0.21)

CMYK percentages

%0
%10.95
%12.94
%21.18

Codes

Color #C9B3AF in popluar color models

C9 B3 AF
RGB 201 179 175
HSL 19.40% 73.73%
HSB/HSV 12.94% 78.82%
CMYK 0.00% 10.95% 12.94%
21.18%

Color #C9B3AF in popluar number systems.

HEX C9 B3 AF
Decimal 201 179 175
Binary 11001001 10110011 10101111
Octal 311 263 257

Shades and tints

Shades of #C9B3AF

#C9B3AF
(201,179,175)
#B7A3A0
(183,163,160)
#A59391
(165,147,145)
#938382
(147,131,130)
#817373
(129,115,115)
#6F6364
(111,99,100)
#5D5355
(93,83,85)
#4B4346
(75,67,70)
#393337
(57,51,55)
#272328
(39,35,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #C9B3AF

#C9B3AF
(201,179,175)
#CDB9B6
(205,185,182)
#D1BFBD
(209,191,189)
#D5C5C4
(213,197,196)
#D9CBCB
(217,203,203)
#DDD1D2
(221,209,210)
#E1D7D9
(225,215,217)
#E5DDE0
(229,221,224)
#E9E3E7
(233,227,231)
#EDE9EE
(237,233,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B3AF; }

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

This text font color is #C9B3AF.

Background Color

.myBgColor { background-color: #C9B3AF; }

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

This div background color is #C9B3AF.

Border color

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

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

This div border color is #C9B3AF.

Opacity

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

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

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

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

This text has shadow with #C9B3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B3AF.

Preview

Color preview on black background

This text has color #C9B3AF on black background.


Color preview on white background

This text has color #C9B3AF on white background.


Black color preview on #C9B3AF background

This text has black color on #C9B3AF background.


White color preview on #C9B3AF background

This text has white color on #C9B3AF background.


Related colors

Complementary color

Complementary color for #hex is #364C50.


I love getcolorcode.com

Triadic colors

1 #AFC9B3 and #B3AFC9 with #C9B3AF are triadic colors.

2 #AFB3C9 and #B3C9AF with #C9B3AF are triadic colors.