COLOR #C0C7D6

HEX: #C0C7D6
RGB: (192,199,214)

Color info

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

RGB color model

#C0C7D6 color RGB value is (192,199,214).

  • red value is 192;
  • green value is 199;
  • blue value is 214.
RGB:
(192,199,214)
(75%,78%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 199 of 255 = 78%
B 214 of 255 = 84%

192
199
214

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

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 214 = 605 (100%)
R 192 of 605 ~ 31.74%
G 199 of 605 ~ 32.89%
B 214 of 605 ~ 35.37%

%31.74
%32.89
%35.37

CMYK color model

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

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

CMYK percentages

%10.28
%7.01
%0
%16.08

Codes

Color #C0C7D6 in popluar color models

C0C7D6
RGB192199214
HSL221°21.15%79.61%
HSB/HSV221°10.28%83.92%
CMYK10.28%7.01%0.00%
16.08%

Color #C0C7D6 in popluar number systems.

HEXC0C7D6
Decimal192199214
Binary110000001100011111010110
Octal300307326

Shades and tints

Shades of #C0C7D6

#C0C7D6
(192,199,214)
#AFB5C3
(175,181,195)
#9EA3B0
(158,163,176)
#8D919D
(141,145,157)
#7C7F8A
(124,127,138)
#6B6D77
(107,109,119)
#5A5B64
(90,91,100)
#494951
(73,73,81)
#38373E
(56,55,62)
#27252B
(39,37,43)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #C0C7D6

#C0C7D6
(192,199,214)
#C5CCD9
(197,204,217)
#CAD1DC
(202,209,220)
#CFD6DF
(207,214,223)
#D4DBE2
(212,219,226)
#D9E0E5
(217,224,229)
#DEE5E8
(222,229,232)
#E3EAEB
(227,234,235)
#E8EFEE
(232,239,238)
#EDF4F1
(237,244,241)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C7D6 color. Also use rgb(192,199,214) instead hex code.

Text Font Color

.myTextColor { color: #C0C7D6; }

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

This text font color is #C0C7D6.


Background Color

.myBgColor { background-color: #C0C7D6; }

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

This div background color is #C0C7D6.


Border color

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

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

This div border color is #C0C7D6.


Opacity

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

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

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

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

This text has shadow with #C0C7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7D6 on black background.


Color preview on white background

This text has color #C0C7D6 on white background.



Black color preview on #C0C7D6 background

This text has black color on #C0C7D6 background.


White color preview on #C0C7D6 background

This text has white color on #C0C7D6 background.