COLOR #C5DEF0

HEX: #C5DEF0 RGB: (197,222,240)

Color info

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

RGB color model

#C5DEF0 color RGB value is (197,222,240).

RGB: (197,222,240) (77%, 87%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 240 of 255 = 94%

197
222
240

R + G + B ~ 86%. #C5DEF0 is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 240 = 659 (100%)
R 197 of 659 ~ 29.89%
G 222 of 659 ~ 33.69%
B 240 of 659 ~ 36.42'%

%29.89
%33.69
%36.42

CMYK color model

#C5DEF0 color CMYK value is (18,8,0,6).

  • cyan value is 17.92%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (18,8,0,6)
C18M8Y0K6 (18%, 8%, 0%, 6%)
(0.18 / 0.08 / 0.00 / 0.06)

CMYK percentages

%17.92
%7.5
%0
%5.88

Codes

Color #C5DEF0 in popluar color models

C5 DE F0
RGB 197 222 240
HSL 205° 58.90% 85.69%
HSB/HSV 205° 17.92% 94.12%
CMYK 17.92% 7.50% 0.00%
5.88%

Color #C5DEF0 in popluar number systems.

HEX C5 DE F0
Decimal 197 222 240
Binary 11000101 11011110 11110000
Octal 305 336 360

Shades and tints

Shades of #C5DEF0

#C5DEF0
(197,222,240)
#B4CADB
(180,202,219)
#A3B6C6
(163,182,198)
#92A2B1
(146,162,177)
#818E9C
(129,142,156)
#707A87
(112,122,135)
#5F6672
(95,102,114)
#4E525D
(78,82,93)
#3D3E48
(61,62,72)
#2C2A33
(44,42,51)
#1B161E
(27,22,30)
#000000
(0,0,0)

Tints of #C5DEF0

#C5DEF0
(197,222,240)
#CAE1F1
(202,225,241)
#CFE4F2
(207,228,242)
#D4E7F3
(212,231,243)
#D9EAF4
(217,234,244)
#DEEDF5
(222,237,245)
#E3F0F6
(227,240,246)
#E8F3F7
(232,243,247)
#EDF6F8
(237,246,248)
#F2F9F9
(242,249,249)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEF0; }

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

This text font color is #C5DEF0.

Background Color

.myBgColor { background-color: #C5DEF0; }

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

This div background color is #C5DEF0.

Border color

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

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

This div border color is #C5DEF0.

Opacity

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

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

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

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

This text has shadow with #C5DEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEF0.

Preview

Color preview on black background

This text has color #C5DEF0 on black background.


Color preview on white background

This text has color #C5DEF0 on white background.


Black color preview on #C5DEF0 background

This text has black color on #C5DEF0 background.


White color preview on #C5DEF0 background

This text has white color on #C5DEF0 background.


Related colors

Complementary color

Complementary color for #hex is #3A210F.


I love getcolorcode.com

Triadic colors

1 #F0C5DE and #DEF0C5 with #C5DEF0 are triadic colors.

2 #F0DEC5 and #DEC5F0 with #C5DEF0 are triadic colors.