COLOR #C0C2DF

HEX: #C0C2DF
RGB: (192,194,223)

Color info

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

RGB color model

#C0C2DF color RGB value is (192,194,223).

  • red value is 192;
  • green value is 194;
  • blue value is 223.
RGB:
(192,194,223)
(75%,76%,87%)

RGB channels and saturation

R 192 of 255 = 75%
G 194 of 255 = 76%
B 223 of 255 = 87%

192
194
223

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

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 223 = 609 (100%)
R 192 of 609 ~ 31.53%
G 194 of 609 ~ 31.86%
B 223 of 609 ~ 36.62%

%31.53
%31.86
%36.62

CMYK color model

#C0C2DF color CMYK value is (14,13,0,13).

  • cyan value is 13.90%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(14,13,0,13)
C14M13Y0K13 
(14%,13%,0%,13%)
(0.14/0.13/0.00/0.13)	

CMYK percentages

%13.9
%13
%0
%12.55

Codes

Color #C0C2DF in popluar color models

C0C2DF
RGB192194223
HSL236°32.63%81.37%
HSB/HSV236°13.90%87.45%
CMYK13.90%13.00%0.00%
12.55%

Color #C0C2DF in popluar number systems.

HEXC0C2DF
Decimal192194223
Binary110000001100001011011111
Octal300302337

Shades and tints

Shades of #C0C2DF

#C0C2DF
(192,194,223)
#AFB1CB
(175,177,203)
#9EA0B7
(158,160,183)
#8D8FA3
(141,143,163)
#7C7E8F
(124,126,143)
#6B6D7B
(107,109,123)
#5A5C67
(90,92,103)
#494B53
(73,75,83)
#383A3F
(56,58,63)
#27292B
(39,41,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #C0C2DF

#C0C2DF
(192,194,223)
#C5C7E1
(197,199,225)
#CACCE3
(202,204,227)
#CFD1E5
(207,209,229)
#D4D6E7
(212,214,231)
#D9DBE9
(217,219,233)
#DEE0EB
(222,224,235)
#E3E5ED
(227,229,237)
#E8EAEF
(232,234,239)
#EDEFF1
(237,239,241)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C2DF color. Also use rgb(192,194,223) instead hex code.

Text Font Color

.myTextColor { color: #C0C2DF; }

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

This text font color is #C0C2DF.


Background Color

.myBgColor { background-color: #C0C2DF; }

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

This div background color is #C0C2DF.


Border color

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

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

This div border color is #C0C2DF.


Opacity

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

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

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

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

This text has shadow with #C0C2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C2DF on black background.


Color preview on white background

This text has color #C0C2DF on white background.



Black color preview on #C0C2DF background

This text has black color on #C0C2DF background.


White color preview on #C0C2DF background

This text has white color on #C0C2DF background.