COLOR #C2CEC7

HEX: #C2CEC7 RGB: (194,206,199)

Color info

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

RGB color model

#C2CEC7 color RGB value is (194,206,199).

RGB: (194,206,199) (76%, 81%, 78%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 199 of 255 = 78%

194
206
199

R + G + B ~ 78%. #C2CEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 199 = 599 (100%)
R 194 of 599 ~ 32.39%
G 206 of 599 ~ 34.39%
B 199 of 599 ~ 33.22'%

%32.39
%34.39
%33.22

CMYK color model

#C2CEC7 color CMYK value is (6,0,3,19).

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

CMYK: (6,0,3,19)
C6M0Y3K19 (6%, 0%, 3%, 19%)
(0.06 / 0.00 / 0.03 / 0.19)

CMYK percentages

%5.83
%0
%3.4
%19.22

Codes

Color #C2CEC7 in popluar color models

C2 CE C7
RGB 194 206 199
HSL 145° 10.91% 78.43%
HSB/HSV 145° 5.83% 80.78%
CMYK 5.83% 0.00% 3.40%
19.22%

Color #C2CEC7 in popluar number systems.

HEX C2 CE C7
Decimal 194 206 199
Binary 11000010 11001110 11000111
Octal 302 316 307

Shades and tints

Shades of #C2CEC7

#C2CEC7
(194,206,199)
#B1BCB5
(177,188,181)
#A0AAA3
(160,170,163)
#8F9891
(143,152,145)
#7E867F
(126,134,127)
#6D746D
(109,116,109)
#5C625B
(92,98,91)
#4B5049
(75,80,73)
#3A3E37
(58,62,55)
#292C25
(41,44,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #C2CEC7

#C2CEC7
(194,206,199)
#C7D2CC
(199,210,204)
#CCD6D1
(204,214,209)
#D1DAD6
(209,218,214)
#D6DEDB
(214,222,219)
#DBE2E0
(219,226,224)
#E0E6E5
(224,230,229)
#E5EAEA
(229,234,234)
#EAEEEF
(234,238,239)
#EFF2F4
(239,242,244)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEC7; }

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

This text font color is #C2CEC7.

Background Color

.myBgColor { background-color: #C2CEC7; }

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

This div background color is #C2CEC7.

Border color

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

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

This div border color is #C2CEC7.

Opacity

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

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

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

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

This text has shadow with #C2CEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CEC7.

Preview

Color preview on black background

This text has color #C2CEC7 on black background.


Color preview on white background

This text has color #C2CEC7 on white background.


Black color preview on #C2CEC7 background

This text has black color on #C2CEC7 background.


White color preview on #C2CEC7 background

This text has white color on #C2CEC7 background.


Related colors

Complementary color

Complementary color for #hex is #3D3138.


I love getcolorcode.com

Triadic colors

1 #C7C2CE and #CEC7C2 with #C2CEC7 are triadic colors.

2 #C7CEC2 and #CEC2C7 with #C2CEC7 are triadic colors.