COLOR #C8CACE

HEX: #C8CACE
RGB: (200,202,206)

Color info

#C8CACE contains red, green and blue colors in about the same proportion. Web safe color of #C8CACE is #CCCCCC (or #CCC).

RGB color model

#C8CACE color RGB value is (200,202,206).

  • red value is 200;
  • green value is 202;
  • blue value is 206.
RGB:
(200,202,206)
(78%,79%,81%)

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 206 of 255 = 81%

200
202
206

R + G + B ~ 79%. #C8CACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 206 = 608 (100%)
R 200 of 608 ~ 32.89%
G 202 of 608 ~ 33.22%
B 206 of 608 ~ 33.88%

%32.89
%33.22
%33.88

CMYK color model

#C8CACE color CMYK value is (3,2,0,19).

  • cyan value is 2.91%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,2,0,19)
C3M2Y0K19 
(3%,2%,0%,19%)
(0.03/0.02/0.00/0.19)	

CMYK percentages

%2.91
%1.94
%0
%19.22

Codes

Color #C8CACE in popluar color models

C8CACE
RGB200202206
HSL220°5.77%79.61%
HSB/HSV220°2.91%80.78%
CMYK2.91%1.94%0.00%
19.22%

Color #C8CACE in popluar number systems.

HEXC8CACE
Decimal200202206
Binary110010001100101011001110
Octal310312316

Shades and tints

Shades of #C8CACE

#C8CACE
(200,202,206)
#B6B8BC
(182,184,188)
#A4A6AA
(164,166,170)
#929498
(146,148,152)
#808286
(128,130,134)
#6E7074
(110,112,116)
#5C5E62
(92,94,98)
#4A4C50
(74,76,80)
#383A3E
(56,58,62)
#26282C
(38,40,44)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #C8CACE

#C8CACE
(200,202,206)
#CDCED2
(205,206,210)
#D2D2D6
(210,210,214)
#D7D6DA
(215,214,218)
#DCDADE
(220,218,222)
#E1DEE2
(225,222,226)
#E6E2E6
(230,226,230)
#EBE6EA
(235,230,234)
#F0EAEE
(240,234,238)
#F5EEF2
(245,238,242)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CACE color. Also use rgb(200,202,206) instead hex code.

Text Font Color

.myTextColor { color: #C8CACE; }

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

This text font color is #C8CACE.


Background Color

.myBgColor { background-color: #C8CACE; }

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

This div background color is #C8CACE.


Border color

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

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

This div border color is #C8CACE.


Opacity

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

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

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

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

This text has shadow with #C8CACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CACE on black background.


Color preview on white background

This text has color #C8CACE on white background.



Black color preview on #C8CACE background

This text has black color on #C8CACE background.


White color preview on #C8CACE background

This text has white color on #C8CACE background.