COLOR #C7CED5

HEX: #C7CED5
RGB: (199,206,213)

Color info

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

RGB color model

#C7CED5 color RGB value is (199,206,213).

  • red value is 199;
  • green value is 206;
  • blue value is 213.
RGB:
(199,206,213)
(78%,81%,84%)

RGB channels and saturation

R 199 of 255 = 78%
G 206 of 255 = 81%
B 213 of 255 = 84%

199
206
213

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

Portions of RGB colors in percentages

R + G + B =
199 + 206 + 213 = 618 (100%)
R 199 of 618 ~ 32.2%
G 206 of 618 ~ 33.33%
B 213 of 618 ~ 34.47%

%32.2
%33.33
%34.47

CMYK color model

#C7CED5 color CMYK value is (7,3,0,16).

  • cyan value is 6.57%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(7,3,0,16)
C7M3Y0K16 
(7%,3%,0%,16%)
(0.07/0.03/0.00/0.16)	

CMYK percentages

%6.57
%3.29
%0
%16.47

Codes

Color #C7CED5 in popluar color models

C7CED5
RGB199206213
HSL210°14.29%80.78%
HSB/HSV210°6.57%83.53%
CMYK6.57%3.29%0.00%
16.47%

Color #C7CED5 in popluar number systems.

HEXC7CED5
Decimal199206213
Binary110001111100111011010101
Octal307316325

Shades and tints

Shades of #C7CED5

#C7CED5
(199,206,213)
#B5BCC2
(181,188,194)
#A3AAAF
(163,170,175)
#91989C
(145,152,156)
#7F8689
(127,134,137)
#6D7476
(109,116,118)
#5B6263
(91,98,99)
#495050
(73,80,80)
#373E3D
(55,62,61)
#252C2A
(37,44,42)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #C7CED5

#C7CED5
(199,206,213)
#CCD2D8
(204,210,216)
#D1D6DB
(209,214,219)
#D6DADE
(214,218,222)
#DBDEE1
(219,222,225)
#E0E2E4
(224,226,228)
#E5E6E7
(229,230,231)
#EAEAEA
(234,234,234)
#EFEEED
(239,238,237)
#F4F2F0
(244,242,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CED5; }

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

This text font color is #C7CED5.


Background Color

.myBgColor { background-color: #C7CED5; }

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

This div background color is #C7CED5.


Border color

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

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

This div border color is #C7CED5.


Opacity

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

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

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

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

This text has shadow with #C7CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CED5 on black background.


Color preview on white background

This text has color #C7CED5 on white background.



Black color preview on #C7CED5 background

This text has black color on #C7CED5 background.


White color preview on #C7CED5 background

This text has white color on #C7CED5 background.