COLOR #C7CECA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
206
202

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

Portions of RGB colors in percentages

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

%32.78
%33.94
%33.28

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 19.22%

CMYK: (3,0,2,19)
C3M0Y2K19 (3%, 0%, 2%, 19%)
(0.03 / 0.00 / 0.02 / 0.19)

CMYK percentages

%3.4
%0
%1.94
%19.22

Codes

Color #C7CECA in popluar color models

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

Color #C7CECA in popluar number systems.

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

Shades and tints

Shades of #C7CECA

#C7CECA
(199,206,202)
#B5BCB8
(181,188,184)
#A3AAA6
(163,170,166)
#919894
(145,152,148)
#7F8682
(127,134,130)
#6D7470
(109,116,112)
#5B625E
(91,98,94)
#49504C
(73,80,76)
#373E3A
(55,62,58)
#252C28
(37,44,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7CECA

#C7CECA
(199,206,202)
#CCD2CE
(204,210,206)
#D1D6D2
(209,214,210)
#D6DAD6
(214,218,214)
#DBDEDA
(219,222,218)
#E0E2DE
(224,226,222)
#E5E6E2
(229,230,226)
#EAEAE6
(234,234,230)
#EFEEEA
(239,238,234)
#F4F2EE
(244,242,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CECA; }

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

This text font color is #C7CECA.

Background Color

.myBgColor { background-color: #C7CECA; }

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

This div background color is #C7CECA.

Border color

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

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

This div border color is #C7CECA.

Opacity

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

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

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

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

This text has shadow with #C7CECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CECA.

Preview

Color preview on black background

This text has color #C7CECA on black background.


Color preview on white background

This text has color #C7CECA on white background.


Black color preview on #C7CECA background

This text has black color on #C7CECA background.


White color preview on #C7CECA background

This text has white color on #C7CECA background.


Related colors

Complementary color

Complementary color for #hex is #383135.


I love getcolorcode.com

Triadic colors

1 #CAC7CE and #CECAC7 with #C7CECA are triadic colors.

2 #CACEC7 and #CEC7CA with #C7CECA are triadic colors.