COLOR #C5D5E3

HEX: #C5D5E3
RGB: (197,213,227)

Color info

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

RGB color model

#C5D5E3 color RGB value is (197,213,227).

  • red value is 197;
  • green value is 213;
  • blue value is 227.
RGB:
(197,213,227)
(77%,84%,89%)

RGB channels and saturation

R 197 of 255 = 77%
G 213 of 255 = 84%
B 227 of 255 = 89%

197
213
227

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

Portions of RGB colors in percentages

R + G + B =
197 + 213 + 227 = 637 (100%)
R 197 of 637 ~ 30.93%
G 213 of 637 ~ 33.44%
B 227 of 637 ~ 35.64%

%30.93
%33.44
%35.64

CMYK color model

#C5D5E3 color CMYK value is (13,6,0,11).

  • cyan value is 13.22%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,6,0,11)
C13M6Y0K11 
(13%,6%,0%,11%)
(0.13/0.06/0.00/0.11)	

CMYK percentages

%13.22
%6.17
%0
%10.98

Codes

Color #C5D5E3 in popluar color models

C5D5E3
RGB197213227
HSL208°34.88%83.14%
HSB/HSV208°13.22%89.02%
CMYK13.22%6.17%0.00%
10.98%

Color #C5D5E3 in popluar number systems.

HEXC5D5E3
Decimal197213227
Binary110001011101010111100011
Octal305325343

Shades and tints

Shades of #C5D5E3

#C5D5E3
(197,213,227)
#B4C2CF
(180,194,207)
#A3AFBB
(163,175,187)
#929CA7
(146,156,167)
#818993
(129,137,147)
#70767F
(112,118,127)
#5F636B
(95,99,107)
#4E5057
(78,80,87)
#3D3D43
(61,61,67)
#2C2A2F
(44,42,47)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #C5D5E3

#C5D5E3
(197,213,227)
#CAD8E5
(202,216,229)
#CFDBE7
(207,219,231)
#D4DEE9
(212,222,233)
#D9E1EB
(217,225,235)
#DEE4ED
(222,228,237)
#E3E7EF
(227,231,239)
#E8EAF1
(232,234,241)
#EDEDF3
(237,237,243)
#F2F0F5
(242,240,245)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D5E3 color. Also use rgb(197,213,227) instead hex code.

Text Font Color

.myTextColor { color: #C5D5E3; }

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

This text font color is #C5D5E3.


Background Color

.myBgColor { background-color: #C5D5E3; }

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

This div background color is #C5D5E3.


Border color

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

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

This div border color is #C5D5E3.


Opacity

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

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

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

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

This text has shadow with #C5D5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D5E3 on black background.


Color preview on white background

This text has color #C5D5E3 on white background.



Black color preview on #C5D5E3 background

This text has black color on #C5D5E3 background.


White color preview on #C5D5E3 background

This text has white color on #C5D5E3 background.