COLOR #C5CFDC

HEX: #C5CFDC
RGB: (197,207,220)

Color info

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

RGB color model

#C5CFDC color RGB value is (197,207,220).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 220 of 255 = 86%

197
207
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 220 = 624 (100%)
R 197 of 624 ~ 31.57%
G 207 of 624 ~ 33.17%
B 220 of 624 ~ 35.26%

%31.57
%33.17
%35.26

CMYK color model

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

  • cyan value is 10.45%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,6,0,14)
C10M6Y0K14 
(10%,6%,0%,14%)
(0.10/0.06/0.00/0.14)	

CMYK percentages

%10.45
%5.91
%0
%13.73

Codes

Color #C5CFDC in popluar color models

C5CFDC
RGB197207220
HSL214°24.73%81.76%
HSB/HSV214°10.45%86.27%
CMYK10.45%5.91%0.00%
13.73%

Color #C5CFDC in popluar number systems.

HEXC5CFDC
Decimal197207220
Binary110001011100111111011100
Octal305317334

Shades and tints

Shades of #C5CFDC

#C5CFDC
(197,207,220)
#B4BDC8
(180,189,200)
#A3ABB4
(163,171,180)
#9299A0
(146,153,160)
#81878C
(129,135,140)
#707578
(112,117,120)
#5F6364
(95,99,100)
#4E5150
(78,81,80)
#3D3F3C
(61,63,60)
#2C2D28
(44,45,40)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5CFDC

#C5CFDC
(197,207,220)
#CAD3DF
(202,211,223)
#CFD7E2
(207,215,226)
#D4DBE5
(212,219,229)
#D9DFE8
(217,223,232)
#DEE3EB
(222,227,235)
#E3E7EE
(227,231,238)
#E8EBF1
(232,235,241)
#EDEFF4
(237,239,244)
#F2F3F7
(242,243,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFDC; }

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

This text font color is #C5CFDC.


Background Color

.myBgColor { background-color: #C5CFDC; }

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

This div background color is #C5CFDC.


Border color

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

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

This div border color is #C5CFDC.


Opacity

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

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

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

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

This text has shadow with #C5CFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFDC on black background.


Color preview on white background

This text has color #C5CFDC on white background.



Black color preview on #C5CFDC background

This text has black color on #C5CFDC background.


White color preview on #C5CFDC background

This text has white color on #C5CFDC background.