COLOR #C5DBE1

HEX: #C5DBE1
RGB: (197,219,225)

Color info

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

RGB color model

#C5DBE1 color RGB value is (197,219,225).

  • red value is 197;
  • green value is 219;
  • blue value is 225.
RGB:
(197,219,225)
(77%,86%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 225 of 255 = 88%

197
219
225

R + G + B ~ 84%. #C5DBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 225 = 641 (100%)
R 197 of 641 ~ 30.73%
G 219 of 641 ~ 34.17%
B 225 of 641 ~ 35.1%

%30.73
%34.17
%35.1

CMYK color model

#C5DBE1 color CMYK value is (12,3,0,12).

  • cyan value is 12.44%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,3,0,12)
C12M3Y0K12 
(12%,3%,0%,12%)
(0.12/0.03/0.00/0.12)	

CMYK percentages

%12.44
%2.67
%0
%11.76

Codes

Color #C5DBE1 in popluar color models

C5DBE1
RGB197219225
HSL193°31.82%82.75%
HSB/HSV193°12.44%88.24%
CMYK12.44%2.67%0.00%
11.76%

Color #C5DBE1 in popluar number systems.

HEXC5DBE1
Decimal197219225
Binary110001011101101111100001
Octal305333341

Shades and tints

Shades of #C5DBE1

#C5DBE1
(197,219,225)
#B4C8CD
(180,200,205)
#A3B5B9
(163,181,185)
#92A2A5
(146,162,165)
#818F91
(129,143,145)
#707C7D
(112,124,125)
#5F6969
(95,105,105)
#4E5655
(78,86,85)
#3D4341
(61,67,65)
#2C302D
(44,48,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #C5DBE1

#C5DBE1
(197,219,225)
#CADEE3
(202,222,227)
#CFE1E5
(207,225,229)
#D4E4E7
(212,228,231)
#D9E7E9
(217,231,233)
#DEEAEB
(222,234,235)
#E3EDED
(227,237,237)
#E8F0EF
(232,240,239)
#EDF3F1
(237,243,241)
#F2F6F3
(242,246,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DBE1 color. Also use rgb(197,219,225) instead hex code.

Text Font Color

.myTextColor { color: #C5DBE1; }

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

This text font color is #C5DBE1.


Background Color

.myBgColor { background-color: #C5DBE1; }

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

This div background color is #C5DBE1.


Border color

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

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

This div border color is #C5DBE1.


Opacity

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

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

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

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

This text has shadow with #C5DBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBE1 on black background.


Color preview on white background

This text has color #C5DBE1 on white background.



Black color preview on #C5DBE1 background

This text has black color on #C5DBE1 background.


White color preview on #C5DBE1 background

This text has white color on #C5DBE1 background.