COLOR #C0E3D4

HEX: #C0E3D4
RGB: (192,227,212)

Color info

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

RGB color model

#C0E3D4 color RGB value is (192,227,212).

  • red value is 192;
  • green value is 227;
  • blue value is 212.
RGB:
(192,227,212)
(75%,89%,83%)

RGB channels and saturation

R 192 of 255 = 75%
G 227 of 255 = 89%
B 212 of 255 = 83%

192
227
212

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

Portions of RGB colors in percentages

R + G + B =
192 + 227 + 212 = 631 (100%)
R 192 of 631 ~ 30.43%
G 227 of 631 ~ 35.97%
B 212 of 631 ~ 33.6%

%30.43
%35.97
%33.6

CMYK color model

#C0E3D4 color CMYK value is (15,0,7,11).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 10.98%
CMYK:
(15,0,7,11)
C15M0Y7K11 
(15%,0%,7%,11%)
(0.15/0.00/0.07/0.11)	

CMYK percentages

%15.42
%0
%6.61
%10.98

Codes

Color #C0E3D4 in popluar color models

C0E3D4
RGB192227212
HSL154°38.46%82.16%
HSB/HSV154°15.42%89.02%
CMYK15.42%0.00%6.61%
10.98%

Color #C0E3D4 in popluar number systems.

HEXC0E3D4
Decimal192227212
Binary110000001110001111010100
Octal300343324

Shades and tints

Shades of #C0E3D4

#C0E3D4
(192,227,212)
#AFCFC1
(175,207,193)
#9EBBAE
(158,187,174)
#8DA79B
(141,167,155)
#7C9388
(124,147,136)
#6B7F75
(107,127,117)
#5A6B62
(90,107,98)
#49574F
(73,87,79)
#38433C
(56,67,60)
#272F29
(39,47,41)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #C0E3D4

#C0E3D4
(192,227,212)
#C5E5D7
(197,229,215)
#CAE7DA
(202,231,218)
#CFE9DD
(207,233,221)
#D4EBE0
(212,235,224)
#D9EDE3
(217,237,227)
#DEEFE6
(222,239,230)
#E3F1E9
(227,241,233)
#E8F3EC
(232,243,236)
#EDF5EF
(237,245,239)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E3D4 color. Also use rgb(192,227,212) instead hex code.

Text Font Color

.myTextColor { color: #C0E3D4; }

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

This text font color is #C0E3D4.


Background Color

.myBgColor { background-color: #C0E3D4; }

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

This div background color is #C0E3D4.


Border color

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

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

This div border color is #C0E3D4.


Opacity

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

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

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

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

This text has shadow with #C0E3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E3D4 on black background.


Color preview on white background

This text has color #C0E3D4 on white background.



Black color preview on #C0E3D4 background

This text has black color on #C0E3D4 background.


White color preview on #C0E3D4 background

This text has white color on #C0E3D4 background.