COLOR #C0C1DD

HEX: #C0C1DD
RGB: (192,193,221)

Color info

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

RGB color model

#C0C1DD color RGB value is (192,193,221).

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

RGB channels and saturation

R 192 of 255 = 75%
G 193 of 255 = 76%
B 221 of 255 = 87%

192
193
221

R + G + B ~ 79%. #C0C1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 193 + 221 = 606 (100%)
R 192 of 606 ~ 31.68%
G 193 of 606 ~ 31.85%
B 221 of 606 ~ 36.47%

%31.68
%31.85
%36.47

CMYK color model

#C0C1DD color CMYK value is (13,13,0,13).

  • cyan value is 13.12%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,13,0,13)
C13M13Y0K13 
(13%,13%,0%,13%)
(0.13/0.13/0.00/0.13)	

CMYK percentages

%13.12
%12.67
%0
%13.33

Codes

Color #C0C1DD in popluar color models

C0C1DD
RGB192193221
HSL238°29.90%80.98%
HSB/HSV238°13.12%86.67%
CMYK13.12%12.67%0.00%
13.33%

Color #C0C1DD in popluar number systems.

HEXC0C1DD
Decimal192193221
Binary110000001100000111011101
Octal300301335

Shades and tints

Shades of #C0C1DD

#C0C1DD
(192,193,221)
#AFB0C9
(175,176,201)
#9E9FB5
(158,159,181)
#8D8EA1
(141,142,161)
#7C7D8D
(124,125,141)
#6B6C79
(107,108,121)
#5A5B65
(90,91,101)
#494A51
(73,74,81)
#38393D
(56,57,61)
#272829
(39,40,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #C0C1DD

#C0C1DD
(192,193,221)
#C5C6E0
(197,198,224)
#CACBE3
(202,203,227)
#CFD0E6
(207,208,230)
#D4D5E9
(212,213,233)
#D9DAEC
(217,218,236)
#DEDFEF
(222,223,239)
#E3E4F2
(227,228,242)
#E8E9F5
(232,233,245)
#EDEEF8
(237,238,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C1DD; }

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

This text font color is #C0C1DD.


Background Color

.myBgColor { background-color: #C0C1DD; }

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

This div background color is #C0C1DD.


Border color

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

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

This div border color is #C0C1DD.


Opacity

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

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

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

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

This text has shadow with #C0C1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C1DD on black background.


Color preview on white background

This text has color #C0C1DD on white background.



Black color preview on #C0C1DD background

This text has black color on #C0C1DD background.


White color preview on #C0C1DD background

This text has white color on #C0C1DD background.