COLOR #C5C7DC

HEX: #C5C7DC
RGB: (197,199,220)

Color info

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

RGB color model

#C5C7DC color RGB value is (197,199,220).

  • red value is 197;
  • green value is 199;
  • blue value is 220.
RGB:
(197,199,220)
(77%,78%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 220 of 255 = 86%

197
199
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 220 = 616 (100%)
R 197 of 616 ~ 31.98%
G 199 of 616 ~ 32.31%
B 220 of 616 ~ 35.71%

%31.98
%32.31
%35.71

CMYK color model

#C5C7DC color CMYK value is (10,10,0,14).

  • cyan value is 10.45%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,10,0,14)
C10M10Y0K14 
(10%,10%,0%,14%)
(0.10/0.10/0.00/0.14)	

CMYK percentages

%10.45
%9.55
%0
%13.73

Codes

Color #C5C7DC in popluar color models

C5C7DC
RGB197199220
HSL235°24.73%81.76%
HSB/HSV235°10.45%86.27%
CMYK10.45%9.55%0.00%
13.73%

Color #C5C7DC in popluar number systems.

HEXC5C7DC
Decimal197199220
Binary110001011100011111011100
Octal305307334

Shades and tints

Shades of #C5C7DC

#C5C7DC
(197,199,220)
#B4B5C8
(180,181,200)
#A3A3B4
(163,163,180)
#9291A0
(146,145,160)
#817F8C
(129,127,140)
#706D78
(112,109,120)
#5F5B64
(95,91,100)
#4E4950
(78,73,80)
#3D373C
(61,55,60)
#2C2528
(44,37,40)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C5C7DC

#C5C7DC
(197,199,220)
#CACCDF
(202,204,223)
#CFD1E2
(207,209,226)
#D4D6E5
(212,214,229)
#D9DBE8
(217,219,232)
#DEE0EB
(222,224,235)
#E3E5EE
(227,229,238)
#E8EAF1
(232,234,241)
#EDEFF4
(237,239,244)
#F2F4F7
(242,244,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7DC; }

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

This text font color is #C5C7DC.


Background Color

.myBgColor { background-color: #C5C7DC; }

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

This div background color is #C5C7DC.


Border color

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

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

This div border color is #C5C7DC.


Opacity

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

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

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

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

This text has shadow with #C5C7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7DC on black background.


Color preview on white background

This text has color #C5C7DC on white background.



Black color preview on #C5C7DC background

This text has black color on #C5C7DC background.


White color preview on #C5C7DC background

This text has white color on #C5C7DC background.