COLOR #C7CCD1

HEX: #C7CCD1 RGB: (199,204,209)

Color info

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

RGB color model

#C7CCD1 color RGB value is (199,204,209).

RGB: (199,204,209) (78%, 80%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 209 of 255 = 82%

199
204
209

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

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 209 = 612 (100%)
R 199 of 612 ~ 32.52%
G 204 of 612 ~ 33.33%
B 209 of 612 ~ 34.15'%

%32.52
%33.33
%34.15

CMYK color model

#C7CCD1 color CMYK value is (5,2,0,18).

  • cyan value is 4.78%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,2,0,18)
C5M2Y0K18 (5%, 2%, 0%, 18%)
(0.05 / 0.02 / 0.00 / 0.18)

CMYK percentages

%4.78
%2.39
%0
%18.04

Codes

Color #C7CCD1 in popluar color models

C7 CC D1
RGB 199 204 209
HSL 210° 9.80% 80.00%
HSB/HSV 210° 4.78% 81.96%
CMYK 4.78% 2.39% 0.00%
18.04%

Color #C7CCD1 in popluar number systems.

HEX C7 CC D1
Decimal 199 204 209
Binary 11000111 11001100 11010001
Octal 307 314 321

Shades and tints

Shades of #C7CCD1

#C7CCD1
(199,204,209)
#B5BABE
(181,186,190)
#A3A8AB
(163,168,171)
#919698
(145,150,152)
#7F8485
(127,132,133)
#6D7272
(109,114,114)
#5B605F
(91,96,95)
#494E4C
(73,78,76)
#373C39
(55,60,57)
#252A26
(37,42,38)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7CCD1

#C7CCD1
(199,204,209)
#CCD0D5
(204,208,213)
#D1D4D9
(209,212,217)
#D6D8DD
(214,216,221)
#DBDCE1
(219,220,225)
#E0E0E5
(224,224,229)
#E5E4E9
(229,228,233)
#EAE8ED
(234,232,237)
#EFECF1
(239,236,241)
#F4F0F5
(244,240,245)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CCD1 color. Also use rgb(199,204,209) instead hex code.

Text Font Color

.myTextColor { color: #C7CCD1; }

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

This text font color is #C7CCD1.

Background Color

.myBgColor { background-color: #C7CCD1; }

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

This div background color is #C7CCD1.

Border color

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

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

This div border color is #C7CCD1.

Opacity

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

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

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

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

This text has shadow with #C7CCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCD1.

Preview

Color preview on black background

This text has color #C7CCD1 on black background.


Color preview on white background

This text has color #C7CCD1 on white background.


Black color preview on #C7CCD1 background

This text has black color on #C7CCD1 background.


White color preview on #C7CCD1 background

This text has white color on #C7CCD1 background.


Related colors

Complementary color

Complementary color for #hex is #38332E.


I love getcolorcode.com

Triadic colors

1 #D1C7CC and #CCD1C7 with #C7CCD1 are triadic colors.

2 #D1CCC7 and #CCC7D1 with #C7CCD1 are triadic colors.