COLOR #C8CCA9

HEX: #C8CCA9 RGB: (200,204,169)

Color info

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

RGB color model

#C8CCA9 color RGB value is (200,204,169).

RGB: (200,204,169) (78%, 80%, 66%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 169 of 255 = 66%

200
204
169

R + G + B ~ 75%. #C8CCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 169 = 573 (100%)
R 200 of 573 ~ 34.9%
G 204 of 573 ~ 35.6%
B 169 of 573 ~ 29.49'%

%34.9
%35.6
%29.49

CMYK color model

#C8CCA9 color CMYK value is (2,0,17,20).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 20.00%

CMYK: (2,0,17,20)
C2M0Y17K20 (2%, 0%, 17%, 20%)
(0.02 / 0.00 / 0.17 / 0.20)

CMYK percentages

%1.96
%0
%17.16
%20

Codes

Color #C8CCA9 in popluar color models

C8 CC A9
RGB 200 204 169
HSL 67° 25.55% 73.14%
HSB/HSV 67° 17.16% 80.00%
CMYK 1.96% 0.00% 17.16%
20.00%

Color #C8CCA9 in popluar number systems.

HEX C8 CC A9
Decimal 200 204 169
Binary 11001000 11001100 10101001
Octal 310 314 251

Shades and tints

Shades of #C8CCA9

#C8CCA9
(200,204,169)
#B6BA9A
(182,186,154)
#A4A88B
(164,168,139)
#92967C
(146,150,124)
#80846D
(128,132,109)
#6E725E
(110,114,94)
#5C604F
(92,96,79)
#4A4E40
(74,78,64)
#383C31
(56,60,49)
#262A22
(38,42,34)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8CCA9

#C8CCA9
(200,204,169)
#CDD0B0
(205,208,176)
#D2D4B7
(210,212,183)
#D7D8BE
(215,216,190)
#DCDCC5
(220,220,197)
#E1E0CC
(225,224,204)
#E6E4D3
(230,228,211)
#EBE8DA
(235,232,218)
#F0ECE1
(240,236,225)
#F5F0E8
(245,240,232)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CCA9 color. Also use rgb(200,204,169) instead hex code.

Text Font Color

.myTextColor { color: #C8CCA9; }

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

This text font color is #C8CCA9.

Background Color

.myBgColor { background-color: #C8CCA9; }

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

This div background color is #C8CCA9.

Border color

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

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

This div border color is #C8CCA9.

Opacity

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

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

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

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

This text has shadow with #C8CCA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CCA9.

Preview

Color preview on black background

This text has color #C8CCA9 on black background.


Color preview on white background

This text has color #C8CCA9 on white background.


Black color preview on #C8CCA9 background

This text has black color on #C8CCA9 background.


White color preview on #C8CCA9 background

This text has white color on #C8CCA9 background.


Related colors

Complementary color

Complementary color for #hex is #373356.


I love getcolorcode.com

Triadic colors

1 #A9C8CC and #CCA9C8 with #C8CCA9 are triadic colors.

2 #A9CCC8 and #CCC8A9 with #C8CCA9 are triadic colors.