COLOR #C5C0DC

HEX: #C5C0DC
RGB: (197,192,220)

Color info

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

RGB color model

#C5C0DC color RGB value is (197,192,220).

  • red value is 197;
  • green value is 192;
  • blue value is 220.
RGB:
(197,192,220)
(77%,75%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 192 of 255 = 75%
B 220 of 255 = 86%

197
192
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 192 + 220 = 609 (100%)
R 197 of 609 ~ 32.35%
G 192 of 609 ~ 31.53%
B 220 of 609 ~ 36.12%

%32.35
%31.53
%36.12

CMYK color model

#C5C0DC color CMYK value is (10,13,0,14).

  • cyan value is 10.45%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,13,0,14)
C10M13Y0K14 
(10%,13%,0%,14%)
(0.10/0.13/0.00/0.14)	

CMYK percentages

%10.45
%12.73
%0
%13.73

Codes

Color #C5C0DC in popluar color models

C5C0DC
RGB197192220
HSL251°28.57%80.78%
HSB/HSV251°12.73%86.27%
CMYK10.45%12.73%0.00%
13.73%

Color #C5C0DC in popluar number systems.

HEXC5C0DC
Decimal197192220
Binary110001011100000011011100
Octal305300334

Shades and tints

Shades of #C5C0DC

#C5C0DC
(197,192,220)
#B4AFC8
(180,175,200)
#A39EB4
(163,158,180)
#928DA0
(146,141,160)
#817C8C
(129,124,140)
#706B78
(112,107,120)
#5F5A64
(95,90,100)
#4E4950
(78,73,80)
#3D383C
(61,56,60)
#2C2728
(44,39,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5C0DC

#C5C0DC
(197,192,220)
#CAC5DF
(202,197,223)
#CFCAE2
(207,202,226)
#D4CFE5
(212,207,229)
#D9D4E8
(217,212,232)
#DED9EB
(222,217,235)
#E3DEEE
(227,222,238)
#E8E3F1
(232,227,241)
#EDE8F4
(237,232,244)
#F2EDF7
(242,237,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C0DC; }

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

This text font color is #C5C0DC.


Background Color

.myBgColor { background-color: #C5C0DC; }

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

This div background color is #C5C0DC.


Border color

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

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

This div border color is #C5C0DC.


Opacity

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

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

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

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

This text has shadow with #C5C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C0DC on black background.


Color preview on white background

This text has color #C5C0DC on white background.



Black color preview on #C5C0DC background

This text has black color on #C5C0DC background.


White color preview on #C5C0DC background

This text has white color on #C5C0DC background.