COLOR #C7CED3

HEX: #C7CED3 RGB: (199,206,211)

Color info

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

RGB color model

#C7CED3 color RGB value is (199,206,211).

RGB: (199,206,211) (78%, 81%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 211 of 255 = 83%

199
206
211

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

Portions of RGB colors in percentages

R + G + B = 199 + 206 + 211 = 616 (100%)
R 199 of 616 ~ 32.31%
G 206 of 616 ~ 33.44%
B 211 of 616 ~ 34.25'%

%32.31
%33.44
%34.25

CMYK color model

#C7CED3 color CMYK value is (6,2,0,17).

  • cyan value is 5.69%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (6,2,0,17)
C6M2Y0K17 (6%, 2%, 0%, 17%)
(0.06 / 0.02 / 0.00 / 0.17)

CMYK percentages

%5.69
%2.37
%0
%17.25

Codes

Color #C7CED3 in popluar color models

C7 CE D3
RGB 199 206 211
HSL 205° 12.00% 80.39%
HSB/HSV 205° 5.69% 82.75%
CMYK 5.69% 2.37% 0.00%
17.25%

Color #C7CED3 in popluar number systems.

HEX C7 CE D3
Decimal 199 206 211
Binary 11000111 11001110 11010011
Octal 307 316 323

Shades and tints

Shades of #C7CED3

#C7CED3
(199,206,211)
#B5BCC0
(181,188,192)
#A3AAAD
(163,170,173)
#91989A
(145,152,154)
#7F8687
(127,134,135)
#6D7474
(109,116,116)
#5B6261
(91,98,97)
#49504E
(73,80,78)
#373E3B
(55,62,59)
#252C28
(37,44,40)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #C7CED3

#C7CED3
(199,206,211)
#CCD2D7
(204,210,215)
#D1D6DB
(209,214,219)
#D6DADF
(214,218,223)
#DBDEE3
(219,222,227)
#E0E2E7
(224,226,231)
#E5E6EB
(229,230,235)
#EAEAEF
(234,234,239)
#EFEEF3
(239,238,243)
#F4F2F7
(244,242,247)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CED3; }

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

This text font color is #C7CED3.

Background Color

.myBgColor { background-color: #C7CED3; }

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

This div background color is #C7CED3.

Border color

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

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

This div border color is #C7CED3.

Opacity

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

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

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

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

This text has shadow with #C7CED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CED3.

Preview

Color preview on black background

This text has color #C7CED3 on black background.


Color preview on white background

This text has color #C7CED3 on white background.


Black color preview on #C7CED3 background

This text has black color on #C7CED3 background.


White color preview on #C7CED3 background

This text has white color on #C7CED3 background.


Related colors

Complementary color

Complementary color for #hex is #38312C.


I love getcolorcode.com

Triadic colors

1 #D3C7CE and #CED3C7 with #C7CED3 are triadic colors.

2 #D3CEC7 and #CEC7D3 with #C7CED3 are triadic colors.