COLOR #C5D4ED

HEX: #C5D4ED RGB: (197,212,237)

Color info

#C5D4ED contains red, green and blue colors in about the same proportion. Web safe color of #C5D4ED is #CCCCFF (or #CCF).

RGB color model

#C5D4ED color RGB value is (197,212,237).

RGB: (197,212,237) (77%, 83%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 237 of 255 = 93%

197
212
237

R + G + B ~ 84%. #C5D4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 212 + 237 = 646 (100%)
R 197 of 646 ~ 30.5%
G 212 of 646 ~ 32.82%
B 237 of 646 ~ 36.69'%

%30.5
%32.82
%36.69

CMYK color model

#C5D4ED color CMYK value is (17,11,0,7).

  • cyan value is 16.88%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,11,0,7)
C17M11Y0K7 (17%, 11%, 0%, 7%)
(0.17 / 0.11 / 0.00 / 0.07)

CMYK percentages

%16.88
%10.55
%0
%7.06

Codes

Color #C5D4ED in popluar color models

C5 D4 ED
RGB 197 212 237
HSL 218° 52.63% 85.10%
HSB/HSV 218° 16.88% 92.94%
CMYK 16.88% 10.55% 0.00%
7.06%

Color #C5D4ED in popluar number systems.

HEX C5 D4 ED
Decimal 197 212 237
Binary 11000101 11010100 11101101
Octal 305 324 355

Shades and tints

Shades of #C5D4ED

#C5D4ED
(197,212,237)
#B4C1D8
(180,193,216)
#A3AEC3
(163,174,195)
#929BAE
(146,155,174)
#818899
(129,136,153)
#707584
(112,117,132)
#5F626F
(95,98,111)
#4E4F5A
(78,79,90)
#3D3C45
(61,60,69)
#2C2930
(44,41,48)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #C5D4ED

#C5D4ED
(197,212,237)
#CAD7EE
(202,215,238)
#CFDAEF
(207,218,239)
#D4DDF0
(212,221,240)
#D9E0F1
(217,224,241)
#DEE3F2
(222,227,242)
#E3E6F3
(227,230,243)
#E8E9F4
(232,233,244)
#EDECF5
(237,236,245)
#F2EFF6
(242,239,246)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4ED; }

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

This text font color is #C5D4ED.

Background Color

.myBgColor { background-color: #C5D4ED; }

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

This div background color is #C5D4ED.

Border color

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

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

This div border color is #C5D4ED.

Opacity

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

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

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

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

This text has shadow with #C5D4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D4ED.

Preview

Color preview on black background

This text has color #C5D4ED on black background.


Color preview on white background

This text has color #C5D4ED on white background.


Black color preview on #C5D4ED background

This text has black color on #C5D4ED background.


White color preview on #C5D4ED background

This text has white color on #C5D4ED background.


Related colors

Complementary color

Complementary color for #hex is #3A2B12.


I love getcolorcode.com

Triadic colors

1 #EDC5D4 and #D4EDC5 with #C5D4ED are triadic colors.

2 #EDD4C5 and #D4C5ED with #C5D4ED are triadic colors.