COLOR #C0D3D6

HEX: #C0D3D6
RGB: (192,211,214)

Color info

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

RGB color model

#C0D3D6 color RGB value is (192,211,214).

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

RGB channels and saturation

R 192 of 255 = 75%
G 211 of 255 = 83%
B 214 of 255 = 84%

192
211
214

R + G + B ~ 81%. #C0D3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 211 + 214 = 617 (100%)
R 192 of 617 ~ 31.12%
G 211 of 617 ~ 34.2%
B 214 of 617 ~ 34.68%

%31.12
%34.2
%34.68

CMYK color model

#C0D3D6 color CMYK value is (10,1,0,16).

  • cyan value is 10.28%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,1,0,16)
C10M1Y0K16 
(10%,1%,0%,16%)
(0.10/0.01/0.00/0.16)	

CMYK percentages

%10.28
%1.4
%0
%16.08

Codes

Color #C0D3D6 in popluar color models

C0D3D6
RGB192211214
HSL188°21.15%79.61%
HSB/HSV188°10.28%83.92%
CMYK10.28%1.40%0.00%
16.08%

Color #C0D3D6 in popluar number systems.

HEXC0D3D6
Decimal192211214
Binary110000001101001111010110
Octal300323326

Shades and tints

Shades of #C0D3D6

#C0D3D6
(192,211,214)
#AFC0C3
(175,192,195)
#9EADB0
(158,173,176)
#8D9A9D
(141,154,157)
#7C878A
(124,135,138)
#6B7477
(107,116,119)
#5A6164
(90,97,100)
#494E51
(73,78,81)
#383B3E
(56,59,62)
#27282B
(39,40,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #C0D3D6

#C0D3D6
(192,211,214)
#C5D7D9
(197,215,217)
#CADBDC
(202,219,220)
#CFDFDF
(207,223,223)
#D4E3E2
(212,227,226)
#D9E7E5
(217,231,229)
#DEEBE8
(222,235,232)
#E3EFEB
(227,239,235)
#E8F3EE
(232,243,238)
#EDF7F1
(237,247,241)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D3D6; }

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

This text font color is #C0D3D6.


Background Color

.myBgColor { background-color: #C0D3D6; }

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

This div background color is #C0D3D6.


Border color

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

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

This div border color is #C0D3D6.


Opacity

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

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

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

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

This text has shadow with #C0D3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D3D6 on black background.


Color preview on white background

This text has color #C0D3D6 on white background.



Black color preview on #C0D3D6 background

This text has black color on #C0D3D6 background.


White color preview on #C0D3D6 background

This text has white color on #C0D3D6 background.