COLOR #C0CCDA

HEX: #C0CCDA RGB: (192,204,218)

Color info

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

RGB color model

#C0CCDA color RGB value is (192,204,218).

RGB: (192,204,218) (75%, 80%, 85%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 218 of 255 = 85%

192
204
218

R + G + B ~ 80%. #C0CCDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 204 + 218 = 614 (100%)
R 192 of 614 ~ 31.27%
G 204 of 614 ~ 33.22%
B 218 of 614 ~ 35.5'%

%31.27
%33.22
%35.5

CMYK color model

#C0CCDA color CMYK value is (12,6,0,15).

  • cyan value is 11.93%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (12,6,0,15)
C12M6Y0K15 (12%, 6%, 0%, 15%)
(0.12 / 0.06 / 0.00 / 0.15)

CMYK percentages

%11.93
%6.42
%0
%14.51

Codes

Color #C0CCDA in popluar color models

C0 CC DA
RGB 192 204 218
HSL 212° 26.00% 80.39%
HSB/HSV 212° 11.93% 85.49%
CMYK 11.93% 6.42% 0.00%
14.51%

Color #C0CCDA in popluar number systems.

HEX C0 CC DA
Decimal 192 204 218
Binary 11000000 11001100 11011010
Octal 300 314 332

Shades and tints

Shades of #C0CCDA

#C0CCDA
(192,204,218)
#AFBAC7
(175,186,199)
#9EA8B4
(158,168,180)
#8D96A1
(141,150,161)
#7C848E
(124,132,142)
#6B727B
(107,114,123)
#5A6068
(90,96,104)
#494E55
(73,78,85)
#383C42
(56,60,66)
#272A2F
(39,42,47)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #C0CCDA

#C0CCDA
(192,204,218)
#C5D0DD
(197,208,221)
#CAD4E0
(202,212,224)
#CFD8E3
(207,216,227)
#D4DCE6
(212,220,230)
#D9E0E9
(217,224,233)
#DEE4EC
(222,228,236)
#E3E8EF
(227,232,239)
#E8ECF2
(232,236,242)
#EDF0F5
(237,240,245)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CCDA color. Also use rgb(192,204,218) instead hex code.

Text Font Color

.myTextColor { color: #C0CCDA; }

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

This text font color is #C0CCDA.

Background Color

.myBgColor { background-color: #C0CCDA; }

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

This div background color is #C0CCDA.

Border color

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

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

This div border color is #C0CCDA.

Opacity

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

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

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

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

This text has shadow with #C0CCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0CCDA.

Preview

Color preview on black background

This text has color #C0CCDA on black background.


Color preview on white background

This text has color #C0CCDA on white background.


Black color preview on #C0CCDA background

This text has black color on #C0CCDA background.


White color preview on #C0CCDA background

This text has white color on #C0CCDA background.


Related colors

Complementary color

Complementary color for #hex is #3F3325.


I love getcolorcode.com

Triadic colors

1 #DAC0CC and #CCDAC0 with #C0CCDA are triadic colors.

2 #DACCC0 and #CCC0DA with #C0CCDA are triadic colors.