COLOR #C5D2E0

HEX: #C5D2E0
RGB: (197,210,224)

Color info

#C5D2E0 contains red, green and blue colors in about the same proportion. Web safe color of #C5D2E0 is #CCCCCC (or #CCC).

RGB color model

#C5D2E0 color RGB value is (197,210,224).

  • red value is 197;
  • green value is 210;
  • blue value is 224.
RGB:
(197,210,224)
(77%,82%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 224 of 255 = 88%

197
210
224

R + G + B ~ 82%. #C5D2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 224 = 631 (100%)
R 197 of 631 ~ 31.22%
G 210 of 631 ~ 33.28%
B 224 of 631 ~ 35.5%

%31.22
%33.28
%35.5

CMYK color model

#C5D2E0 color CMYK value is (12,6,0,12).

  • cyan value is 12.05%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,6,0,12)
C12M6Y0K12 
(12%,6%,0%,12%)
(0.12/0.06/0.00/0.12)	

CMYK percentages

%12.05
%6.25
%0
%12.16

Codes

Color #C5D2E0 in popluar color models

C5D2E0
RGB197210224
HSL211°30.34%82.55%
HSB/HSV211°12.05%87.84%
CMYK12.05%6.25%0.00%
12.16%

Color #C5D2E0 in popluar number systems.

HEXC5D2E0
Decimal197210224
Binary110001011101001011100000
Octal305322340

Shades and tints

Shades of #C5D2E0

#C5D2E0
(197,210,224)
#B4BFCC
(180,191,204)
#A3ACB8
(163,172,184)
#9299A4
(146,153,164)
#818690
(129,134,144)
#70737C
(112,115,124)
#5F6068
(95,96,104)
#4E4D54
(78,77,84)
#3D3A40
(61,58,64)
#2C272C
(44,39,44)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5D2E0

#C5D2E0
(197,210,224)
#CAD6E2
(202,214,226)
#CFDAE4
(207,218,228)
#D4DEE6
(212,222,230)
#D9E2E8
(217,226,232)
#DEE6EA
(222,230,234)
#E3EAEC
(227,234,236)
#E8EEEE
(232,238,238)
#EDF2F0
(237,242,240)
#F2F6F2
(242,246,242)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D2E0 color. Also use rgb(197,210,224) instead hex code.

Text Font Color

.myTextColor { color: #C5D2E0; }

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

This text font color is #C5D2E0.


Background Color

.myBgColor { background-color: #C5D2E0; }

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

This div background color is #C5D2E0.


Border color

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

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

This div border color is #C5D2E0.


Opacity

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

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

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

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

This text has shadow with #C5D2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2E0 on black background.


Color preview on white background

This text has color #C5D2E0 on white background.



Black color preview on #C5D2E0 background

This text has black color on #C5D2E0 background.


White color preview on #C5D2E0 background

This text has white color on #C5D2E0 background.