COLOR #C8CFA6

HEX: #C8CFA6
RGB: (200,207,166)

Color info

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

RGB color model

#C8CFA6 color RGB value is (200,207,166).

  • red value is 200;
  • green value is 207;
  • blue value is 166.
RGB:
(200,207,166)
(78%,81%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 207 of 255 = 81%
B 166 of 255 = 65%

200
207
166

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

Portions of RGB colors in percentages

R + G + B =
200 + 207 + 166 = 573 (100%)
R 200 of 573 ~ 34.9%
G 207 of 573 ~ 36.13%
B 166 of 573 ~ 28.97%

%34.9
%36.13
%28.97

CMYK color model

#C8CFA6 color CMYK value is (3,0,20,19).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%
CMYK:
(3,0,20,19)
C3M0Y20K19 
(3%,0%,20%,19%)
(0.03/0.00/0.20/0.19)	

CMYK percentages

%3.38
%0
%19.81
%18.82

Codes

Color #C8CFA6 in popluar color models

C8CFA6
RGB200207166
HSL70°29.93%73.14%
HSB/HSV70°19.81%81.18%
CMYK3.38%0.00%19.81%
18.82%

Color #C8CFA6 in popluar number systems.

HEXC8CFA6
Decimal200207166
Binary110010001100111110100110
Octal310317246

Shades and tints

Shades of #C8CFA6

#C8CFA6
(200,207,166)
#B6BD97
(182,189,151)
#A4AB88
(164,171,136)
#929979
(146,153,121)
#80876A
(128,135,106)
#6E755B
(110,117,91)
#5C634C
(92,99,76)
#4A513D
(74,81,61)
#383F2E
(56,63,46)
#262D1F
(38,45,31)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #C8CFA6

#C8CFA6
(200,207,166)
#CDD3AE
(205,211,174)
#D2D7B6
(210,215,182)
#D7DBBE
(215,219,190)
#DCDFC6
(220,223,198)
#E1E3CE
(225,227,206)
#E6E7D6
(230,231,214)
#EBEBDE
(235,235,222)
#F0EFE6
(240,239,230)
#F5F3EE
(245,243,238)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CFA6 color. Also use rgb(200,207,166) instead hex code.

Text Font Color

.myTextColor { color: #C8CFA6; }

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

This text font color is #C8CFA6.


Background Color

.myBgColor { background-color: #C8CFA6; }

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

This div background color is #C8CFA6.


Border color

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

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

This div border color is #C8CFA6.


Opacity

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

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

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

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

This text has shadow with #C8CFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CFA6 on black background.


Color preview on white background

This text has color #C8CFA6 on white background.



Black color preview on #C8CFA6 background

This text has black color on #C8CFA6 background.


White color preview on #C8CFA6 background

This text has white color on #C8CFA6 background.