COLOR #C5DBF2

HEX: #C5DBF2
RGB: (197,219,242)

Color info

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

RGB color model

#C5DBF2 color RGB value is (197,219,242).

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

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 242 of 255 = 95%

197
219
242

R + G + B ~ 86%. #C5DBF2 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 242 = 658 (100%)
R 197 of 658 ~ 29.94%
G 219 of 658 ~ 33.28%
B 242 of 658 ~ 36.78%

%29.94
%33.28
%36.78

CMYK color model

#C5DBF2 color CMYK value is (19,10,0,5).

  • cyan value is 18.60%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(19,10,0,5)
C19M10Y0K5 
(19%,10%,0%,5%)
(0.19/0.10/0.00/0.05)	

CMYK percentages

%18.6
%9.5
%0
%5.1

Codes

Color #C5DBF2 in popluar color models

C5DBF2
RGB197219242
HSL211°63.38%86.08%
HSB/HSV211°18.60%94.90%
CMYK18.60%9.50%0.00%
5.10%

Color #C5DBF2 in popluar number systems.

HEXC5DBF2
Decimal197219242
Binary110001011101101111110010
Octal305333362

Shades and tints

Shades of #C5DBF2

#C5DBF2
(197,219,242)
#B4C8DC
(180,200,220)
#A3B5C6
(163,181,198)
#92A2B0
(146,162,176)
#818F9A
(129,143,154)
#707C84
(112,124,132)
#5F696E
(95,105,110)
#4E5658
(78,86,88)
#3D4342
(61,67,66)
#2C302C
(44,48,44)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #C5DBF2

#C5DBF2
(197,219,242)
#CADEF3
(202,222,243)
#CFE1F4
(207,225,244)
#D4E4F5
(212,228,245)
#D9E7F6
(217,231,246)
#DEEAF7
(222,234,247)
#E3EDF8
(227,237,248)
#E8F0F9
(232,240,249)
#EDF3FA
(237,243,250)
#F2F6FB
(242,246,251)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBF2; }

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

This text font color is #C5DBF2.


Background Color

.myBgColor { background-color: #C5DBF2; }

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

This div background color is #C5DBF2.


Border color

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

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

This div border color is #C5DBF2.


Opacity

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

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

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

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

This text has shadow with #C5DBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBF2 on black background.


Color preview on white background

This text has color #C5DBF2 on white background.



Black color preview on #C5DBF2 background

This text has black color on #C5DBF2 background.


White color preview on #C5DBF2 background

This text has white color on #C5DBF2 background.