COLOR #C0E4C3

HEX: #C0E4C3
RGB: (192,228,195)

Color info

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

RGB color model

#C0E4C3 color RGB value is (192,228,195).

  • red value is 192;
  • green value is 228;
  • blue value is 195.
RGB:
(192,228,195)
(75%,89%,76%)

RGB channels and saturation

R 192 of 255 = 75%
G 228 of 255 = 89%
B 195 of 255 = 76%

192
228
195

R + G + B ~ 80%. #C0E4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 228 + 195 = 615 (100%)
R 192 of 615 ~ 31.22%
G 228 of 615 ~ 37.07%
B 195 of 615 ~ 31.71%

%31.22
%37.07
%31.71

CMYK color model

#C0E4C3 color CMYK value is (16,0,14,11).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 10.59%
CMYK:
(16,0,14,11)
C16M0Y14K11 
(16%,0%,14%,11%)
(0.16/0.00/0.14/0.11)	

CMYK percentages

%15.79
%0
%14.47
%10.59

Codes

Color #C0E4C3 in popluar color models

C0E4C3
RGB192228195
HSL125°40.00%82.35%
HSB/HSV125°15.79%89.41%
CMYK15.79%0.00%14.47%
10.59%

Color #C0E4C3 in popluar number systems.

HEXC0E4C3
Decimal192228195
Binary110000001110010011000011
Octal300344303

Shades and tints

Shades of #C0E4C3

#C0E4C3
(192,228,195)
#AFD0B2
(175,208,178)
#9EBCA1
(158,188,161)
#8DA890
(141,168,144)
#7C947F
(124,148,127)
#6B806E
(107,128,110)
#5A6C5D
(90,108,93)
#49584C
(73,88,76)
#38443B
(56,68,59)
#27302A
(39,48,42)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #C0E4C3

#C0E4C3
(192,228,195)
#C5E6C8
(197,230,200)
#CAE8CD
(202,232,205)
#CFEAD2
(207,234,210)
#D4ECD7
(212,236,215)
#D9EEDC
(217,238,220)
#DEF0E1
(222,240,225)
#E3F2E6
(227,242,230)
#E8F4EB
(232,244,235)
#EDF6F0
(237,246,240)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E4C3 color. Also use rgb(192,228,195) instead hex code.

Text Font Color

.myTextColor { color: #C0E4C3; }

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

This text font color is #C0E4C3.


Background Color

.myBgColor { background-color: #C0E4C3; }

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

This div background color is #C0E4C3.


Border color

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

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

This div border color is #C0E4C3.


Opacity

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

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

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

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

This text has shadow with #C0E4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E4C3 on black background.


Color preview on white background

This text has color #C0E4C3 on white background.



Black color preview on #C0E4C3 background

This text has black color on #C0E4C3 background.


White color preview on #C0E4C3 background

This text has white color on #C0E4C3 background.