COLOR #C5EEDE

HEX: #C5EEDE RGB: (197,238,222)

Color info

#C5EEDE contains red, green and blue colors in about the same proportion. Web safe color of #C5EEDE is #CCFFCC (or #CFC).

RGB color model

#C5EEDE color RGB value is (197,238,222).

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

RGB channels and saturation

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

197
238
222

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

Portions of RGB colors in percentages

R + G + B = 197 + 238 + 222 = 657 (100%)
R 197 of 657 ~ 29.98%
G 238 of 657 ~ 36.23%
B 222 of 657 ~ 33.79'%

%29.98
%36.23
%33.79

CMYK color model

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

  • cyan value is 17.23%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK: (17,0,7,7) C17M0Y7K7 (17%,0%,7%,7%) (0.17/0.00/0.07/0.07) 

CMYK percentages

%17.23
%0
%6.72
%6.67

Codes

Color #C5EEDE in popluar color models

C5 EE DE
RGB 197 238 222
HSL 157° 54.67% 85.29%
HSB/HSV 157° 17.23% 93.33%
CMYK 17.23% 0.00% 6.72%
6.67%

Color #C5EEDE in popluar number systems.

HEX C5 EE DE
Decimal 197 238 222
Binary 11000101 11101110 11011110
Octal 305 356 336

Shades and tints

Shades of #C5EEDE

#C5EEDE
(197,238,222)
#B4D9CA
(180,217,202)
#A3C4B6
(163,196,182)
#92AFA2
(146,175,162)
#819A8E
(129,154,142)
#70857A
(112,133,122)
#5F7066
(95,112,102)
#4E5B52
(78,91,82)
#3D463E
(61,70,62)
#2C312A
(44,49,42)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #C5EEDE

#C5EEDE
(197,238,222)
#CAEFE1
(202,239,225)
#CFF0E4
(207,240,228)
#D4F1E7
(212,241,231)
#D9F2EA
(217,242,234)
#DEF3ED
(222,243,237)
#E3F4F0
(227,244,240)
#E8F5F3
(232,245,243)
#EDF6F6
(237,246,246)
#F2F7F9
(242,247,249)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EEDE; }

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

This text font color is #C5EEDE.

Background Color

.myBgColor { background-color: #C5EEDE; }

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

This div background color is #C5EEDE.

Border color

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

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

This div border color is #C5EEDE.

Opacity

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

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

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

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

This text has shadow with #C5EEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EEDE.

Preview

Color preview on black background

This text has color #C5EEDE on black background.


Color preview on white background

This text has color #C5EEDE on white background.


Black color preview on #C5EEDE background

This text has black color on #C5EEDE background.


White color preview on #C5EEDE background

This text has white color on #C5EEDE background.


Related colors

Complementary color

Complementary color for #hex is #3A1121.


I love getcolorcode.com

Triadic colors

1 #DEC5EE and #EEDEC5 with #C5EEDE are triadic colors.

2 #DEEEC5 and #EEC5DE with #C5EEDE are triadic colors.