COLOR #C5D2E9

HEX: #C5D2E9
RGB: (197,210,233)

Color info

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

RGB color model

#C5D2E9 color RGB value is (197,210,233).

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

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 233 of 255 = 91%

197
210
233

R + G + B ~ 83%. #C5D2E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 233 = 640 (100%)
R 197 of 640 ~ 30.78%
G 210 of 640 ~ 32.81%
B 233 of 640 ~ 36.41%

%30.78
%32.81
%36.41

CMYK color model

#C5D2E9 color CMYK value is (15,10,0,9).

  • cyan value is 15.45%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,10,0,9)
C15M10Y0K9 
(15%,10%,0%,9%)
(0.15/0.10/0.00/0.09)	

CMYK percentages

%15.45
%9.87
%0
%8.63

Codes

Color #C5D2E9 in popluar color models

C5D2E9
RGB197210233
HSL218°45.00%84.31%
HSB/HSV218°15.45%91.37%
CMYK15.45%9.87%0.00%
8.63%

Color #C5D2E9 in popluar number systems.

HEXC5D2E9
Decimal197210233
Binary110001011101001011101001
Octal305322351

Shades and tints

Shades of #C5D2E9

#C5D2E9
(197,210,233)
#B4BFD4
(180,191,212)
#A3ACBF
(163,172,191)
#9299AA
(146,153,170)
#818695
(129,134,149)
#707380
(112,115,128)
#5F606B
(95,96,107)
#4E4D56
(78,77,86)
#3D3A41
(61,58,65)
#2C272C
(44,39,44)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5D2E9

#C5D2E9
(197,210,233)
#CAD6EB
(202,214,235)
#CFDAED
(207,218,237)
#D4DEEF
(212,222,239)
#D9E2F1
(217,226,241)
#DEE6F3
(222,230,243)
#E3EAF5
(227,234,245)
#E8EEF7
(232,238,247)
#EDF2F9
(237,242,249)
#F2F6FB
(242,246,251)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D2E9; }

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

This text font color is #C5D2E9.


Background Color

.myBgColor { background-color: #C5D2E9; }

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

This div background color is #C5D2E9.


Border color

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

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

This div border color is #C5D2E9.


Opacity

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

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

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

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

This text has shadow with #C5D2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2E9 on black background.


Color preview on white background

This text has color #C5D2E9 on white background.



Black color preview on #C5D2E9 background

This text has black color on #C5D2E9 background.


White color preview on #C5D2E9 background

This text has white color on #C5D2E9 background.