COLOR #C5C0DF

HEX: #C5C0DF
RGB: (197,192,223)

Color info

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

RGB color model

#C5C0DF color RGB value is (197,192,223).

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

RGB channels and saturation

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

197
192
223

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

Portions of RGB colors in percentages

R + G + B =
197 + 192 + 223 = 612 (100%)
R 197 of 612 ~ 32.19%
G 192 of 612 ~ 31.37%
B 223 of 612 ~ 36.44%

%32.19
%31.37
%36.44

CMYK color model

#C5C0DF color CMYK value is (12,14,0,13).

  • cyan value is 11.66%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,14,0,13)
C12M14Y0K13 
(12%,14%,0%,13%)
(0.12/0.14/0.00/0.13)	

CMYK percentages

%11.66
%13.9
%0
%12.55

Codes

Color #C5C0DF in popluar color models

C5C0DF
RGB197192223
HSL250°32.63%81.37%
HSB/HSV250°13.90%87.45%
CMYK11.66%13.90%0.00%
12.55%

Color #C5C0DF in popluar number systems.

HEXC5C0DF
Decimal197192223
Binary110001011100000011011111
Octal305300337

Shades and tints

Shades of #C5C0DF

#C5C0DF
(197,192,223)
#B4AFCB
(180,175,203)
#A39EB7
(163,158,183)
#928DA3
(146,141,163)
#817C8F
(129,124,143)
#706B7B
(112,107,123)
#5F5A67
(95,90,103)
#4E4953
(78,73,83)
#3D383F
(61,56,63)
#2C272B
(44,39,43)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5C0DF

#C5C0DF
(197,192,223)
#CAC5E1
(202,197,225)
#CFCAE3
(207,202,227)
#D4CFE5
(212,207,229)
#D9D4E7
(217,212,231)
#DED9E9
(222,217,233)
#E3DEEB
(227,222,235)
#E8E3ED
(232,227,237)
#EDE8EF
(237,232,239)
#F2EDF1
(242,237,241)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C0DF; }

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

This text font color is #C5C0DF.


Background Color

.myBgColor { background-color: #C5C0DF; }

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

This div background color is #C5C0DF.


Border color

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

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

This div border color is #C5C0DF.


Opacity

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

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

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

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

This text has shadow with #C5C0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C0DF on black background.


Color preview on white background

This text has color #C5C0DF on white background.



Black color preview on #C5C0DF background

This text has black color on #C5C0DF background.


White color preview on #C5C0DF background

This text has white color on #C5C0DF background.