COLOR #C7C4DC

HEX: #C7C4DC RGB: (199,196,220)

Color info

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

RGB color model

#C7C4DC color RGB value is (199,196,220).

RGB: (199,196,220) (78%, 77%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 196 of 255 = 77%
B 220 of 255 = 86%

199
196
220

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

Portions of RGB colors in percentages

R + G + B = 199 + 196 + 220 = 615 (100%)
R 199 of 615 ~ 32.36%
G 196 of 615 ~ 31.87%
B 220 of 615 ~ 35.77'%

%32.36
%31.87
%35.77

CMYK color model

#C7C4DC color CMYK value is (10,11,0,14).

  • cyan value is 9.55%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,11,0,14)
C10M11Y0K14 (10%, 11%, 0%, 14%)
(0.10 / 0.11 / 0.00 / 0.14)

CMYK percentages

%9.55
%10.91
%0
%13.73

Codes

Color #C7C4DC in popluar color models

C7 C4 DC
RGB 199 196 220
HSL 248° 25.53% 81.57%
HSB/HSV 248° 10.91% 86.27%
CMYK 9.55% 10.91% 0.00%
13.73%

Color #C7C4DC in popluar number systems.

HEX C7 C4 DC
Decimal 199 196 220
Binary 11000111 11000100 11011100
Octal 307 304 334

Shades and tints

Shades of #C7C4DC

#C7C4DC
(199,196,220)
#B5B3C8
(181,179,200)
#A3A2B4
(163,162,180)
#9191A0
(145,145,160)
#7F808C
(127,128,140)
#6D6F78
(109,111,120)
#5B5E64
(91,94,100)
#494D50
(73,77,80)
#373C3C
(55,60,60)
#252B28
(37,43,40)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7C4DC

#C7C4DC
(199,196,220)
#CCC9DF
(204,201,223)
#D1CEE2
(209,206,226)
#D6D3E5
(214,211,229)
#DBD8E8
(219,216,232)
#E0DDEB
(224,221,235)
#E5E2EE
(229,226,238)
#EAE7F1
(234,231,241)
#EFECF4
(239,236,244)
#F4F1F7
(244,241,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4DC; }

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

This text font color is #C7C4DC.

Background Color

.myBgColor { background-color: #C7C4DC; }

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

This div background color is #C7C4DC.

Border color

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

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

This div border color is #C7C4DC.

Opacity

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

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

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

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

This text has shadow with #C7C4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C4DC.

Preview

Color preview on black background

This text has color #C7C4DC on black background.


Color preview on white background

This text has color #C7C4DC on white background.


Black color preview on #C7C4DC background

This text has black color on #C7C4DC background.


White color preview on #C7C4DC background

This text has white color on #C7C4DC background.


Related colors

Complementary color

Complementary color for #hex is #383B23.


I love getcolorcode.com

Triadic colors

1 #DCC7C4 and #C4DCC7 with #C7C4DC are triadic colors.

2 #DCC4C7 and #C4C7DC with #C7C4DC are triadic colors.