COLOR #C0EDD8

HEX: #C0EDD8 RGB: (192,237,216)

Color info

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

RGB color model

#C0EDD8 color RGB value is (192,237,216).

RGB: (192,237,216) (75%, 93%, 85%)

RGB channels and saturation

R 192 of 255 = 75%
G 237 of 255 = 93%
B 216 of 255 = 85%

192
237
216

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

Portions of RGB colors in percentages

R + G + B = 192 + 237 + 216 = 645 (100%)
R 192 of 645 ~ 29.77%
G 237 of 645 ~ 36.74%
B 216 of 645 ~ 33.49'%

%29.77
%36.74
%33.49

CMYK color model

#C0EDD8 color CMYK value is (19,0,9,7).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%

CMYK: (19,0,9,7)
C19M0Y9K7 (19%, 0%, 9%, 7%)
(0.19 / 0.00 / 0.09 / 0.07)

CMYK percentages

%18.99
%0
%8.86
%7.06

Codes

Color #C0EDD8 in popluar color models

C0 ED D8
RGB 192 237 216
HSL 152° 55.56% 84.12%
HSB/HSV 152° 18.99% 92.94%
CMYK 18.99% 0.00% 8.86%
7.06%

Color #C0EDD8 in popluar number systems.

HEX C0 ED D8
Decimal 192 237 216
Binary 11000000 11101101 11011000
Octal 300 355 330

Shades and tints

Shades of #C0EDD8

#C0EDD8
(192,237,216)
#AFD8C5
(175,216,197)
#9EC3B2
(158,195,178)
#8DAE9F
(141,174,159)
#7C998C
(124,153,140)
#6B8479
(107,132,121)
#5A6F66
(90,111,102)
#495A53
(73,90,83)
#384540
(56,69,64)
#27302D
(39,48,45)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #C0EDD8

#C0EDD8
(192,237,216)
#C5EEDB
(197,238,219)
#CAEFDE
(202,239,222)
#CFF0E1
(207,240,225)
#D4F1E4
(212,241,228)
#D9F2E7
(217,242,231)
#DEF3EA
(222,243,234)
#E3F4ED
(227,244,237)
#E8F5F0
(232,245,240)
#EDF6F3
(237,246,243)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EDD8 color. Also use rgb(192,237,216) instead hex code.

Text Font Color

.myTextColor { color: #C0EDD8; }

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

This text font color is #C0EDD8.

Background Color

.myBgColor { background-color: #C0EDD8; }

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

This div background color is #C0EDD8.

Border color

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

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

This div border color is #C0EDD8.

Opacity

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

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

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

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

This text has shadow with #C0EDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0EDD8.

Preview

Color preview on black background

This text has color #C0EDD8 on black background.


Color preview on white background

This text has color #C0EDD8 on white background.


Black color preview on #C0EDD8 background

This text has black color on #C0EDD8 background.


White color preview on #C0EDD8 background

This text has white color on #C0EDD8 background.


Related colors

Complementary color

Complementary color for #hex is #3F1227.


I love getcolorcode.com

Triadic colors

1 #D8C0ED and #EDD8C0 with #C0EDD8 are triadic colors.

2 #D8EDC0 and #EDC0D8 with #C0EDD8 are triadic colors.