COLOR #C5DDFB

HEX: #C5DDFB
RGB: (197,221,251)

Color info

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

RGB color model

#C5DDFB color RGB value is (197,221,251).

  • red value is 197;
  • green value is 221;
  • blue value is 251.
RGB:
(197,221,251)
(77%,87%,98%)

RGB channels and saturation

R 197 of 255 = 77%
G 221 of 255 = 87%
B 251 of 255 = 98%

197
221
251

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

Portions of RGB colors in percentages

R + G + B =
197 + 221 + 251 = 669 (100%)
R 197 of 669 ~ 29.45%
G 221 of 669 ~ 33.03%
B 251 of 669 ~ 37.52%

%29.45
%33.03
%37.52

CMYK color model

#C5DDFB color CMYK value is (22,12,0,2).

  • cyan value is 21.51%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(22,12,0,2)
C22M12Y0K2 
(22%,12%,0%,2%)
(0.22/0.12/0.00/0.02)	

CMYK percentages

%21.51
%11.95
%0
%1.57

Codes

Color #C5DDFB in popluar color models

C5DDFB
RGB197221251
HSL213°87.10%87.84%
HSB/HSV213°21.51%98.43%
CMYK21.51%11.95%0.00%
1.57%

Color #C5DDFB in popluar number systems.

HEXC5DDFB
Decimal197221251
Binary110001011101110111111011
Octal305335373

Shades and tints

Shades of #C5DDFB

#C5DDFB
(197,221,251)
#B4C9E5
(180,201,229)
#A3B5CF
(163,181,207)
#92A1B9
(146,161,185)
#818DA3
(129,141,163)
#70798D
(112,121,141)
#5F6577
(95,101,119)
#4E5161
(78,81,97)
#3D3D4B
(61,61,75)
#2C2935
(44,41,53)
#1B151F
(27,21,31)
#000000
(0,0,0)

Tints of #C5DDFB

#C5DDFB
(197,221,251)
#CAE0FB
(202,224,251)
#CFE3FB
(207,227,251)
#D4E6FB
(212,230,251)
#D9E9FB
(217,233,251)
#DEECFB
(222,236,251)
#E3EFFB
(227,239,251)
#E8F2FB
(232,242,251)
#EDF5FB
(237,245,251)
#F2F8FB
(242,248,251)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDFB; }

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

This text font color is #C5DDFB.


Background Color

.myBgColor { background-color: #C5DDFB; }

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

This div background color is #C5DDFB.


Border color

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

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

This div border color is #C5DDFB.


Opacity

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

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

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

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

This text has shadow with #C5DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDFB on black background.


Color preview on white background

This text has color #C5DDFB on white background.



Black color preview on #C5DDFB background

This text has black color on #C5DDFB background.


White color preview on #C5DDFB background

This text has white color on #C5DDFB background.