COLOR #C5C4DF

HEX: #C5C4DF RGB: (197,196,223)

Color info

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

RGB color model

#C5C4DF color RGB value is (197,196,223).

RGB: (197,196,223) (77%, 77%, 87%)

RGB channels and saturation

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

197
196
223

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

Portions of RGB colors in percentages

R + G + B = 197 + 196 + 223 = 616 (100%)
R 197 of 616 ~ 31.98%
G 196 of 616 ~ 31.82%
B 223 of 616 ~ 36.2'%

%31.98
%31.82
%36.2

CMYK color model

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

  • cyan value is 11.66%
  • magenta value is 12.11%
  • 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
%12.11
%0
%12.55

Codes

Color #C5C4DF in popluar color models

C5 C4 DF
RGB 197 196 223
HSL 242° 29.67% 82.16%
HSB/HSV 242° 12.11% 87.45%
CMYK 11.66% 12.11% 0.00%
12.55%

Color #C5C4DF in popluar number systems.

HEX C5 C4 DF
Decimal 197 196 223
Binary 11000101 11000100 11011111
Octal 305 304 337

Shades and tints

Shades of #C5C4DF

#C5C4DF
(197,196,223)
#B4B3CB
(180,179,203)
#A3A2B7
(163,162,183)
#9291A3
(146,145,163)
#81808F
(129,128,143)
#706F7B
(112,111,123)
#5F5E67
(95,94,103)
#4E4D53
(78,77,83)
#3D3C3F
(61,60,63)
#2C2B2B
(44,43,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5C4DF

#C5C4DF
(197,196,223)
#CAC9E1
(202,201,225)
#CFCEE3
(207,206,227)
#D4D3E5
(212,211,229)
#D9D8E7
(217,216,231)
#DEDDE9
(222,221,233)
#E3E2EB
(227,226,235)
#E8E7ED
(232,231,237)
#EDECEF
(237,236,239)
#F2F1F1
(242,241,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C4DF; }

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

This text font color is #C5C4DF.

Background Color

.myBgColor { background-color: #C5C4DF; }

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

This div background color is #C5C4DF.

Border color

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

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

This div border color is #C5C4DF.

Opacity

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

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

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

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

This text has shadow with #C5C4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C4DF.

Preview

Color preview on black background

This text has color #C5C4DF on black background.


Color preview on white background

This text has color #C5C4DF on white background.


Black color preview on #C5C4DF background

This text has black color on #C5C4DF background.


White color preview on #C5C4DF background

This text has white color on #C5C4DF background.


Related colors

Complementary color

Complementary color for #hex is #3A3B20.


I love getcolorcode.com

Triadic colors

1 #DFC5C4 and #C4DFC5 with #C5C4DF are triadic colors.

2 #DFC4C5 and #C4C5DF with #C5C4DF are triadic colors.