COLOR #C5DEED

HEX: #C5DEED RGB: (197,222,237)

Color info

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

RGB color model

#C5DEED color RGB value is (197,222,237).

RGB: (197,222,237) (77%, 87%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 237 of 255 = 93%

197
222
237

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

Portions of RGB colors in percentages

R + G + B = 197 + 222 + 237 = 656 (100%)
R 197 of 656 ~ 30.03%
G 222 of 656 ~ 33.84%
B 237 of 656 ~ 36.13'%

%30.03
%33.84
%36.13

CMYK color model

#C5DEED color CMYK value is (17,6,0,7).

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

CMYK: (17,6,0,7)
C17M6Y0K7 (17%, 6%, 0%, 7%)
(0.17 / 0.06 / 0.00 / 0.07)

CMYK percentages

%16.88
%6.33
%0
%7.06

Codes

Color #C5DEED in popluar color models

C5 DE ED
RGB 197 222 237
HSL 203° 52.63% 85.10%
HSB/HSV 203° 16.88% 92.94%
CMYK 16.88% 6.33% 0.00%
7.06%

Color #C5DEED in popluar number systems.

HEX C5 DE ED
Decimal 197 222 237
Binary 11000101 11011110 11101101
Octal 305 336 355

Shades and tints

Shades of #C5DEED

#C5DEED
(197,222,237)
#B4CAD8
(180,202,216)
#A3B6C3
(163,182,195)
#92A2AE
(146,162,174)
#818E99
(129,142,153)
#707A84
(112,122,132)
#5F666F
(95,102,111)
#4E525A
(78,82,90)
#3D3E45
(61,62,69)
#2C2A30
(44,42,48)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #C5DEED

#C5DEED
(197,222,237)
#CAE1EE
(202,225,238)
#CFE4EF
(207,228,239)
#D4E7F0
(212,231,240)
#D9EAF1
(217,234,241)
#DEEDF2
(222,237,242)
#E3F0F3
(227,240,243)
#E8F3F4
(232,243,244)
#EDF6F5
(237,246,245)
#F2F9F6
(242,249,246)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DEED; }

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

This text font color is #C5DEED.

Background Color

.myBgColor { background-color: #C5DEED; }

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

This div background color is #C5DEED.

Border color

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

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

This div border color is #C5DEED.

Opacity

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

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

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

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

This text has shadow with #C5DEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DEED.

Preview

Color preview on black background

This text has color #C5DEED on black background.


Color preview on white background

This text has color #C5DEED on white background.


Black color preview on #C5DEED background

This text has black color on #C5DEED background.


White color preview on #C5DEED background

This text has white color on #C5DEED background.


Related colors

Complementary color

Complementary color for #hex is #3A2112.


I love getcolorcode.com

Triadic colors

1 #EDC5DE and #DEEDC5 with #C5DEED are triadic colors.

2 #EDDEC5 and #DEC5ED with #C5DEED are triadic colors.