COLOR #C5D4EB

HEX: #C5D4EB RGB: (197,212,235)

Color info

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

RGB color model

#C5D4EB color RGB value is (197,212,235).

RGB: (197,212,235) (77%, 83%, 92%)

RGB channels and saturation

R 197 of 255 = 77%
G 212 of 255 = 83%
B 235 of 255 = 92%

197
212
235

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

Portions of RGB colors in percentages

R + G + B = 197 + 212 + 235 = 644 (100%)
R 197 of 644 ~ 30.59%
G 212 of 644 ~ 32.92%
B 235 of 644 ~ 36.49'%

%30.59
%32.92
%36.49

CMYK color model

#C5D4EB color CMYK value is (16,10,0,8).

  • cyan value is 16.17%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (16,10,0,8)
C16M10Y0K8 (16%, 10%, 0%, 8%)
(0.16 / 0.10 / 0.00 / 0.08)

CMYK percentages

%16.17
%9.79
%0
%7.84

Codes

Color #C5D4EB in popluar color models

C5 D4 EB
RGB 197 212 235
HSL 216° 48.72% 84.71%
HSB/HSV 216° 16.17% 92.16%
CMYK 16.17% 9.79% 0.00%
7.84%

Color #C5D4EB in popluar number systems.

HEX C5 D4 EB
Decimal 197 212 235
Binary 11000101 11010100 11101011
Octal 305 324 353

Shades and tints

Shades of #C5D4EB

#C5D4EB
(197,212,235)
#B4C1D6
(180,193,214)
#A3AEC1
(163,174,193)
#929BAC
(146,155,172)
#818897
(129,136,151)
#707582
(112,117,130)
#5F626D
(95,98,109)
#4E4F58
(78,79,88)
#3D3C43
(61,60,67)
#2C292E
(44,41,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5D4EB

#C5D4EB
(197,212,235)
#CAD7EC
(202,215,236)
#CFDAED
(207,218,237)
#D4DDEE
(212,221,238)
#D9E0EF
(217,224,239)
#DEE3F0
(222,227,240)
#E3E6F1
(227,230,241)
#E8E9F2
(232,233,242)
#EDECF3
(237,236,243)
#F2EFF4
(242,239,244)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4EB; }

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

This text font color is #C5D4EB.

Background Color

.myBgColor { background-color: #C5D4EB; }

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

This div background color is #C5D4EB.

Border color

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

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

This div border color is #C5D4EB.

Opacity

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

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

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

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

This text has shadow with #C5D4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D4EB.

Preview

Color preview on black background

This text has color #C5D4EB on black background.


Color preview on white background

This text has color #C5D4EB on white background.


Black color preview on #C5D4EB background

This text has black color on #C5D4EB background.


White color preview on #C5D4EB background

This text has white color on #C5D4EB background.


Related colors

Complementary color

Complementary color for #hex is #3A2B14.


I love getcolorcode.com

Triadic colors

1 #EBC5D4 and #D4EBC5 with #C5D4EB are triadic colors.

2 #EBD4C5 and #D4C5EB with #C5D4EB are triadic colors.