COLOR #C5CED1

HEX: #C5CED1
RGB: (197,206,209)

Color info

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

RGB color model

#C5CED1 color RGB value is (197,206,209).

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

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 209 of 255 = 82%

197
206
209

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 209 = 612 (100%)
R 197 of 612 ~ 32.19%
G 206 of 612 ~ 33.66%
B 209 of 612 ~ 34.15%

%32.19
%33.66
%34.15

CMYK color model

#C5CED1 color CMYK value is (6,1,0,18).

  • cyan value is 5.74%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,1,0,18)
C6M1Y0K18 
(6%,1%,0%,18%)
(0.06/0.01/0.00/0.18)	

CMYK percentages

%5.74
%1.44
%0
%18.04

Codes

Color #C5CED1 in popluar color models

C5CED1
RGB197206209
HSL195°11.54%79.61%
HSB/HSV195°5.74%81.96%
CMYK5.74%1.44%0.00%
18.04%

Color #C5CED1 in popluar number systems.

HEXC5CED1
Decimal197206209
Binary110001011100111011010001
Octal305316321

Shades and tints

Shades of #C5CED1

#C5CED1
(197,206,209)
#B4BCBE
(180,188,190)
#A3AAAB
(163,170,171)
#929898
(146,152,152)
#818685
(129,134,133)
#707472
(112,116,114)
#5F625F
(95,98,95)
#4E504C
(78,80,76)
#3D3E39
(61,62,57)
#2C2C26
(44,44,38)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #C5CED1

#C5CED1
(197,206,209)
#CAD2D5
(202,210,213)
#CFD6D9
(207,214,217)
#D4DADD
(212,218,221)
#D9DEE1
(217,222,225)
#DEE2E5
(222,226,229)
#E3E6E9
(227,230,233)
#E8EAED
(232,234,237)
#EDEEF1
(237,238,241)
#F2F2F5
(242,242,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CED1; }

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

This text font color is #C5CED1.


Background Color

.myBgColor { background-color: #C5CED1; }

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

This div background color is #C5CED1.


Border color

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

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

This div border color is #C5CED1.


Opacity

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

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

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

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

This text has shadow with #C5CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CED1 on black background.


Color preview on white background

This text has color #C5CED1 on white background.



Black color preview on #C5CED1 background

This text has black color on #C5CED1 background.


White color preview on #C5CED1 background

This text has white color on #C5CED1 background.