COLOR #C8A89F

HEX: #C8A89F RGB: (200,168,159)

Color info

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

RGB color model

#C8A89F color RGB value is (200,168,159).

RGB: (200,168,159) (78%, 66%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 159 of 255 = 62%

200
168
159

R + G + B ~ 69%. #C8A89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 168 + 159 = 527 (100%)
R 200 of 527 ~ 37.95%
G 168 of 527 ~ 31.88%
B 159 of 527 ~ 30.17'%

%37.95
%31.88
%30.17

CMYK color model

#C8A89F color CMYK value is (0,16,21,22).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 20.50%
  • key color value is 21.57%

CMYK: (0,16,21,22)
C0M16Y21K22 (0%, 16%, 21%, 22%)
(0.00 / 0.16 / 0.21 / 0.22)

CMYK percentages

%0
%16
%20.5
%21.57

Codes

Color #C8A89F in popluar color models

C8 A8 9F
RGB 200 168 159
HSL 13° 27.15% 70.39%
HSB/HSV 13° 20.50% 78.43%
CMYK 0.00% 16.00% 20.50%
21.57%

Color #C8A89F in popluar number systems.

HEX C8 A8 9F
Decimal 200 168 159
Binary 11001000 10101000 10011111
Octal 310 250 237

Shades and tints

Shades of #C8A89F

#C8A89F
(200,168,159)
#B69991
(182,153,145)
#A48A83
(164,138,131)
#927B75
(146,123,117)
#806C67
(128,108,103)
#6E5D59
(110,93,89)
#5C4E4B
(92,78,75)
#4A3F3D
(74,63,61)
#38302F
(56,48,47)
#262121
(38,33,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C8A89F

#C8A89F
(200,168,159)
#CDAFA7
(205,175,167)
#D2B6AF
(210,182,175)
#D7BDB7
(215,189,183)
#DCC4BF
(220,196,191)
#E1CBC7
(225,203,199)
#E6D2CF
(230,210,207)
#EBD9D7
(235,217,215)
#F0E0DF
(240,224,223)
#F5E7E7
(245,231,231)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A89F color. Also use rgb(200,168,159) instead hex code.

Text Font Color

.myTextColor { color: #C8A89F; }

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

This text font color is #C8A89F.

Background Color

.myBgColor { background-color: #C8A89F; }

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

This div background color is #C8A89F.

Border color

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

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

This div border color is #C8A89F.

Opacity

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

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

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

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

This text has shadow with #C8A89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A89F.

Preview

Color preview on black background

This text has color #C8A89F on black background.


Color preview on white background

This text has color #C8A89F on white background.


Black color preview on #C8A89F background

This text has black color on #C8A89F background.


White color preview on #C8A89F background

This text has white color on #C8A89F background.


Related colors

Complementary color

Complementary color for #hex is #375760.


I love getcolorcode.com

Triadic colors

1 #9FC8A8 and #A89FC8 with #C8A89F are triadic colors.

2 #9FA8C8 and #A8C89F with #C8A89F are triadic colors.