COLOR #C5DBFF

HEX: #C5DBFF
RGB: (197,219,255)

Color info

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

RGB color model

#C5DBFF color RGB value is (197,219,255).

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

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 255 of 255 = 100%

197
219
255

R + G + B ~ 88%. #C5DBFF is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 255 = 671 (100%)
R 197 of 671 ~ 29.36%
G 219 of 671 ~ 32.64%
B 255 of 671 ~ 38%

%29.36
%32.64
%38

CMYK color model

#C5DBFF color CMYK value is (23,14,0,0).

  • cyan value is 22.75%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(23,14,0,0)
C23M14Y0K0 
(23%,14%,0%,0%)
(0.23/0.14/0.00/0.00)	

CMYK percentages

%22.75
%14.12
%0
%0

Codes

Color #C5DBFF in popluar color models

C5DBFF
RGB197219255
HSL217°100.00%88.63%
HSB/HSV217°22.75%100.00%
CMYK22.75%14.12%0.00%
0.00%

Color #C5DBFF in popluar number systems.

HEXC5DBFF
Decimal197219255
Binary110001011101101111111111
Octal305333377

Shades and tints

Shades of #C5DBFF

#C5DBFF
(197,219,255)
#B4C8E8
(180,200,232)
#A3B5D1
(163,181,209)
#92A2BA
(146,162,186)
#818FA3
(129,143,163)
#707C8C
(112,124,140)
#5F6975
(95,105,117)
#4E565E
(78,86,94)
#3D4347
(61,67,71)
#2C3030
(44,48,48)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #C5DBFF

#C5DBFF
(197,219,255)
#CADEFF
(202,222,255)
#CFE1FF
(207,225,255)
#D4E4FF
(212,228,255)
#D9E7FF
(217,231,255)
#DEEAFF
(222,234,255)
#E3EDFF
(227,237,255)
#E8F0FF
(232,240,255)
#EDF3FF
(237,243,255)
#F2F6FF
(242,246,255)
#F7F9FF
(247,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBFF; }

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

This text font color is #C5DBFF.


Background Color

.myBgColor { background-color: #C5DBFF; }

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

This div background color is #C5DBFF.


Border color

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

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

This div border color is #C5DBFF.


Opacity

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

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

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

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

This text has shadow with #C5DBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBFF on black background.


Color preview on white background

This text has color #C5DBFF on white background.



Black color preview on #C5DBFF background

This text has black color on #C5DBFF background.


White color preview on #C5DBFF background

This text has white color on #C5DBFF background.