COLOR #C5DFFD

HEX: #C5DFFD
RGB: (197,223,253)

Color info

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

RGB color model

#C5DFFD color RGB value is (197,223,253).

  • red value is 197;
  • green value is 223;
  • blue value is 253.
RGB:
(197,223,253)
(77%,87%,99%)

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 253 of 255 = 99%

197
223
253

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

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 253 = 673 (100%)
R 197 of 673 ~ 29.27%
G 223 of 673 ~ 33.14%
B 253 of 673 ~ 37.59%

%29.27
%33.14
%37.59

CMYK color model

#C5DFFD color CMYK value is (22,12,0,1).

  • cyan value is 22.13%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,12,0,1)
C22M12Y0K1 
(22%,12%,0%,1%)
(0.22/0.12/0.00/0.01)	

CMYK percentages

%22.13
%11.86
%0
%0.78

Codes

Color #C5DFFD in popluar color models

C5DFFD
RGB197223253
HSL212°93.33%88.24%
HSB/HSV212°22.13%99.22%
CMYK22.13%11.86%0.00%
0.78%

Color #C5DFFD in popluar number systems.

HEXC5DFFD
Decimal197223253
Binary110001011101111111111101
Octal305337375

Shades and tints

Shades of #C5DFFD

#C5DFFD
(197,223,253)
#B4CBE6
(180,203,230)
#A3B7CF
(163,183,207)
#92A3B8
(146,163,184)
#818FA1
(129,143,161)
#707B8A
(112,123,138)
#5F6773
(95,103,115)
#4E535C
(78,83,92)
#3D3F45
(61,63,69)
#2C2B2E
(44,43,46)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5DFFD

#C5DFFD
(197,223,253)
#CAE1FD
(202,225,253)
#CFE3FD
(207,227,253)
#D4E5FD
(212,229,253)
#D9E7FD
(217,231,253)
#DEE9FD
(222,233,253)
#E3EBFD
(227,235,253)
#E8EDFD
(232,237,253)
#EDEFFD
(237,239,253)
#F2F1FD
(242,241,253)
#F7F3FD
(247,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DFFD color. Also use rgb(197,223,253) instead hex code.

Text Font Color

.myTextColor { color: #C5DFFD; }

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

This text font color is #C5DFFD.


Background Color

.myBgColor { background-color: #C5DFFD; }

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

This div background color is #C5DFFD.


Border color

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

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

This div border color is #C5DFFD.


Opacity

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

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

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

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

This text has shadow with #C5DFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFFD on black background.


Color preview on white background

This text has color #C5DFFD on white background.



Black color preview on #C5DFFD background

This text has black color on #C5DFFD background.


White color preview on #C5DFFD background

This text has white color on #C5DFFD background.