COLOR #C7CACE

HEX: #C7CACE RGB: (199,202,206)

Color info

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

RGB color model

#C7CACE color RGB value is (199,202,206).

RGB: (199,202,206) (78%, 79%, 81%)

RGB channels and saturation

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

199
202
206

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

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 206 = 607 (100%)
R 199 of 607 ~ 32.78%
G 202 of 607 ~ 33.28%
B 206 of 607 ~ 33.94'%

%32.78
%33.28
%33.94

CMYK color model

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

  • cyan value is 3.40%
  • 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

%3.4
%1.94
%0
%19.22

Codes

Color #C7CACE in popluar color models

C7 CA CE
RGB 199 202 206
HSL 214° 6.67% 79.41%
HSB/HSV 214° 3.40% 80.78%
CMYK 3.40% 1.94% 0.00%
19.22%

Color #C7CACE in popluar number systems.

HEX C7 CA CE
Decimal 199 202 206
Binary 11000111 11001010 11001110
Octal 307 312 316

Shades and tints

Shades of #C7CACE

#C7CACE
(199,202,206)
#B5B8BC
(181,184,188)
#A3A6AA
(163,166,170)
#919498
(145,148,152)
#7F8286
(127,130,134)
#6D7074
(109,112,116)
#5B5E62
(91,94,98)
#494C50
(73,76,80)
#373A3E
(55,58,62)
#25282C
(37,40,44)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #C7CACE

#C7CACE
(199,202,206)
#CCCED2
(204,206,210)
#D1D2D6
(209,210,214)
#D6D6DA
(214,214,218)
#DBDADE
(219,218,222)
#E0DEE2
(224,222,226)
#E5E2E6
(229,226,230)
#EAE6EA
(234,230,234)
#EFEAEE
(239,234,238)
#F4EEF2
(244,238,242)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CACE; }

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

This text font color is #C7CACE.

Background Color

.myBgColor { background-color: #C7CACE; }

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

This div background color is #C7CACE.

Border color

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

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

This div border color is #C7CACE.

Opacity

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

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

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

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

This text has shadow with #C7CACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CACE.

Preview

Color preview on black background

This text has color #C7CACE on black background.


Color preview on white background

This text has color #C7CACE on white background.


Black color preview on #C7CACE background

This text has black color on #C7CACE background.


White color preview on #C7CACE background

This text has white color on #C7CACE background.


Related colors

Complementary color

Complementary color for #hex is #383531.


I love getcolorcode.com

Triadic colors

1 #CEC7CA and #CACEC7 with #C7CACE are triadic colors.

2 #CECAC7 and #CAC7CE with #C7CACE are triadic colors.