COLOR #C0E7D7

HEX: #C0E7D7 RGB: (192,231,215)

Color info

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

RGB color model

#C0E7D7 color RGB value is (192,231,215).

RGB: (192,231,215) (75%, 91%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 231 of 255 = 91%
B 215 of 255 = 84%

192
231
215

R + G + B ~ 83%. #C0E7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 231 + 215 = 638 (100%)
R 192 of 638 ~ 30.09%
G 231 of 638 ~ 36.21%
B 215 of 638 ~ 33.7'%

%30.09
%36.21
%33.7

CMYK color model

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

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK: (17,0,7,9) C17M0Y7K9 (17%,0%,7%,9%) (0.17/0.00/0.07/0.09) 

CMYK percentages

%16.88
%0
%6.93
%9.41

Codes

Color #C0E7D7 in popluar color models

C0 E7 D7
RGB 192 231 215
HSL 155° 44.83% 82.94%
HSB/HSV 155° 16.88% 90.59%
CMYK 16.88% 0.00% 6.93%
9.41%

Color #C0E7D7 in popluar number systems.

HEX C0 E7 D7
Decimal 192 231 215
Binary 11000000 11100111 11010111
Octal 300 347 327

Shades and tints

Shades of #C0E7D7

#C0E7D7
(192,231,215)
#AFD2C4
(175,210,196)
#9EBDB1
(158,189,177)
#8DA89E
(141,168,158)
#7C938B
(124,147,139)
#6B7E78
(107,126,120)
#5A6965
(90,105,101)
#495452
(73,84,82)
#383F3F
(56,63,63)
#272A2C
(39,42,44)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #C0E7D7

#C0E7D7
(192,231,215)
#C5E9DA
(197,233,218)
#CAEBDD
(202,235,221)
#CFEDE0
(207,237,224)
#D4EFE3
(212,239,227)
#D9F1E6
(217,241,230)
#DEF3E9
(222,243,233)
#E3F5EC
(227,245,236)
#E8F7EF
(232,247,239)
#EDF9F2
(237,249,242)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E7D7 color. Also use rgb(192,231,215) instead hex code.

Text Font Color

.myTextColor { color: #C0E7D7; }

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

This text font color is #C0E7D7.

Background Color

.myBgColor { background-color: #C0E7D7; }

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

This div background color is #C0E7D7.

Border color

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

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

This div border color is #C0E7D7.

Opacity

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

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

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

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

This text has shadow with #C0E7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E7D7.

Preview

Color preview on black background

This text has color #C0E7D7 on black background.


Color preview on white background

This text has color #C0E7D7 on white background.


Black color preview on #C0E7D7 background

This text has black color on #C0E7D7 background.


White color preview on #C0E7D7 background

This text has white color on #C0E7D7 background.


Related colors

Complementary color

Complementary color for #hex is #3F1828.


I love getcolorcode.com

Triadic colors

1 #D7C0E7 and #E7D7C0 with #C0E7D7 are triadic colors.

2 #D7E7C0 and #E7C0D7 with #C0E7D7 are triadic colors.