COLOR #C5C5D1

HEX: #C5C5D1
RGB: (197,197,209)

Color info

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

RGB color model

#C5C5D1 color RGB value is (197,197,209).

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

RGB channels and saturation

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

197
197
209

R + G + B ~ 79%. #C5C5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 209 = 603 (100%)
R 197 of 603 ~ 32.67%
G 197 of 603 ~ 32.67%
B 209 of 603 ~ 34.66%

%32.67
%32.67
%34.66

CMYK color model

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

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

CMYK percentages

%5.74
%5.74
%0
%18.04

Codes

Color #C5C5D1 in popluar color models

C5C5D1
RGB197197209
HSL240°11.54%79.61%
HSB/HSV240°5.74%81.96%
CMYK5.74%5.74%0.00%
18.04%

Color #C5C5D1 in popluar number systems.

HEXC5C5D1
Decimal197197209
Binary110001011100010111010001
Octal305305321

Shades and tints

Shades of #C5C5D1

#C5C5D1
(197,197,209)
#B4B4BE
(180,180,190)
#A3A3AB
(163,163,171)
#929298
(146,146,152)
#818185
(129,129,133)
#707072
(112,112,114)
#5F5F5F
(95,95,95)
#4E4E4C
(78,78,76)
#3D3D39
(61,61,57)
#2C2C26
(44,44,38)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5C5D1

#C5C5D1
(197,197,209)
#CACAD5
(202,202,213)
#CFCFD9
(207,207,217)
#D4D4DD
(212,212,221)
#D9D9E1
(217,217,225)
#DEDEE5
(222,222,229)
#E3E3E9
(227,227,233)
#E8E8ED
(232,232,237)
#EDEDF1
(237,237,241)
#F2F2F5
(242,242,245)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5D1; }

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

This text font color is #C5C5D1.


Background Color

.myBgColor { background-color: #C5C5D1; }

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

This div background color is #C5C5D1.


Border color

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

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

This div border color is #C5C5D1.


Opacity

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

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

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

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

This text has shadow with #C5C5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5D1 on black background.


Color preview on white background

This text has color #C5C5D1 on white background.



Black color preview on #C5C5D1 background

This text has black color on #C5C5D1 background.


White color preview on #C5C5D1 background

This text has white color on #C5C5D1 background.