COLOR #C0E5CD

HEX: #C0E5CD RGB: (192,229,205)

Color info

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

RGB color model

#C0E5CD color RGB value is (192,229,205).

RGB: (192,229,205) (75%, 90%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 229 of 255 = 90%
B 205 of 255 = 80%

192
229
205

R + G + B ~ 82%. #C0E5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 229 + 205 = 626 (100%)
R 192 of 626 ~ 30.67%
G 229 of 626 ~ 36.58%
B 205 of 626 ~ 32.75'%

%30.67
%36.58
%32.75

CMYK color model

#C0E5CD color CMYK value is (16,0,10,10).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%

CMYK: (16,0,10,10)
C16M0Y10K10 (16%, 0%, 10%, 10%)
(0.16 / 0.00 / 0.10 / 0.10)

CMYK percentages

%16.16
%0
%10.48
%10.2

Codes

Color #C0E5CD in popluar color models

C0 E5 CD
RGB 192 229 205
HSL 141° 41.57% 82.55%
HSB/HSV 141° 16.16% 89.80%
CMYK 16.16% 0.00% 10.48%
10.20%

Color #C0E5CD in popluar number systems.

HEX C0 E5 CD
Decimal 192 229 205
Binary 11000000 11100101 11001101
Octal 300 345 315

Shades and tints

Shades of #C0E5CD

#C0E5CD
(192,229,205)
#AFD1BB
(175,209,187)
#9EBDA9
(158,189,169)
#8DA997
(141,169,151)
#7C9585
(124,149,133)
#6B8173
(107,129,115)
#5A6D61
(90,109,97)
#49594F
(73,89,79)
#38453D
(56,69,61)
#27312B
(39,49,43)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #C0E5CD

#C0E5CD
(192,229,205)
#C5E7D1
(197,231,209)
#CAE9D5
(202,233,213)
#CFEBD9
(207,235,217)
#D4EDDD
(212,237,221)
#D9EFE1
(217,239,225)
#DEF1E5
(222,241,229)
#E3F3E9
(227,243,233)
#E8F5ED
(232,245,237)
#EDF7F1
(237,247,241)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E5CD color. Also use rgb(192,229,205) instead hex code.

Text Font Color

.myTextColor { color: #C0E5CD; }

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

This text font color is #C0E5CD.

Background Color

.myBgColor { background-color: #C0E5CD; }

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

This div background color is #C0E5CD.

Border color

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

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

This div border color is #C0E5CD.

Opacity

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

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

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

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

This text has shadow with #C0E5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E5CD.

Preview

Color preview on black background

This text has color #C0E5CD on black background.


Color preview on white background

This text has color #C0E5CD on white background.


Black color preview on #C0E5CD background

This text has black color on #C0E5CD background.


White color preview on #C0E5CD background

This text has white color on #C0E5CD background.


Related colors

Complementary color

Complementary color for #hex is #3F1A32.


I love getcolorcode.com

Triadic colors

1 #CDC0E5 and #E5CDC0 with #C0E5CD are triadic colors.

2 #CDE5C0 and #E5C0CD with #C0E5CD are triadic colors.