COLOR #C0C5DD

HEX: #C0C5DD RGB: (192,197,221)

Color info

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

RGB color model

#C0C5DD color RGB value is (192,197,221).

RGB: (192,197,221) (75%, 77%, 87%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 221 of 255 = 87%

192
197
221

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

Portions of RGB colors in percentages

R + G + B = 192 + 197 + 221 = 610 (100%)
R 192 of 610 ~ 31.48%
G 197 of 610 ~ 32.3%
B 221 of 610 ~ 36.23'%

%31.48
%32.3
%36.23

CMYK color model

#C0C5DD color CMYK value is (13,11,0,13).

  • cyan value is 13.12%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (13,11,0,13) C13M11Y0K13 (13%,11%,0%,13%) (0.13/0.11/0.00/0.13) 

CMYK percentages

%13.12
%10.86
%0
%13.33

Codes

Color #C0C5DD in popluar color models

C0 C5 DD
RGB 192 197 221
HSL 230° 29.90% 80.98%
HSB/HSV 230° 13.12% 86.67%
CMYK 13.12% 10.86% 0.00%
13.33%

Color #C0C5DD in popluar number systems.

HEX C0 C5 DD
Decimal 192 197 221
Binary 11000000 11000101 11011101
Octal 300 305 335

Shades and tints

Shades of #C0C5DD

#C0C5DD
(192,197,221)
#AFB4C9
(175,180,201)
#9EA3B5
(158,163,181)
#8D92A1
(141,146,161)
#7C818D
(124,129,141)
#6B7079
(107,112,121)
#5A5F65
(90,95,101)
#494E51
(73,78,81)
#383D3D
(56,61,61)
#272C29
(39,44,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #C0C5DD

#C0C5DD
(192,197,221)
#C5CAE0
(197,202,224)
#CACFE3
(202,207,227)
#CFD4E6
(207,212,230)
#D4D9E9
(212,217,233)
#D9DEEC
(217,222,236)
#DEE3EF
(222,227,239)
#E3E8F2
(227,232,242)
#E8EDF5
(232,237,245)
#EDF2F8
(237,242,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C5DD; }

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

This text font color is #C0C5DD.

Background Color

.myBgColor { background-color: #C0C5DD; }

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

This div background color is #C0C5DD.

Border color

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

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

This div border color is #C0C5DD.

Opacity

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

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

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

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

This text has shadow with #C0C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C5DD.

Preview

Color preview on black background

This text has color #C0C5DD on black background.


Color preview on white background

This text has color #C0C5DD on white background.


Black color preview on #C0C5DD background

This text has black color on #C0C5DD background.


White color preview on #C0C5DD background

This text has white color on #C0C5DD background.


Related colors

Complementary color

Complementary color for #hex is #3F3A22.


I love getcolorcode.com

Triadic colors

1 #DDC0C5 and #C5DDC0 with #C0C5DD are triadic colors.

2 #DDC5C0 and #C5C0DD with #C0C5DD are triadic colors.