COLOR #C5DBED

HEX: #C5DBED RGB: (197,219,237)

Color info

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

RGB color model

#C5DBED color RGB value is (197,219,237).

RGB: (197,219,237) (77%, 86%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 237 of 255 = 93%

197
219
237

R + G + B ~ 85%. #C5DBED is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 219 + 237 = 653 (100%)
R 197 of 653 ~ 30.17%
G 219 of 653 ~ 33.54%
B 237 of 653 ~ 36.29'%

%30.17
%33.54
%36.29

CMYK color model

#C5DBED color CMYK value is (17,8,0,7).

  • cyan value is 16.88%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,8,0,7)
C17M8Y0K7 (17%, 8%, 0%, 7%)
(0.17 / 0.08 / 0.00 / 0.07)

CMYK percentages

%16.88
%7.59
%0
%7.06

Codes

Color #C5DBED in popluar color models

C5 DB ED
RGB 197 219 237
HSL 207° 52.63% 85.10%
HSB/HSV 207° 16.88% 92.94%
CMYK 16.88% 7.59% 0.00%
7.06%

Color #C5DBED in popluar number systems.

HEX C5 DB ED
Decimal 197 219 237
Binary 11000101 11011011 11101101
Octal 305 333 355

Shades and tints

Shades of #C5DBED

#C5DBED
(197,219,237)
#B4C8D8
(180,200,216)
#A3B5C3
(163,181,195)
#92A2AE
(146,162,174)
#818F99
(129,143,153)
#707C84
(112,124,132)
#5F696F
(95,105,111)
#4E565A
(78,86,90)
#3D4345
(61,67,69)
#2C3030
(44,48,48)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #C5DBED

#C5DBED
(197,219,237)
#CADEEE
(202,222,238)
#CFE1EF
(207,225,239)
#D4E4F0
(212,228,240)
#D9E7F1
(217,231,241)
#DEEAF2
(222,234,242)
#E3EDF3
(227,237,243)
#E8F0F4
(232,240,244)
#EDF3F5
(237,243,245)
#F2F6F6
(242,246,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBED; }

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

This text font color is #C5DBED.

Background Color

.myBgColor { background-color: #C5DBED; }

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

This div background color is #C5DBED.

Border color

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

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

This div border color is #C5DBED.

Opacity

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

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

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

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

This text has shadow with #C5DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DBED.

Preview

Color preview on black background

This text has color #C5DBED on black background.


Color preview on white background

This text has color #C5DBED on white background.


Black color preview on #C5DBED background

This text has black color on #C5DBED background.


White color preview on #C5DBED background

This text has white color on #C5DBED background.


Related colors

Complementary color

Complementary color for #hex is #3A2412.


I love getcolorcode.com

Triadic colors

1 #EDC5DB and #DBEDC5 with #C5DBED are triadic colors.

2 #EDDBC5 and #DBC5ED with #C5DBED are triadic colors.