COLOR #C5CFDD

HEX: #C5CFDD
RGB: (197,207,221)

Color info

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

RGB color model

#C5CFDD color RGB value is (197,207,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 221 of 255 = 87%

197
207
221

R + G + B ~ 82%. #C5CFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 221 = 625 (100%)
R 197 of 625 ~ 31.52%
G 207 of 625 ~ 33.12%
B 221 of 625 ~ 35.36%

%31.52
%33.12
%35.36

CMYK color model

#C5CFDD color CMYK value is (11,6,0,13).

  • cyan value is 10.86%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,6,0,13)
C11M6Y0K13 
(11%,6%,0%,13%)
(0.11/0.06/0.00/0.13)	

CMYK percentages

%10.86
%6.33
%0
%13.33

Codes

Color #C5CFDD in popluar color models

C5CFDD
RGB197207221
HSL215°26.09%81.96%
HSB/HSV215°10.86%86.67%
CMYK10.86%6.33%0.00%
13.33%

Color #C5CFDD in popluar number systems.

HEXC5CFDD
Decimal197207221
Binary110001011100111111011101
Octal305317335

Shades and tints

Shades of #C5CFDD

#C5CFDD
(197,207,221)
#B4BDC9
(180,189,201)
#A3ABB5
(163,171,181)
#9299A1
(146,153,161)
#81878D
(129,135,141)
#707579
(112,117,121)
#5F6365
(95,99,101)
#4E5151
(78,81,81)
#3D3F3D
(61,63,61)
#2C2D29
(44,45,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5CFDD

#C5CFDD
(197,207,221)
#CAD3E0
(202,211,224)
#CFD7E3
(207,215,227)
#D4DBE6
(212,219,230)
#D9DFE9
(217,223,233)
#DEE3EC
(222,227,236)
#E3E7EF
(227,231,239)
#E8EBF2
(232,235,242)
#EDEFF5
(237,239,245)
#F2F3F8
(242,243,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFDD; }

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

This text font color is #C5CFDD.


Background Color

.myBgColor { background-color: #C5CFDD; }

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

This div background color is #C5CFDD.


Border color

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

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

This div border color is #C5CFDD.


Opacity

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

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

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

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

This text has shadow with #C5CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFDD on black background.


Color preview on white background

This text has color #C5CFDD on white background.



Black color preview on #C5CFDD background

This text has black color on #C5CFDD background.


White color preview on #C5CFDD background

This text has white color on #C5CFDD background.