COLOR #C2C7D2

HEX: #C2C7D2
RGB: (194,199,210)

Color info

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

RGB color model

#C2C7D2 color RGB value is (194,199,210).

  • red value is 194;
  • green value is 199;
  • blue value is 210.
RGB:
(194,199,210)
(76%,78%,82%)

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 210 of 255 = 82%

194
199
210

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

Portions of RGB colors in percentages

R + G + B =
194 + 199 + 210 = 603 (100%)
R 194 of 603 ~ 32.17%
G 199 of 603 ~ 33%
B 210 of 603 ~ 34.83%

%32.17
%33
%34.83

CMYK color model

#C2C7D2 color CMYK value is (8,5,0,18).

  • cyan value is 7.62%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,5,0,18)
C8M5Y0K18 
(8%,5%,0%,18%)
(0.08/0.05/0.00/0.18)	

CMYK percentages

%7.62
%5.24
%0
%17.65

Codes

Color #C2C7D2 in popluar color models

C2C7D2
RGB194199210
HSL221°15.09%79.22%
HSB/HSV221°7.62%82.35%
CMYK7.62%5.24%0.00%
17.65%

Color #C2C7D2 in popluar number systems.

HEXC2C7D2
Decimal194199210
Binary110000101100011111010010
Octal302307322

Shades and tints

Shades of #C2C7D2

#C2C7D2
(194,199,210)
#B1B5BF
(177,181,191)
#A0A3AC
(160,163,172)
#8F9199
(143,145,153)
#7E7F86
(126,127,134)
#6D6D73
(109,109,115)
#5C5B60
(92,91,96)
#4B494D
(75,73,77)
#3A373A
(58,55,58)
#292527
(41,37,39)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C2C7D2

#C2C7D2
(194,199,210)
#C7CCD6
(199,204,214)
#CCD1DA
(204,209,218)
#D1D6DE
(209,214,222)
#D6DBE2
(214,219,226)
#DBE0E6
(219,224,230)
#E0E5EA
(224,229,234)
#E5EAEE
(229,234,238)
#EAEFF2
(234,239,242)
#EFF4F6
(239,244,246)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7D2; }

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

This text font color is #C2C7D2.


Background Color

.myBgColor { background-color: #C2C7D2; }

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

This div background color is #C2C7D2.


Border color

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

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

This div border color is #C2C7D2.


Opacity

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

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

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

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

This text has shadow with #C2C7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C7D2 on black background.


Color preview on white background

This text has color #C2C7D2 on white background.



Black color preview on #C2C7D2 background

This text has black color on #C2C7D2 background.


White color preview on #C2C7D2 background

This text has white color on #C2C7D2 background.