COLOR #C0E1DD

HEX: #C0E1DD
RGB: (192,225,221)

Color info

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

RGB color model

#C0E1DD color RGB value is (192,225,221).

  • red value is 192;
  • green value is 225;
  • blue value is 221.
RGB:
(192,225,221)
(75%,88%,87%)

RGB channels and saturation

R 192 of 255 = 75%
G 225 of 255 = 88%
B 221 of 255 = 87%

192
225
221

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

Portions of RGB colors in percentages

R + G + B =
192 + 225 + 221 = 638 (100%)
R 192 of 638 ~ 30.09%
G 225 of 638 ~ 35.27%
B 221 of 638 ~ 34.64%

%30.09
%35.27
%34.64

CMYK color model

#C0E1DD color CMYK value is (15,0,2,12).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(15,0,2,12)
C15M0Y2K12 
(15%,0%,2%,12%)
(0.15/0.00/0.02/0.12)	

CMYK percentages

%14.67
%0
%1.78
%11.76

Codes

Color #C0E1DD in popluar color models

C0E1DD
RGB192225221
HSL173°35.48%81.76%
HSB/HSV173°14.67%88.24%
CMYK14.67%0.00%1.78%
11.76%

Color #C0E1DD in popluar number systems.

HEXC0E1DD
Decimal192225221
Binary110000001110000111011101
Octal300341335

Shades and tints

Shades of #C0E1DD

#C0E1DD
(192,225,221)
#AFCDC9
(175,205,201)
#9EB9B5
(158,185,181)
#8DA5A1
(141,165,161)
#7C918D
(124,145,141)
#6B7D79
(107,125,121)
#5A6965
(90,105,101)
#495551
(73,85,81)
#38413D
(56,65,61)
#272D29
(39,45,41)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #C0E1DD

#C0E1DD
(192,225,221)
#C5E3E0
(197,227,224)
#CAE5E3
(202,229,227)
#CFE7E6
(207,231,230)
#D4E9E9
(212,233,233)
#D9EBEC
(217,235,236)
#DEEDEF
(222,237,239)
#E3EFF2
(227,239,242)
#E8F1F5
(232,241,245)
#EDF3F8
(237,243,248)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E1DD color. Also use rgb(192,225,221) instead hex code.

Text Font Color

.myTextColor { color: #C0E1DD; }

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

This text font color is #C0E1DD.


Background Color

.myBgColor { background-color: #C0E1DD; }

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

This div background color is #C0E1DD.


Border color

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

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

This div border color is #C0E1DD.


Opacity

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

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

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

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

This text has shadow with #C0E1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E1DD on black background.


Color preview on white background

This text has color #C0E1DD on white background.



Black color preview on #C0E1DD background

This text has black color on #C0E1DD background.


White color preview on #C0E1DD background

This text has white color on #C0E1DD background.