COLOR #C0CCD5

HEX: #C0CCD5
RGB: (192,204,213)

Color info

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

RGB color model

#C0CCD5 color RGB value is (192,204,213).

  • red value is 192;
  • green value is 204;
  • blue value is 213.
RGB:
(192,204,213)
(75%,80%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 213 of 255 = 84%

192
204
213

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

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 213 = 609 (100%)
R 192 of 609 ~ 31.53%
G 204 of 609 ~ 33.5%
B 213 of 609 ~ 34.98%

%31.53
%33.5
%34.98

CMYK color model

#C0CCD5 color CMYK value is (10,4,0,16).

  • cyan value is 9.86%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(10,4,0,16)
C10M4Y0K16 
(10%,4%,0%,16%)
(0.10/0.04/0.00/0.16)	

CMYK percentages

%9.86
%4.23
%0
%16.47

Codes

Color #C0CCD5 in popluar color models

C0CCD5
RGB192204213
HSL206°20.00%79.41%
HSB/HSV206°9.86%83.53%
CMYK9.86%4.23%0.00%
16.47%

Color #C0CCD5 in popluar number systems.

HEXC0CCD5
Decimal192204213
Binary110000001100110011010101
Octal300314325

Shades and tints

Shades of #C0CCD5

#C0CCD5
(192,204,213)
#AFBAC2
(175,186,194)
#9EA8AF
(158,168,175)
#8D969C
(141,150,156)
#7C8489
(124,132,137)
#6B7276
(107,114,118)
#5A6063
(90,96,99)
#494E50
(73,78,80)
#383C3D
(56,60,61)
#272A2A
(39,42,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #C0CCD5

#C0CCD5
(192,204,213)
#C5D0D8
(197,208,216)
#CAD4DB
(202,212,219)
#CFD8DE
(207,216,222)
#D4DCE1
(212,220,225)
#D9E0E4
(217,224,228)
#DEE4E7
(222,228,231)
#E3E8EA
(227,232,234)
#E8ECED
(232,236,237)
#EDF0F0
(237,240,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCD5; }

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

This text font color is #C0CCD5.


Background Color

.myBgColor { background-color: #C0CCD5; }

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

This div background color is #C0CCD5.


Border color

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

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

This div border color is #C0CCD5.


Opacity

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

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

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

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

This text has shadow with #C0CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCD5 on black background.


Color preview on white background

This text has color #C0CCD5 on white background.



Black color preview on #C0CCD5 background

This text has black color on #C0CCD5 background.


White color preview on #C0CCD5 background

This text has white color on #C0CCD5 background.