COLOR #C8C6AA

HEX: #C8C6AA RGB: (200,198,170)

Color info

#C8C6AA contains red, green and blue colors in about the same proportion. Web safe color of #C8C6AA is #CCCC99 (or #CC9).

RGB color model

#C8C6AA color RGB value is (200,198,170).

RGB: (200,198,170) (78%, 78%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 170 of 255 = 67%

200
198
170

R + G + B ~ 74%. #C8C6AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 198 + 170 = 568 (100%)
R 200 of 568 ~ 35.21%
G 198 of 568 ~ 34.86%
B 170 of 568 ~ 29.93'%

%35.21
%34.86
%29.93

CMYK color model

#C8C6AA color CMYK value is (0,1,15,22).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 15.00%
  • key color value is 21.57%

CMYK: (0,1,15,22)
C0M1Y15K22 (0%, 1%, 15%, 22%)
(0.00 / 0.01 / 0.15 / 0.22)

CMYK percentages

%0
%1
%15
%21.57

Codes

Color #C8C6AA in popluar color models

C8 C6 AA
RGB 200 198 170
HSL 56° 21.43% 72.55%
HSB/HSV 56° 15.00% 78.43%
CMYK 0.00% 1.00% 15.00%
21.57%

Color #C8C6AA in popluar number systems.

HEX C8 C6 AA
Decimal 200 198 170
Binary 11001000 11000110 10101010
Octal 310 306 252

Shades and tints

Shades of #C8C6AA

#C8C6AA
(200,198,170)
#B6B49B
(182,180,155)
#A4A28C
(164,162,140)
#92907D
(146,144,125)
#807E6E
(128,126,110)
#6E6C5F
(110,108,95)
#5C5A50
(92,90,80)
#4A4841
(74,72,65)
#383632
(56,54,50)
#262423
(38,36,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8C6AA

#C8C6AA
(200,198,170)
#CDCBB1
(205,203,177)
#D2D0B8
(210,208,184)
#D7D5BF
(215,213,191)
#DCDAC6
(220,218,198)
#E1DFCD
(225,223,205)
#E6E4D4
(230,228,212)
#EBE9DB
(235,233,219)
#F0EEE2
(240,238,226)
#F5F3E9
(245,243,233)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C6AA color. Also use rgb(200,198,170) instead hex code.

Text Font Color

.myTextColor { color: #C8C6AA; }

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

This text font color is #C8C6AA.

Background Color

.myBgColor { background-color: #C8C6AA; }

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

This div background color is #C8C6AA.

Border color

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

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

This div border color is #C8C6AA.

Opacity

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

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

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

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

This text has shadow with #C8C6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C6AA.

Preview

Color preview on black background

This text has color #C8C6AA on black background.


Color preview on white background

This text has color #C8C6AA on white background.


Black color preview on #C8C6AA background

This text has black color on #C8C6AA background.


White color preview on #C8C6AA background

This text has white color on #C8C6AA background.


Related colors

Complementary color

Complementary color for #hex is #373955.


I love getcolorcode.com

Triadic colors

1 #AAC8C6 and #C6AAC8 with #C8C6AA are triadic colors.

2 #AAC6C8 and #C6C8AA with #C8C6AA are triadic colors.