COLOR #C5EDCE

HEX: #C5EDCE RGB: (197,237,206)

Color info

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

RGB color model

#C5EDCE color RGB value is (197,237,206).

RGB: (197,237,206) (77%, 93%, 81%)

RGB channels and saturation

R 197 of 255 = 77%
G 237 of 255 = 93%
B 206 of 255 = 81%

197
237
206

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

Portions of RGB colors in percentages

R + G + B = 197 + 237 + 206 = 640 (100%)
R 197 of 640 ~ 30.78%
G 237 of 640 ~ 37.03%
B 206 of 640 ~ 32.19'%

%30.78
%37.03
%32.19

CMYK color model

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

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

CMYK: (17,0,13,7)
C17M0Y13K7 (17%, 0%, 13%, 7%)
(0.17 / 0.00 / 0.13 / 0.07)

CMYK percentages

%16.88
%0
%13.08
%7.06

Codes

Color #C5EDCE in popluar color models

C5 ED CE
RGB 197 237 206
HSL 134° 52.63% 85.10%
HSB/HSV 134° 16.88% 92.94%
CMYK 16.88% 0.00% 13.08%
7.06%

Color #C5EDCE in popluar number systems.

HEX C5 ED CE
Decimal 197 237 206
Binary 11000101 11101101 11001110
Octal 305 355 316

Shades and tints

Shades of #C5EDCE

#C5EDCE
(197,237,206)
#B4D8BC
(180,216,188)
#A3C3AA
(163,195,170)
#92AE98
(146,174,152)
#819986
(129,153,134)
#708474
(112,132,116)
#5F6F62
(95,111,98)
#4E5A50
(78,90,80)
#3D453E
(61,69,62)
#2C302C
(44,48,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #C5EDCE

#C5EDCE
(197,237,206)
#CAEED2
(202,238,210)
#CFEFD6
(207,239,214)
#D4F0DA
(212,240,218)
#D9F1DE
(217,241,222)
#DEF2E2
(222,242,226)
#E3F3E6
(227,243,230)
#E8F4EA
(232,244,234)
#EDF5EE
(237,245,238)
#F2F6F2
(242,246,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EDCE; }

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

This text font color is #C5EDCE.

Background Color

.myBgColor { background-color: #C5EDCE; }

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

This div background color is #C5EDCE.

Border color

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

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

This div border color is #C5EDCE.

Opacity

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

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

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

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

This text has shadow with #C5EDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EDCE.

Preview

Color preview on black background

This text has color #C5EDCE on black background.


Color preview on white background

This text has color #C5EDCE on white background.


Black color preview on #C5EDCE background

This text has black color on #C5EDCE background.


White color preview on #C5EDCE background

This text has white color on #C5EDCE background.


Related colors

Complementary color

Complementary color for #hex is #3A1231.


I love getcolorcode.com

Triadic colors

1 #CEC5ED and #EDCEC5 with #C5EDCE are triadic colors.

2 #CEEDC5 and #EDC5CE with #C5EDCE are triadic colors.