COLOR #C8CBA9

HEX: #C8CBA9 RGB: (200,203,169)

Color info

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

RGB color model

#C8CBA9 color RGB value is (200,203,169).

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

RGB channels and saturation

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

200
203
169

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

Portions of RGB colors in percentages

R + G + B = 200 + 203 + 169 = 572 (100%)
R 200 of 572 ~ 34.97%
G 203 of 572 ~ 35.49%
B 169 of 572 ~ 29.55'%

%34.97
%35.49
%29.55

CMYK color model

#C8CBA9 color CMYK value is (1,0,17,20).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 20.39%

CMYK: (1,0,17,20)
C1M0Y17K20 (1%, 0%, 17%, 20%)
(0.01 / 0.00 / 0.17 / 0.20)

CMYK percentages

%1.48
%0
%16.75
%20.39

Codes

Color #C8CBA9 in popluar color models

C8 CB A9
RGB 200 203 169
HSL 65° 24.64% 72.94%
HSB/HSV 65° 16.75% 79.61%
CMYK 1.48% 0.00% 16.75%
20.39%

Color #C8CBA9 in popluar number systems.

HEX C8 CB A9
Decimal 200 203 169
Binary 11001000 11001011 10101001
Octal 310 313 251

Shades and tints

Shades of #C8CBA9

#C8CBA9
(200,203,169)
#B6B99A
(182,185,154)
#A4A78B
(164,167,139)
#92957C
(146,149,124)
#80836D
(128,131,109)
#6E715E
(110,113,94)
#5C5F4F
(92,95,79)
#4A4D40
(74,77,64)
#383B31
(56,59,49)
#262922
(38,41,34)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #C8CBA9

#C8CBA9
(200,203,169)
#CDCFB0
(205,207,176)
#D2D3B7
(210,211,183)
#D7D7BE
(215,215,190)
#DCDBC5
(220,219,197)
#E1DFCC
(225,223,204)
#E6E3D3
(230,227,211)
#EBE7DA
(235,231,218)
#F0EBE1
(240,235,225)
#F5EFE8
(245,239,232)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CBA9; }

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

This text font color is #C8CBA9.

Background Color

.myBgColor { background-color: #C8CBA9; }

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

This div background color is #C8CBA9.

Border color

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

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

This div border color is #C8CBA9.

Opacity

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

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

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

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

This text has shadow with #C8CBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CBA9.

Preview

Color preview on black background

This text has color #C8CBA9 on black background.


Color preview on white background

This text has color #C8CBA9 on white background.


Black color preview on #C8CBA9 background

This text has black color on #C8CBA9 background.


White color preview on #C8CBA9 background

This text has white color on #C8CBA9 background.


Related colors

Complementary color

Complementary color for #hex is #373456.


I love getcolorcode.com

Triadic colors

1 #A9C8CB and #CBA9C8 with #C8CBA9 are triadic colors.

2 #A9CBC8 and #CBC8A9 with #C8CBA9 are triadic colors.