COLOR #C5CED7

HEX: #C5CED7
RGB: (197,206,215)

Color info

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

RGB color model

#C5CED7 color RGB value is (197,206,215).

  • red value is 197;
  • green value is 206;
  • blue value is 215.
RGB:
(197,206,215)
(77%,81%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 215 of 255 = 84%

197
206
215

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 215 = 618 (100%)
R 197 of 618 ~ 31.88%
G 206 of 618 ~ 33.33%
B 215 of 618 ~ 34.79%

%31.88
%33.33
%34.79

CMYK color model

#C5CED7 color CMYK value is (8,4,0,16).

  • cyan value is 8.37%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(8,4,0,16)
C8M4Y0K16 
(8%,4%,0%,16%)
(0.08/0.04/0.00/0.16)	

CMYK percentages

%8.37
%4.19
%0
%15.69

Codes

Color #C5CED7 in popluar color models

C5CED7
RGB197206215
HSL210°18.37%80.78%
HSB/HSV210°8.37%84.31%
CMYK8.37%4.19%0.00%
15.69%

Color #C5CED7 in popluar number systems.

HEXC5CED7
Decimal197206215
Binary110001011100111011010111
Octal305316327

Shades and tints

Shades of #C5CED7

#C5CED7
(197,206,215)
#B4BCC4
(180,188,196)
#A3AAB1
(163,170,177)
#92989E
(146,152,158)
#81868B
(129,134,139)
#707478
(112,116,120)
#5F6265
(95,98,101)
#4E5052
(78,80,82)
#3D3E3F
(61,62,63)
#2C2C2C
(44,44,44)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #C5CED7

#C5CED7
(197,206,215)
#CAD2DA
(202,210,218)
#CFD6DD
(207,214,221)
#D4DAE0
(212,218,224)
#D9DEE3
(217,222,227)
#DEE2E6
(222,226,230)
#E3E6E9
(227,230,233)
#E8EAEC
(232,234,236)
#EDEEEF
(237,238,239)
#F2F2F2
(242,242,242)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CED7 color. Also use rgb(197,206,215) instead hex code.

Text Font Color

.myTextColor { color: #C5CED7; }

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

This text font color is #C5CED7.


Background Color

.myBgColor { background-color: #C5CED7; }

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

This div background color is #C5CED7.


Border color

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

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

This div border color is #C5CED7.


Opacity

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

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

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

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

This text has shadow with #C5CED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CED7 on black background.


Color preview on white background

This text has color #C5CED7 on white background.



Black color preview on #C5CED7 background

This text has black color on #C5CED7 background.


White color preview on #C5CED7 background

This text has white color on #C5CED7 background.