COLOR #C7CADC

HEX: #C7CADC RGB: (199,202,220)

Color info

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

RGB color model

#C7CADC color RGB value is (199,202,220).

RGB: (199,202,220) (78%, 79%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 220 of 255 = 86%

199
202
220

R + G + B ~ 81%. #C7CADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 220 = 621 (100%)
R 199 of 621 ~ 32.05%
G 202 of 621 ~ 32.53%
B 220 of 621 ~ 35.43'%

%32.05
%32.53
%35.43

CMYK color model

#C7CADC color CMYK value is (10,8,0,14).

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

CMYK: (10,8,0,14)
C10M8Y0K14 (10%, 8%, 0%, 14%)
(0.10 / 0.08 / 0.00 / 0.14)

CMYK percentages

%9.55
%8.18
%0
%13.73

Codes

Color #C7CADC in popluar color models

C7 CA DC
RGB 199 202 220
HSL 231° 23.08% 82.16%
HSB/HSV 231° 9.55% 86.27%
CMYK 9.55% 8.18% 0.00%
13.73%

Color #C7CADC in popluar number systems.

HEX C7 CA DC
Decimal 199 202 220
Binary 11000111 11001010 11011100
Octal 307 312 334

Shades and tints

Shades of #C7CADC

#C7CADC
(199,202,220)
#B5B8C8
(181,184,200)
#A3A6B4
(163,166,180)
#9194A0
(145,148,160)
#7F828C
(127,130,140)
#6D7078
(109,112,120)
#5B5E64
(91,94,100)
#494C50
(73,76,80)
#373A3C
(55,58,60)
#252828
(37,40,40)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #C7CADC

#C7CADC
(199,202,220)
#CCCEDF
(204,206,223)
#D1D2E2
(209,210,226)
#D6D6E5
(214,214,229)
#DBDAE8
(219,218,232)
#E0DEEB
(224,222,235)
#E5E2EE
(229,226,238)
#EAE6F1
(234,230,241)
#EFEAF4
(239,234,244)
#F4EEF7
(244,238,247)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CADC; }

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

This text font color is #C7CADC.

Background Color

.myBgColor { background-color: #C7CADC; }

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

This div background color is #C7CADC.

Border color

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

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

This div border color is #C7CADC.

Opacity

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

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

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

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

This text has shadow with #C7CADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CADC.

Preview

Color preview on black background

This text has color #C7CADC on black background.


Color preview on white background

This text has color #C7CADC on white background.


Black color preview on #C7CADC background

This text has black color on #C7CADC background.


White color preview on #C7CADC background

This text has white color on #C7CADC background.


Related colors

Complementary color

Complementary color for #hex is #383523.


I love getcolorcode.com

Triadic colors

1 #DCC7CA and #CADCC7 with #C7CADC are triadic colors.

2 #DCCAC7 and #CAC7DC with #C7CADC are triadic colors.