COLOR #C5DFF7

HEX: #C5DFF7
RGB: (197,223,247)

Color info

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

RGB color model

#C5DFF7 color RGB value is (197,223,247).

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

RGB channels and saturation

R 197 of 255 = 77%
G 223 of 255 = 87%
B 247 of 255 = 97%

197
223
247

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

Portions of RGB colors in percentages

R + G + B =
197 + 223 + 247 = 667 (100%)
R 197 of 667 ~ 29.54%
G 223 of 667 ~ 33.43%
B 247 of 667 ~ 37.03%

%29.54
%33.43
%37.03

CMYK color model

#C5DFF7 color CMYK value is (20,10,0,3).

  • cyan value is 20.24%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(20,10,0,3)
C20M10Y0K3 
(20%,10%,0%,3%)
(0.20/0.10/0.00/0.03)	

CMYK percentages

%20.24
%9.72
%0
%3.14

Codes

Color #C5DFF7 in popluar color models

C5DFF7
RGB197223247
HSL209°75.76%87.06%
HSB/HSV209°20.24%96.86%
CMYK20.24%9.72%0.00%
3.14%

Color #C5DFF7 in popluar number systems.

HEXC5DFF7
Decimal197223247
Binary110001011101111111110111
Octal305337367

Shades and tints

Shades of #C5DFF7

#C5DFF7
(197,223,247)
#B4CBE1
(180,203,225)
#A3B7CB
(163,183,203)
#92A3B5
(146,163,181)
#818F9F
(129,143,159)
#707B89
(112,123,137)
#5F6773
(95,103,115)
#4E535D
(78,83,93)
#3D3F47
(61,63,71)
#2C2B31
(44,43,49)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #C5DFF7

#C5DFF7
(197,223,247)
#CAE1F7
(202,225,247)
#CFE3F7
(207,227,247)
#D4E5F7
(212,229,247)
#D9E7F7
(217,231,247)
#DEE9F7
(222,233,247)
#E3EBF7
(227,235,247)
#E8EDF7
(232,237,247)
#EDEFF7
(237,239,247)
#F2F1F7
(242,241,247)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DFF7; }

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

This text font color is #C5DFF7.


Background Color

.myBgColor { background-color: #C5DFF7; }

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

This div background color is #C5DFF7.


Border color

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

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

This div border color is #C5DFF7.


Opacity

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

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

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

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

This text has shadow with #C5DFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFF7 on black background.


Color preview on white background

This text has color #C5DFF7 on white background.



Black color preview on #C5DFF7 background

This text has black color on #C5DFF7 background.


White color preview on #C5DFF7 background

This text has white color on #C5DFF7 background.