COLOR #C2C7D7

HEX: #C2C7D7
RGB: (194,199,215)

Color info

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

RGB color model

#C2C7D7 color RGB value is (194,199,215).

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

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 215 of 255 = 84%

194
199
215

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

Portions of RGB colors in percentages

R + G + B =
194 + 199 + 215 = 608 (100%)
R 194 of 608 ~ 31.91%
G 199 of 608 ~ 32.73%
B 215 of 608 ~ 35.36%

%31.91
%32.73
%35.36

CMYK color model

#C2C7D7 color CMYK value is (10,7,0,16).

  • cyan value is 9.77%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,7,0,16)
C10M7Y0K16 
(10%,7%,0%,16%)
(0.10/0.07/0.00/0.16)	

CMYK percentages

%9.77
%7.44
%0
%15.69

Codes

Color #C2C7D7 in popluar color models

C2C7D7
RGB194199215
HSL226°20.79%80.20%
HSB/HSV226°9.77%84.31%
CMYK9.77%7.44%0.00%
15.69%

Color #C2C7D7 in popluar number systems.

HEXC2C7D7
Decimal194199215
Binary110000101100011111010111
Octal302307327

Shades and tints

Shades of #C2C7D7

#C2C7D7
(194,199,215)
#B1B5C4
(177,181,196)
#A0A3B1
(160,163,177)
#8F919E
(143,145,158)
#7E7F8B
(126,127,139)
#6D6D78
(109,109,120)
#5C5B65
(92,91,101)
#4B4952
(75,73,82)
#3A373F
(58,55,63)
#29252C
(41,37,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #C2C7D7

#C2C7D7
(194,199,215)
#C7CCDA
(199,204,218)
#CCD1DD
(204,209,221)
#D1D6E0
(209,214,224)
#D6DBE3
(214,219,227)
#DBE0E6
(219,224,230)
#E0E5E9
(224,229,233)
#E5EAEC
(229,234,236)
#EAEFEF
(234,239,239)
#EFF4F2
(239,244,242)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7D7; }

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

This text font color is #C2C7D7.


Background Color

.myBgColor { background-color: #C2C7D7; }

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

This div background color is #C2C7D7.


Border color

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

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

This div border color is #C2C7D7.


Opacity

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

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

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

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

This text has shadow with #C2C7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C7D7 on black background.


Color preview on white background

This text has color #C2C7D7 on white background.



Black color preview on #C2C7D7 background

This text has black color on #C2C7D7 background.


White color preview on #C2C7D7 background

This text has white color on #C2C7D7 background.