COLOR #C5C1DC

HEX: #C5C1DC RGB: (197,193,220)

Color info

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

RGB color model

#C5C1DC color RGB value is (197,193,220).

RGB: (197,193,220) (77%, 76%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 193 of 255 = 76%
B 220 of 255 = 86%

197
193
220

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

Portions of RGB colors in percentages

R + G + B = 197 + 193 + 220 = 610 (100%)
R 197 of 610 ~ 32.3%
G 193 of 610 ~ 31.64%
B 220 of 610 ~ 36.07'%

%32.3
%31.64
%36.07

CMYK color model

#C5C1DC color CMYK value is (10,12,0,14).

  • cyan value is 10.45%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,12,0,14)
C10M12Y0K14 (10%, 12%, 0%, 14%)
(0.10 / 0.12 / 0.00 / 0.14)

CMYK percentages

%10.45
%12.27
%0
%13.73

Codes

Color #C5C1DC in popluar color models

C5 C1 DC
RGB 197 193 220
HSL 249° 27.84% 80.98%
HSB/HSV 249° 12.27% 86.27%
CMYK 10.45% 12.27% 0.00%
13.73%

Color #C5C1DC in popluar number systems.

HEX C5 C1 DC
Decimal 197 193 220
Binary 11000101 11000001 11011100
Octal 305 301 334

Shades and tints

Shades of #C5C1DC

#C5C1DC
(197,193,220)
#B4B0C8
(180,176,200)
#A39FB4
(163,159,180)
#928EA0
(146,142,160)
#817D8C
(129,125,140)
#706C78
(112,108,120)
#5F5B64
(95,91,100)
#4E4A50
(78,74,80)
#3D393C
(61,57,60)
#2C2828
(44,40,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5C1DC

#C5C1DC
(197,193,220)
#CAC6DF
(202,198,223)
#CFCBE2
(207,203,226)
#D4D0E5
(212,208,229)
#D9D5E8
(217,213,232)
#DEDAEB
(222,218,235)
#E3DFEE
(227,223,238)
#E8E4F1
(232,228,241)
#EDE9F4
(237,233,244)
#F2EEF7
(242,238,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C1DC; }

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

This text font color is #C5C1DC.

Background Color

.myBgColor { background-color: #C5C1DC; }

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

This div background color is #C5C1DC.

Border color

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

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

This div border color is #C5C1DC.

Opacity

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

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

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

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

This text has shadow with #C5C1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C1DC.

Preview

Color preview on black background

This text has color #C5C1DC on black background.


Color preview on white background

This text has color #C5C1DC on white background.


Black color preview on #C5C1DC background

This text has black color on #C5C1DC background.


White color preview on #C5C1DC background

This text has white color on #C5C1DC background.


Related colors

Complementary color

Complementary color for #hex is #3A3E23.


I love getcolorcode.com

Triadic colors

1 #DCC5C1 and #C1DCC5 with #C5C1DC are triadic colors.

2 #DCC1C5 and #C1C5DC with #C5C1DC are triadic colors.