COLOR #C7CED1

HEX: #C7CED1 RGB: (199,206,209)

Color info

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

RGB color model

#C7CED1 color RGB value is (199,206,209).

RGB: (199,206,209) (78%, 81%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 209 of 255 = 82%

199
206
209

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

Portions of RGB colors in percentages

R + G + B = 199 + 206 + 209 = 614 (100%)
R 199 of 614 ~ 32.41%
G 206 of 614 ~ 33.55%
B 209 of 614 ~ 34.04'%

%32.41
%33.55
%34.04

CMYK color model

#C7CED1 color CMYK value is (5,1,0,18).

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

CMYK: (5,1,0,18)
C5M1Y0K18 (5%, 1%, 0%, 18%)
(0.05 / 0.01 / 0.00 / 0.18)

CMYK percentages

%4.78
%1.44
%0
%18.04

Codes

Color #C7CED1 in popluar color models

C7 CE D1
RGB 199 206 209
HSL 198° 9.80% 80.00%
HSB/HSV 198° 4.78% 81.96%
CMYK 4.78% 1.44% 0.00%
18.04%

Color #C7CED1 in popluar number systems.

HEX C7 CE D1
Decimal 199 206 209
Binary 11000111 11001110 11010001
Octal 307 316 321

Shades and tints

Shades of #C7CED1

#C7CED1
(199,206,209)
#B5BCBE
(181,188,190)
#A3AAAB
(163,170,171)
#919898
(145,152,152)
#7F8685
(127,134,133)
#6D7472
(109,116,114)
#5B625F
(91,98,95)
#49504C
(73,80,76)
#373E39
(55,62,57)
#252C26
(37,44,38)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #C7CED1

#C7CED1
(199,206,209)
#CCD2D5
(204,210,213)
#D1D6D9
(209,214,217)
#D6DADD
(214,218,221)
#DBDEE1
(219,222,225)
#E0E2E5
(224,226,229)
#E5E6E9
(229,230,233)
#EAEAED
(234,234,237)
#EFEEF1
(239,238,241)
#F4F2F5
(244,242,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CED1; }

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

This text font color is #C7CED1.

Background Color

.myBgColor { background-color: #C7CED1; }

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

This div background color is #C7CED1.

Border color

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

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

This div border color is #C7CED1.

Opacity

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

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

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

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

This text has shadow with #C7CED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CED1.

Preview

Color preview on black background

This text has color #C7CED1 on black background.


Color preview on white background

This text has color #C7CED1 on white background.


Black color preview on #C7CED1 background

This text has black color on #C7CED1 background.


White color preview on #C7CED1 background

This text has white color on #C7CED1 background.


Related colors

Complementary color

Complementary color for #hex is #38312E.


I love getcolorcode.com

Triadic colors

1 #D1C7CE and #CED1C7 with #C7CED1 are triadic colors.

2 #D1CEC7 and #CEC7D1 with #C7CED1 are triadic colors.