COLOR #C5C5DF

HEX: #C5C5DF
RGB: (197,197,223)

Color info

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

RGB color model

#C5C5DF color RGB value is (197,197,223).

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

RGB channels and saturation

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

197
197
223

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

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 223 = 617 (100%)
R 197 of 617 ~ 31.93%
G 197 of 617 ~ 31.93%
B 223 of 617 ~ 36.14%

%31.93
%31.93
%36.14

CMYK color model

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

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

CMYK percentages

%11.66
%11.66
%0
%12.55

Codes

Color #C5C5DF in popluar color models

C5C5DF
RGB197197223
HSL240°28.89%82.35%
HSB/HSV240°11.66%87.45%
CMYK11.66%11.66%0.00%
12.55%

Color #C5C5DF in popluar number systems.

HEXC5C5DF
Decimal197197223
Binary110001011100010111011111
Octal305305337

Shades and tints

Shades of #C5C5DF

#C5C5DF
(197,197,223)
#B4B4CB
(180,180,203)
#A3A3B7
(163,163,183)
#9292A3
(146,146,163)
#81818F
(129,129,143)
#70707B
(112,112,123)
#5F5F67
(95,95,103)
#4E4E53
(78,78,83)
#3D3D3F
(61,61,63)
#2C2C2B
(44,44,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #C5C5DF

#C5C5DF
(197,197,223)
#CACAE1
(202,202,225)
#CFCFE3
(207,207,227)
#D4D4E5
(212,212,229)
#D9D9E7
(217,217,231)
#DEDEE9
(222,222,233)
#E3E3EB
(227,227,235)
#E8E8ED
(232,232,237)
#EDEDEF
(237,237,239)
#F2F2F1
(242,242,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5DF; }

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

This text font color is #C5C5DF.


Background Color

.myBgColor { background-color: #C5C5DF; }

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

This div background color is #C5C5DF.


Border color

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

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

This div border color is #C5C5DF.


Opacity

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

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

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

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

This text has shadow with #C5C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5DF on black background.


Color preview on white background

This text has color #C5C5DF on white background.



Black color preview on #C5C5DF background

This text has black color on #C5C5DF background.


White color preview on #C5C5DF background

This text has white color on #C5C5DF background.