COLOR #C0C3D9

HEX: #C0C3D9
RGB: (192,195,217)

Color info

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

RGB color model

#C0C3D9 color RGB value is (192,195,217).

  • red value is 192;
  • green value is 195;
  • blue value is 217.
RGB:
(192,195,217)
(75%,76%,85%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 217 of 255 = 85%

192
195
217

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

Portions of RGB colors in percentages

R + G + B =
192 + 195 + 217 = 604 (100%)
R 192 of 604 ~ 31.79%
G 195 of 604 ~ 32.28%
B 217 of 604 ~ 35.93%

%31.79
%32.28
%35.93

CMYK color model

#C0C3D9 color CMYK value is (12,10,0,15).

  • cyan value is 11.52%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,10,0,15)
C12M10Y0K15 
(12%,10%,0%,15%)
(0.12/0.10/0.00/0.15)	

CMYK percentages

%11.52
%10.14
%0
%14.9

Codes

Color #C0C3D9 in popluar color models

C0C3D9
RGB192195217
HSL233°24.75%80.20%
HSB/HSV233°11.52%85.10%
CMYK11.52%10.14%0.00%
14.90%

Color #C0C3D9 in popluar number systems.

HEXC0C3D9
Decimal192195217
Binary110000001100001111011001
Octal300303331

Shades and tints

Shades of #C0C3D9

#C0C3D9
(192,195,217)
#AFB2C6
(175,178,198)
#9EA1B3
(158,161,179)
#8D90A0
(141,144,160)
#7C7F8D
(124,127,141)
#6B6E7A
(107,110,122)
#5A5D67
(90,93,103)
#494C54
(73,76,84)
#383B41
(56,59,65)
#272A2E
(39,42,46)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #C0C3D9

#C0C3D9
(192,195,217)
#C5C8DC
(197,200,220)
#CACDDF
(202,205,223)
#CFD2E2
(207,210,226)
#D4D7E5
(212,215,229)
#D9DCE8
(217,220,232)
#DEE1EB
(222,225,235)
#E3E6EE
(227,230,238)
#E8EBF1
(232,235,241)
#EDF0F4
(237,240,244)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C3D9 color. Also use rgb(192,195,217) instead hex code.

Text Font Color

.myTextColor { color: #C0C3D9; }

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

This text font color is #C0C3D9.


Background Color

.myBgColor { background-color: #C0C3D9; }

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

This div background color is #C0C3D9.


Border color

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

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

This div border color is #C0C3D9.


Opacity

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

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

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

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

This text has shadow with #C0C3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C3D9 on black background.


Color preview on white background

This text has color #C0C3D9 on white background.



Black color preview on #C0C3D9 background

This text has black color on #C0C3D9 background.


White color preview on #C0C3D9 background

This text has white color on #C0C3D9 background.