COLOR #C0CEDF

HEX: #C0CEDF
RGB: (192,206,223)

Color info

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

RGB color model

#C0CEDF color RGB value is (192,206,223).

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

RGB channels and saturation

R 192 of 255 = 75%
G 206 of 255 = 81%
B 223 of 255 = 87%

192
206
223

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

Portions of RGB colors in percentages

R + G + B =
192 + 206 + 223 = 621 (100%)
R 192 of 621 ~ 30.92%
G 206 of 621 ~ 33.17%
B 223 of 621 ~ 35.91%

%30.92
%33.17
%35.91

CMYK color model

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

  • cyan value is 13.90%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(14,8,0,13)
C14M8Y0K13 
(14%,8%,0%,13%)
(0.14/0.08/0.00/0.13)	

CMYK percentages

%13.9
%7.62
%0
%12.55

Codes

Color #C0CEDF in popluar color models

C0CEDF
RGB192206223
HSL213°32.63%81.37%
HSB/HSV213°13.90%87.45%
CMYK13.90%7.62%0.00%
12.55%

Color #C0CEDF in popluar number systems.

HEXC0CEDF
Decimal192206223
Binary110000001100111011011111
Octal300316337

Shades and tints

Shades of #C0CEDF

#C0CEDF
(192,206,223)
#AFBCCB
(175,188,203)
#9EAAB7
(158,170,183)
#8D98A3
(141,152,163)
#7C868F
(124,134,143)
#6B747B
(107,116,123)
#5A6267
(90,98,103)
#495053
(73,80,83)
#383E3F
(56,62,63)
#272C2B
(39,44,43)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #C0CEDF

#C0CEDF
(192,206,223)
#C5D2E1
(197,210,225)
#CAD6E3
(202,214,227)
#CFDAE5
(207,218,229)
#D4DEE7
(212,222,231)
#D9E2E9
(217,226,233)
#DEE6EB
(222,230,235)
#E3EAED
(227,234,237)
#E8EEEF
(232,238,239)
#EDF2F1
(237,242,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CEDF; }

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

This text font color is #C0CEDF.


Background Color

.myBgColor { background-color: #C0CEDF; }

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

This div background color is #C0CEDF.


Border color

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

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

This div border color is #C0CEDF.


Opacity

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

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

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

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

This text has shadow with #C0CEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CEDF on black background.


Color preview on white background

This text has color #C0CEDF on white background.



Black color preview on #C0CEDF background

This text has black color on #C0CEDF background.


White color preview on #C0CEDF background

This text has white color on #C0CEDF background.