COLOR #C5DEF4

HEX: #C5DEF4 RGB: (197,222,244)

Color info

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

RGB color model

#C5DEF4 color RGB value is (197,222,244).

RGB: (197,222,244) (77%, 87%, 96%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 244 of 255 = 96%

197
222
244

R + G + B ~ 87%. #C5DEF4 is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 244 = 663 (100%)
R 197 of 663 ~ 29.71%
G 222 of 663 ~ 33.48%
B 244 of 663 ~ 36.8'%

%29.71
%33.48
%36.8

CMYK color model

#C5DEF4 color CMYK value is (19,9,0,4).

  • cyan value is 19.26%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (19,9,0,4)
C19M9Y0K4 (19%, 9%, 0%, 4%)
(0.19 / 0.09 / 0.00 / 0.04)

CMYK percentages

%19.26
%9.02
%0
%4.31

Codes

Color #C5DEF4 in popluar color models

C5 DE F4
RGB 197 222 244
HSL 208° 68.12% 86.47%
HSB/HSV 208° 19.26% 95.69%
CMYK 19.26% 9.02% 0.00%
4.31%

Color #C5DEF4 in popluar number systems.

HEX C5 DE F4
Decimal 197 222 244
Binary 11000101 11011110 11110100
Octal 305 336 364

Shades and tints

Shades of #C5DEF4

#C5DEF4
(197,222,244)
#B4CADE
(180,202,222)
#A3B6C8
(163,182,200)
#92A2B2
(146,162,178)
#818E9C
(129,142,156)
#707A86
(112,122,134)
#5F6670
(95,102,112)
#4E525A
(78,82,90)
#3D3E44
(61,62,68)
#2C2A2E
(44,42,46)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5DEF4

#C5DEF4
(197,222,244)
#CAE1F5
(202,225,245)
#CFE4F6
(207,228,246)
#D4E7F7
(212,231,247)
#D9EAF8
(217,234,248)
#DEEDF9
(222,237,249)
#E3F0FA
(227,240,250)
#E8F3FB
(232,243,251)
#EDF6FC
(237,246,252)
#F2F9FD
(242,249,253)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEF4; }

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

This text font color is #C5DEF4.

Background Color

.myBgColor { background-color: #C5DEF4; }

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

This div background color is #C5DEF4.

Border color

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

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

This div border color is #C5DEF4.

Opacity

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

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

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

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

This text has shadow with #C5DEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEF4.

Preview

Color preview on black background

This text has color #C5DEF4 on black background.


Color preview on white background

This text has color #C5DEF4 on white background.


Black color preview on #C5DEF4 background

This text has black color on #C5DEF4 background.


White color preview on #C5DEF4 background

This text has white color on #C5DEF4 background.


Related colors

Complementary color

Complementary color for #hex is #3A210B.


I love getcolorcode.com

Triadic colors

1 #F4C5DE and #DEF4C5 with #C5DEF4 are triadic colors.

2 #F4DEC5 and #DEC5F4 with #C5DEF4 are triadic colors.