COLOR #C7C1DC

HEX: #C7C1DC RGB: (199,193,220)

Color info

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

RGB color model

#C7C1DC color RGB value is (199,193,220).

RGB: (199,193,220) (78%, 76%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 220 of 255 = 86%

199
193
220

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

Portions of RGB colors in percentages

R + G + B = 199 + 193 + 220 = 612 (100%)
R 199 of 612 ~ 32.52%
G 193 of 612 ~ 31.54%
B 220 of 612 ~ 35.95'%

%32.52
%31.54
%35.95

CMYK color model

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

  • cyan value is 9.55%
  • 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

%9.55
%12.27
%0
%13.73

Codes

Color #C7C1DC in popluar color models

C7 C1 DC
RGB 199 193 220
HSL 253° 27.84% 80.98%
HSB/HSV 253° 12.27% 86.27%
CMYK 9.55% 12.27% 0.00%
13.73%

Color #C7C1DC in popluar number systems.

HEX C7 C1 DC
Decimal 199 193 220
Binary 11000111 11000001 11011100
Octal 307 301 334

Shades and tints

Shades of #C7C1DC

#C7C1DC
(199,193,220)
#B5B0C8
(181,176,200)
#A39FB4
(163,159,180)
#918EA0
(145,142,160)
#7F7D8C
(127,125,140)
#6D6C78
(109,108,120)
#5B5B64
(91,91,100)
#494A50
(73,74,80)
#37393C
(55,57,60)
#252828
(37,40,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C7C1DC

#C7C1DC
(199,193,220)
#CCC6DF
(204,198,223)
#D1CBE2
(209,203,226)
#D6D0E5
(214,208,229)
#DBD5E8
(219,213,232)
#E0DAEB
(224,218,235)
#E5DFEE
(229,223,238)
#EAE4F1
(234,228,241)
#EFE9F4
(239,233,244)
#F4EEF7
(244,238,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C1DC; }

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

This text font color is #C7C1DC.

Background Color

.myBgColor { background-color: #C7C1DC; }

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

This div background color is #C7C1DC.

Border color

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

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

This div border color is #C7C1DC.

Opacity

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

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

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

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

This text has shadow with #C7C1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C1DC.

Preview

Color preview on black background

This text has color #C7C1DC on black background.


Color preview on white background

This text has color #C7C1DC on white background.


Black color preview on #C7C1DC background

This text has black color on #C7C1DC background.


White color preview on #C7C1DC background

This text has white color on #C7C1DC background.


Related colors

Complementary color

Complementary color for #hex is #383E23.


I love getcolorcode.com

Triadic colors

1 #DCC7C1 and #C1DCC7 with #C7C1DC are triadic colors.

2 #DCC1C7 and #C1C7DC with #C7C1DC are triadic colors.