COLOR #C5DEFE

HEX: #C5DEFE RGB: (197,222,254)

Color info

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

RGB color model

#C5DEFE color RGB value is (197,222,254).

RGB: (197,222,254) (77%, 87%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 254 of 255 = 100%

197
222
254

R + G + B ~ 88%. #C5DEFE is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 254 = 673 (100%)
R 197 of 673 ~ 29.27%
G 222 of 673 ~ 32.99%
B 254 of 673 ~ 37.74'%

%29.27
%32.99
%37.74

CMYK color model

#C5DEFE color CMYK value is (22,13,0,0).

  • cyan value is 22.44%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (22,13,0,0) C22M13Y0K0 (22%,13%,0%,0%) (0.22/0.13/0.00/0.00) 

CMYK percentages

%22.44
%12.6
%0
%0.39

Codes

Color #C5DEFE in popluar color models

C5 DE FE
RGB 197 222 254
HSL 214° 96.61% 88.43%
HSB/HSV 214° 22.44% 99.61%
CMYK 22.44% 12.60% 0.00%
0.39%

Color #C5DEFE in popluar number systems.

HEX C5 DE FE
Decimal 197 222 254
Binary 11000101 11011110 11111110
Octal 305 336 376

Shades and tints

Shades of #C5DEFE

#C5DEFE
(197,222,254)
#B4CAE7
(180,202,231)
#A3B6D0
(163,182,208)
#92A2B9
(146,162,185)
#818EA2
(129,142,162)
#707A8B
(112,122,139)
#5F6674
(95,102,116)
#4E525D
(78,82,93)
#3D3E46
(61,62,70)
#2C2A2F
(44,42,47)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5DEFE

#C5DEFE
(197,222,254)
#CAE1FE
(202,225,254)
#CFE4FE
(207,228,254)
#D4E7FE
(212,231,254)
#D9EAFE
(217,234,254)
#DEEDFE
(222,237,254)
#E3F0FE
(227,240,254)
#E8F3FE
(232,243,254)
#EDF6FE
(237,246,254)
#F2F9FE
(242,249,254)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEFE; }

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

This text font color is #C5DEFE.

Background Color

.myBgColor { background-color: #C5DEFE; }

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

This div background color is #C5DEFE.

Border color

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

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

This div border color is #C5DEFE.

Opacity

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

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

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

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

This text has shadow with #C5DEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEFE.

Preview

Color preview on black background

This text has color #C5DEFE on black background.


Color preview on white background

This text has color #C5DEFE on white background.


Black color preview on #C5DEFE background

This text has black color on #C5DEFE background.


White color preview on #C5DEFE background

This text has white color on #C5DEFE background.


Related colors

Complementary color

Complementary color for #hex is #3A2101.


I love getcolorcode.com

Triadic colors

1 #FEC5DE and #DEFEC5 with #C5DEFE are triadic colors.

2 #FEDEC5 and #DEC5FE with #C5DEFE are triadic colors.