COLOR #C5E0DE

HEX: #C5E0DE RGB: (197,224,222)

Color info

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

RGB color model

#C5E0DE color RGB value is (197,224,222).

RGB: (197,224,222) (77%, 88%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 222 of 255 = 87%

197
224
222

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

Portions of RGB colors in percentages

R + G + B = 197 + 224 + 222 = 643 (100%)
R 197 of 643 ~ 30.64%
G 224 of 643 ~ 34.84%
B 222 of 643 ~ 34.53'%

%30.64
%34.84
%34.53

CMYK color model

#C5E0DE color CMYK value is (12,0,1,12).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK: (12,0,1,12) C12M0Y1K12 (12%,0%,1%,12%) (0.12/0.00/0.01/0.12) 

CMYK percentages

%12.05
%0
%0.89
%12.16

Codes

Color #C5E0DE in popluar color models

C5 E0 DE
RGB 197 224 222
HSL 176° 30.34% 82.55%
HSB/HSV 176° 12.05% 87.84%
CMYK 12.05% 0.00% 0.89%
12.16%

Color #C5E0DE in popluar number systems.

HEX C5 E0 DE
Decimal 197 224 222
Binary 11000101 11100000 11011110
Octal 305 340 336

Shades and tints

Shades of #C5E0DE

#C5E0DE
(197,224,222)
#B4CCCA
(180,204,202)
#A3B8B6
(163,184,182)
#92A4A2
(146,164,162)
#81908E
(129,144,142)
#707C7A
(112,124,122)
#5F6866
(95,104,102)
#4E5452
(78,84,82)
#3D403E
(61,64,62)
#2C2C2A
(44,44,42)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5E0DE

#C5E0DE
(197,224,222)
#CAE2E1
(202,226,225)
#CFE4E4
(207,228,228)
#D4E6E7
(212,230,231)
#D9E8EA
(217,232,234)
#DEEAED
(222,234,237)
#E3ECF0
(227,236,240)
#E8EEF3
(232,238,243)
#EDF0F6
(237,240,246)
#F2F2F9
(242,242,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E0DE; }

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

This text font color is #C5E0DE.

Background Color

.myBgColor { background-color: #C5E0DE; }

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

This div background color is #C5E0DE.

Border color

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

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

This div border color is #C5E0DE.

Opacity

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

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

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

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

This text has shadow with #C5E0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5E0DE.

Preview

Color preview on black background

This text has color #C5E0DE on black background.


Color preview on white background

This text has color #C5E0DE on white background.


Black color preview on #C5E0DE background

This text has black color on #C5E0DE background.


White color preview on #C5E0DE background

This text has white color on #C5E0DE background.


Related colors

Complementary color

Complementary color for #hex is #3A1F21.


I love getcolorcode.com

Triadic colors

1 #DEC5E0 and #E0DEC5 with #C5E0DE are triadic colors.

2 #DEE0C5 and #E0C5DE with #C5E0DE are triadic colors.