COLOR #C8AD89

HEX: #C8AD89 RGB: (200,173,137)

Color info

#C8AD89 contains mainly red and green colors. Web safe color of #C8AD89 is #CC9999 (or #C99).

RGB color model

#C8AD89 color RGB value is (200,173,137).

RGB: (200,173,137) (78%, 68%, 54%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 137 of 255 = 54%

200
173
137

R + G + B ~ 67%. #C8AD89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 173 + 137 = 510 (100%)
R 200 of 510 ~ 39.22%
G 173 of 510 ~ 33.92%
B 137 of 510 ~ 26.86'%

%39.22
%33.92
%26.86

CMYK color model

#C8AD89 color CMYK value is (0,14,32,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 31.50%
  • key color value is 21.57%

CMYK: (0,14,32,22)
C0M14Y32K22 (0%, 14%, 32%, 22%)
(0.00 / 0.14 / 0.32 / 0.22)

CMYK percentages

%0
%13.5
%31.5
%21.57

Codes

Color #C8AD89 in popluar color models

C8 AD 89
RGB 200 173 137
HSL 34° 36.42% 66.08%
HSB/HSV 34° 31.50% 78.43%
CMYK 0.00% 13.50% 31.50%
21.57%

Color #C8AD89 in popluar number systems.

HEX C8 AD 89
Decimal 200 173 137
Binary 11001000 10101101 10001001
Octal 310 255 211

Shades and tints

Shades of #C8AD89

#C8AD89
(200,173,137)
#B69E7D
(182,158,125)
#A48F71
(164,143,113)
#928065
(146,128,101)
#807159
(128,113,89)
#6E624D
(110,98,77)
#5C5341
(92,83,65)
#4A4435
(74,68,53)
#383529
(56,53,41)
#26261D
(38,38,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #C8AD89

#C8AD89
(200,173,137)
#CDB493
(205,180,147)
#D2BB9D
(210,187,157)
#D7C2A7
(215,194,167)
#DCC9B1
(220,201,177)
#E1D0BB
(225,208,187)
#E6D7C5
(230,215,197)
#EBDECF
(235,222,207)
#F0E5D9
(240,229,217)
#F5ECE3
(245,236,227)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AD89 color. Also use rgb(200,173,137) instead hex code.

Text Font Color

.myTextColor { color: #C8AD89; }

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

This text font color is #C8AD89.

Background Color

.myBgColor { background-color: #C8AD89; }

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

This div background color is #C8AD89.

Border color

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

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

This div border color is #C8AD89.

Opacity

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

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

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

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

This text has shadow with #C8AD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AD89.

Preview

Color preview on black background

This text has color #C8AD89 on black background.


Color preview on white background

This text has color #C8AD89 on white background.


Black color preview on #C8AD89 background

This text has black color on #C8AD89 background.


White color preview on #C8AD89 background

This text has white color on #C8AD89 background.


Related colors

Complementary color

Complementary color for #hex is #375276.


I love getcolorcode.com

Triadic colors

1 #89C8AD and #AD89C8 with #C8AD89 are triadic colors.

2 #89ADC8 and #ADC889 with #C8AD89 are triadic colors.