COLOR #C8A89D

HEX: #C8A89D RGB: (200,168,157)

Color info

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

RGB color model

#C8A89D color RGB value is (200,168,157).

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

RGB channels and saturation

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

200
168
157

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

Portions of RGB colors in percentages

R + G + B = 200 + 168 + 157 = 525 (100%)
R 200 of 525 ~ 38.1%
G 168 of 525 ~ 32%
B 157 of 525 ~ 29.9'%

%38.1
%32
%29.9

CMYK color model

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

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

CMYK: (0,16,22,22)
C0M16Y22K22 (0%, 16%, 22%, 22%)
(0.00 / 0.16 / 0.22 / 0.22)

CMYK percentages

%0
%16
%21.5
%21.57

Codes

Color #C8A89D in popluar color models

C8 A8 9D
RGB 200 168 157
HSL 15° 28.10% 70.00%
HSB/HSV 15° 21.50% 78.43%
CMYK 0.00% 16.00% 21.50%
21.57%

Color #C8A89D in popluar number systems.

HEX C8 A8 9D
Decimal 200 168 157
Binary 11001000 10101000 10011101
Octal 310 250 235

Shades and tints

Shades of #C8A89D

#C8A89D
(200,168,157)
#B6998F
(182,153,143)
#A48A81
(164,138,129)
#927B73
(146,123,115)
#806C65
(128,108,101)
#6E5D57
(110,93,87)
#5C4E49
(92,78,73)
#4A3F3B
(74,63,59)
#38302D
(56,48,45)
#26211F
(38,33,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #C8A89D

#C8A89D
(200,168,157)
#CDAFA5
(205,175,165)
#D2B6AD
(210,182,173)
#D7BDB5
(215,189,181)
#DCC4BD
(220,196,189)
#E1CBC5
(225,203,197)
#E6D2CD
(230,210,205)
#EBD9D5
(235,217,213)
#F0E0DD
(240,224,221)
#F5E7E5
(245,231,229)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A89D; }

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

This text font color is #C8A89D.

Background Color

.myBgColor { background-color: #C8A89D; }

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

This div background color is #C8A89D.

Border color

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

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

This div border color is #C8A89D.

Opacity

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

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

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

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

This text has shadow with #C8A89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A89D.

Preview

Color preview on black background

This text has color #C8A89D on black background.


Color preview on white background

This text has color #C8A89D on white background.


Black color preview on #C8A89D background

This text has black color on #C8A89D background.


White color preview on #C8A89D background

This text has white color on #C8A89D background.


Related colors

Complementary color

Complementary color for #hex is #375762.


I love getcolorcode.com

Triadic colors

1 #9DC8A8 and #A89DC8 with #C8A89D are triadic colors.

2 #9DA8C8 and #A8C89D with #C8A89D are triadic colors.