COLOR #C5D0ED

HEX: #C5D0ED RGB: (197,208,237)

Color info

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

RGB color model

#C5D0ED color RGB value is (197,208,237).

RGB: (197,208,237) (77%, 82%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 237 of 255 = 93%

197
208
237

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

Portions of RGB colors in percentages

R + G + B = 197 + 208 + 237 = 642 (100%)
R 197 of 642 ~ 30.69%
G 208 of 642 ~ 32.4%
B 237 of 642 ~ 36.92'%

%30.69
%32.4
%36.92

CMYK color model

#C5D0ED color CMYK value is (17,12,0,7).

  • cyan value is 16.88%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (17,12,0,7) C17M12Y0K7 (17%,12%,0%,7%) (0.17/0.12/0.00/0.07) 

CMYK percentages

%16.88
%12.24
%0
%7.06

Codes

Color #C5D0ED in popluar color models

C5 D0 ED
RGB 197 208 237
HSL 224° 52.63% 85.10%
HSB/HSV 224° 16.88% 92.94%
CMYK 16.88% 12.24% 0.00%
7.06%

Color #C5D0ED in popluar number systems.

HEX C5 D0 ED
Decimal 197 208 237
Binary 11000101 11010000 11101101
Octal 305 320 355

Shades and tints

Shades of #C5D0ED

#C5D0ED
(197,208,237)
#B4BED8
(180,190,216)
#A3ACC3
(163,172,195)
#929AAE
(146,154,174)
#818899
(129,136,153)
#707684
(112,118,132)
#5F646F
(95,100,111)
#4E525A
(78,82,90)
#3D4045
(61,64,69)
#2C2E30
(44,46,48)
#1B1C1B
(27,28,27)
#000000
(0,0,0)

Tints of #C5D0ED

#C5D0ED
(197,208,237)
#CAD4EE
(202,212,238)
#CFD8EF
(207,216,239)
#D4DCF0
(212,220,240)
#D9E0F1
(217,224,241)
#DEE4F2
(222,228,242)
#E3E8F3
(227,232,243)
#E8ECF4
(232,236,244)
#EDF0F5
(237,240,245)
#F2F4F6
(242,244,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D0ED; }

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

This text font color is #C5D0ED.

Background Color

.myBgColor { background-color: #C5D0ED; }

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

This div background color is #C5D0ED.

Border color

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

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

This div border color is #C5D0ED.

Opacity

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

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

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

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

This text has shadow with #C5D0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D0ED.

Preview

Color preview on black background

This text has color #C5D0ED on black background.


Color preview on white background

This text has color #C5D0ED on white background.


Black color preview on #C5D0ED background

This text has black color on #C5D0ED background.


White color preview on #C5D0ED background

This text has white color on #C5D0ED background.


Related colors

Complementary color

Complementary color for #hex is #3A2F12.


I love getcolorcode.com

Triadic colors

1 #EDC5D0 and #D0EDC5 with #C5D0ED are triadic colors.

2 #EDD0C5 and #D0C5ED with #C5D0ED are triadic colors.