COLOR #C0E2D5

HEX: #C0E2D5
RGB: (192,226,213)

Color info

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

RGB color model

#C0E2D5 color RGB value is (192,226,213).

  • red value is 192;
  • green value is 226;
  • blue value is 213.
RGB:
(192,226,213)
(75%,89%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 226 of 255 = 89%
B 213 of 255 = 84%

192
226
213

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

Portions of RGB colors in percentages

R + G + B =
192 + 226 + 213 = 631 (100%)
R 192 of 631 ~ 30.43%
G 226 of 631 ~ 35.82%
B 213 of 631 ~ 33.76%

%30.43
%35.82
%33.76

CMYK color model

#C0E2D5 color CMYK value is (15,0,6,11).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(15,0,6,11)
C15M0Y6K11 
(15%,0%,6%,11%)
(0.15/0.00/0.06/0.11)	

CMYK percentages

%15.04
%0
%5.75
%11.37

Codes

Color #C0E2D5 in popluar color models

C0E2D5
RGB192226213
HSL157°36.96%81.96%
HSB/HSV157°15.04%88.63%
CMYK15.04%0.00%5.75%
11.37%

Color #C0E2D5 in popluar number systems.

HEXC0E2D5
Decimal192226213
Binary110000001110001011010101
Octal300342325

Shades and tints

Shades of #C0E2D5

#C0E2D5
(192,226,213)
#AFCEC2
(175,206,194)
#9EBAAF
(158,186,175)
#8DA69C
(141,166,156)
#7C9289
(124,146,137)
#6B7E76
(107,126,118)
#5A6A63
(90,106,99)
#495650
(73,86,80)
#38423D
(56,66,61)
#272E2A
(39,46,42)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #C0E2D5

#C0E2D5
(192,226,213)
#C5E4D8
(197,228,216)
#CAE6DB
(202,230,219)
#CFE8DE
(207,232,222)
#D4EAE1
(212,234,225)
#D9ECE4
(217,236,228)
#DEEEE7
(222,238,231)
#E3F0EA
(227,240,234)
#E8F2ED
(232,242,237)
#EDF4F0
(237,244,240)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E2D5 color. Also use rgb(192,226,213) instead hex code.

Text Font Color

.myTextColor { color: #C0E2D5; }

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

This text font color is #C0E2D5.


Background Color

.myBgColor { background-color: #C0E2D5; }

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

This div background color is #C0E2D5.


Border color

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

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

This div border color is #C0E2D5.


Opacity

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

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

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

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

This text has shadow with #C0E2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E2D5 on black background.


Color preview on white background

This text has color #C0E2D5 on white background.



Black color preview on #C0E2D5 background

This text has black color on #C0E2D5 background.


White color preview on #C0E2D5 background

This text has white color on #C0E2D5 background.