COLOR #C5D0F5

HEX: #C5D0F5
RGB: (197,208,245)

Color info

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

RGB color model

#C5D0F5 color RGB value is (197,208,245).

  • red value is 197;
  • green value is 208;
  • blue value is 245.
RGB:
(197,208,245)
(77%,82%,96%)

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 245 of 255 = 96%

197
208
245

R + G + B ~ 85%. #C5D0F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 208 + 245 = 650 (100%)
R 197 of 650 ~ 30.31%
G 208 of 650 ~ 32%
B 245 of 650 ~ 37.69%

%30.31
%32
%37.69

CMYK color model

#C5D0F5 color CMYK value is (20,15,0,4).

  • cyan value is 19.59%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,15,0,4)
C20M15Y0K4 
(20%,15%,0%,4%)
(0.20/0.15/0.00/0.04)	

CMYK percentages

%19.59
%15.1
%0
%3.92

Codes

Color #C5D0F5 in popluar color models

C5D0F5
RGB197208245
HSL226°70.59%86.67%
HSB/HSV226°19.59%96.08%
CMYK19.59%15.10%0.00%
3.92%

Color #C5D0F5 in popluar number systems.

HEXC5D0F5
Decimal197208245
Binary110001011101000011110101
Octal305320365

Shades and tints

Shades of #C5D0F5

#C5D0F5
(197,208,245)
#B4BEDF
(180,190,223)
#A3ACC9
(163,172,201)
#929AB3
(146,154,179)
#81889D
(129,136,157)
#707687
(112,118,135)
#5F6471
(95,100,113)
#4E525B
(78,82,91)
#3D4045
(61,64,69)
#2C2E2F
(44,46,47)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #C5D0F5

#C5D0F5
(197,208,245)
#CAD4F5
(202,212,245)
#CFD8F5
(207,216,245)
#D4DCF5
(212,220,245)
#D9E0F5
(217,224,245)
#DEE4F5
(222,228,245)
#E3E8F5
(227,232,245)
#E8ECF5
(232,236,245)
#EDF0F5
(237,240,245)
#F2F4F5
(242,244,245)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D0F5 color. Also use rgb(197,208,245) instead hex code.

Text Font Color

.myTextColor { color: #C5D0F5; }

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

This text font color is #C5D0F5.


Background Color

.myBgColor { background-color: #C5D0F5; }

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

This div background color is #C5D0F5.


Border color

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

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

This div border color is #C5D0F5.


Opacity

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

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

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

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

This text has shadow with #C5D0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D0F5 on black background.


Color preview on white background

This text has color #C5D0F5 on white background.



Black color preview on #C5D0F5 background

This text has black color on #C5D0F5 background.


White color preview on #C5D0F5 background

This text has white color on #C5D0F5 background.