COLOR #C5DDFE

HEX: #C5DDFE RGB: (197,221,254)

Color info

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

RGB color model

#C5DDFE color RGB value is (197,221,254).

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

RGB channels and saturation

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

197
221
254

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

Portions of RGB colors in percentages

R + G + B = 197 + 221 + 254 = 672 (100%)
R 197 of 672 ~ 29.32%
G 221 of 672 ~ 32.89%
B 254 of 672 ~ 37.8'%

%29.32
%32.89
%37.8

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 12.99%
  • 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.99
%0
%0.39

Codes

Color #C5DDFE in popluar color models

C5 DD FE
RGB 197 221 254
HSL 215° 96.61% 88.43%
HSB/HSV 215° 22.44% 99.61%
CMYK 22.44% 12.99% 0.00%
0.39%

Color #C5DDFE in popluar number systems.

HEX C5 DD FE
Decimal 197 221 254
Binary 11000101 11011101 11111110
Octal 305 335 376

Shades and tints

Shades of #C5DDFE

#C5DDFE
(197,221,254)
#B4C9E7
(180,201,231)
#A3B5D0
(163,181,208)
#92A1B9
(146,161,185)
#818DA2
(129,141,162)
#70798B
(112,121,139)
#5F6574
(95,101,116)
#4E515D
(78,81,93)
#3D3D46
(61,61,70)
#2C292F
(44,41,47)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #C5DDFE

#C5DDFE
(197,221,254)
#CAE0FE
(202,224,254)
#CFE3FE
(207,227,254)
#D4E6FE
(212,230,254)
#D9E9FE
(217,233,254)
#DEECFE
(222,236,254)
#E3EFFE
(227,239,254)
#E8F2FE
(232,242,254)
#EDF5FE
(237,245,254)
#F2F8FE
(242,248,254)
#F7FBFE
(247,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDFE; }

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

This text font color is #C5DDFE.

Background Color

.myBgColor { background-color: #C5DDFE; }

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

This div background color is #C5DDFE.

Border color

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

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

This div border color is #C5DDFE.

Opacity

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

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

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

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

This text has shadow with #C5DDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DDFE.

Preview

Color preview on black background

This text has color #C5DDFE on black background.


Color preview on white background

This text has color #C5DDFE on white background.


Black color preview on #C5DDFE background

This text has black color on #C5DDFE background.


White color preview on #C5DDFE background

This text has white color on #C5DDFE background.


Related colors

Complementary color

Complementary color for #hex is #3A2201.


I love getcolorcode.com

Triadic colors

1 #FEC5DD and #DDFEC5 with #C5DDFE are triadic colors.

2 #FEDDC5 and #DDC5FE with #C5DDFE are triadic colors.