COLOR #C5D8EF

HEX: #C5D8EF RGB: (197,216,239)

Color info

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

RGB color model

#C5D8EF color RGB value is (197,216,239).

RGB: (197,216,239) (77%, 85%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 216 of 255 = 85%
B 239 of 255 = 94%

197
216
239

R + G + B ~ 85%. #C5D8EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 216 + 239 = 652 (100%)
R 197 of 652 ~ 30.21%
G 216 of 652 ~ 33.13%
B 239 of 652 ~ 36.66'%

%30.21
%33.13
%36.66

CMYK color model

#C5D8EF color CMYK value is (18,10,0,6).

  • cyan value is 17.57%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,10,0,6)
C18M10Y0K6 (18%, 10%, 0%, 6%)
(0.18 / 0.10 / 0.00 / 0.06)

CMYK percentages

%17.57
%9.62
%0
%6.27

Codes

Color #C5D8EF in popluar color models

C5 D8 EF
RGB 197 216 239
HSL 213° 56.76% 85.49%
HSB/HSV 213° 17.57% 93.73%
CMYK 17.57% 9.62% 0.00%
6.27%

Color #C5D8EF in popluar number systems.

HEX C5 D8 EF
Decimal 197 216 239
Binary 11000101 11011000 11101111
Octal 305 330 357

Shades and tints

Shades of #C5D8EF

#C5D8EF
(197,216,239)
#B4C5DA
(180,197,218)
#A3B2C5
(163,178,197)
#929FB0
(146,159,176)
#818C9B
(129,140,155)
#707986
(112,121,134)
#5F6671
(95,102,113)
#4E535C
(78,83,92)
#3D4047
(61,64,71)
#2C2D32
(44,45,50)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #C5D8EF

#C5D8EF
(197,216,239)
#CADBF0
(202,219,240)
#CFDEF1
(207,222,241)
#D4E1F2
(212,225,242)
#D9E4F3
(217,228,243)
#DEE7F4
(222,231,244)
#E3EAF5
(227,234,245)
#E8EDF6
(232,237,246)
#EDF0F7
(237,240,247)
#F2F3F8
(242,243,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D8EF color. Also use rgb(197,216,239) instead hex code.

Text Font Color

.myTextColor { color: #C5D8EF; }

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

This text font color is #C5D8EF.

Background Color

.myBgColor { background-color: #C5D8EF; }

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

This div background color is #C5D8EF.

Border color

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

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

This div border color is #C5D8EF.

Opacity

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

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

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

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

This text has shadow with #C5D8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D8EF.

Preview

Color preview on black background

This text has color #C5D8EF on black background.


Color preview on white background

This text has color #C5D8EF on white background.


Black color preview on #C5D8EF background

This text has black color on #C5D8EF background.


White color preview on #C5D8EF background

This text has white color on #C5D8EF background.


Related colors

Complementary color

Complementary color for #hex is #3A2710.


I love getcolorcode.com

Triadic colors

1 #EFC5D8 and #D8EFC5 with #C5D8EF are triadic colors.

2 #EFD8C5 and #D8C5EF with #C5D8EF are triadic colors.