COLOR #C0CEDD

HEX: #C0CEDD
RGB: (192,206,221)

Color info

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

RGB color model

#C0CEDD color RGB value is (192,206,221).

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

RGB channels and saturation

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

192
206
221

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

Portions of RGB colors in percentages

R + G + B =
192 + 206 + 221 = 619 (100%)
R 192 of 619 ~ 31.02%
G 206 of 619 ~ 33.28%
B 221 of 619 ~ 35.7%

%31.02
%33.28
%35.7

CMYK color model

#C0CEDD color CMYK value is (13,7,0,13).

  • cyan value is 13.12%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,7,0,13)
C13M7Y0K13 
(13%,7%,0%,13%)
(0.13/0.07/0.00/0.13)	

CMYK percentages

%13.12
%6.79
%0
%13.33

Codes

Color #C0CEDD in popluar color models

C0CEDD
RGB192206221
HSL211°29.90%80.98%
HSB/HSV211°13.12%86.67%
CMYK13.12%6.79%0.00%
13.33%

Color #C0CEDD in popluar number systems.

HEXC0CEDD
Decimal192206221
Binary110000001100111011011101
Octal300316335

Shades and tints

Shades of #C0CEDD

#C0CEDD
(192,206,221)
#AFBCC9
(175,188,201)
#9EAAB5
(158,170,181)
#8D98A1
(141,152,161)
#7C868D
(124,134,141)
#6B7479
(107,116,121)
#5A6265
(90,98,101)
#495051
(73,80,81)
#383E3D
(56,62,61)
#272C29
(39,44,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #C0CEDD

#C0CEDD
(192,206,221)
#C5D2E0
(197,210,224)
#CAD6E3
(202,214,227)
#CFDAE6
(207,218,230)
#D4DEE9
(212,222,233)
#D9E2EC
(217,226,236)
#DEE6EF
(222,230,239)
#E3EAF2
(227,234,242)
#E8EEF5
(232,238,245)
#EDF2F8
(237,242,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CEDD; }

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

This text font color is #C0CEDD.


Background Color

.myBgColor { background-color: #C0CEDD; }

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

This div background color is #C0CEDD.


Border color

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

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

This div border color is #C0CEDD.


Opacity

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

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

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

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

This text has shadow with #C0CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CEDD on black background.


Color preview on white background

This text has color #C0CEDD on white background.



Black color preview on #C0CEDD background

This text has black color on #C0CEDD background.


White color preview on #C0CEDD background

This text has white color on #C0CEDD background.