COLOR #C5CFDE

HEX: #C5CFDE RGB: (197,207,222)

Color info

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

RGB color model

#C5CFDE color RGB value is (197,207,222).

RGB: (197,207,222) (77%, 81%, 87%)

RGB channels and saturation

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

197
207
222

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

Portions of RGB colors in percentages

R + G + B = 197 + 207 + 222 = 626 (100%)
R 197 of 626 ~ 31.47%
G 207 of 626 ~ 33.07%
B 222 of 626 ~ 35.46'%

%31.47
%33.07
%35.46

CMYK color model

#C5CFDE color CMYK value is (11,7,0,13).

  • cyan value is 11.26%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (11,7,0,13)
C11M7Y0K13 (11%, 7%, 0%, 13%)
(0.11 / 0.07 / 0.00 / 0.13)

CMYK percentages

%11.26
%6.76
%0
%12.94

Codes

Color #C5CFDE in popluar color models

C5 CF DE
RGB 197 207 222
HSL 216° 27.47% 82.16%
HSB/HSV 216° 11.26% 87.06%
CMYK 11.26% 6.76% 0.00%
12.94%

Color #C5CFDE in popluar number systems.

HEX C5 CF DE
Decimal 197 207 222
Binary 11000101 11001111 11011110
Octal 305 317 336

Shades and tints

Shades of #C5CFDE

#C5CFDE
(197,207,222)
#B4BDCA
(180,189,202)
#A3ABB6
(163,171,182)
#9299A2
(146,153,162)
#81878E
(129,135,142)
#70757A
(112,117,122)
#5F6366
(95,99,102)
#4E5152
(78,81,82)
#3D3F3E
(61,63,62)
#2C2D2A
(44,45,42)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #C5CFDE

#C5CFDE
(197,207,222)
#CAD3E1
(202,211,225)
#CFD7E4
(207,215,228)
#D4DBE7
(212,219,231)
#D9DFEA
(217,223,234)
#DEE3ED
(222,227,237)
#E3E7F0
(227,231,240)
#E8EBF3
(232,235,243)
#EDEFF6
(237,239,246)
#F2F3F9
(242,243,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFDE; }

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

This text font color is #C5CFDE.

Background Color

.myBgColor { background-color: #C5CFDE; }

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

This div background color is #C5CFDE.

Border color

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

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

This div border color is #C5CFDE.

Opacity

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

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

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

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

This text has shadow with #C5CFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CFDE.

Preview

Color preview on black background

This text has color #C5CFDE on black background.


Color preview on white background

This text has color #C5CFDE on white background.


Black color preview on #C5CFDE background

This text has black color on #C5CFDE background.


White color preview on #C5CFDE background

This text has white color on #C5CFDE background.


Related colors

Complementary color

Complementary color for #hex is #3A3021.


I love getcolorcode.com

Triadic colors

1 #DEC5CF and #CFDEC5 with #C5CFDE are triadic colors.

2 #DECFC5 and #CFC5DE with #C5CFDE are triadic colors.