COLOR #C0EFD6

HEX: #C0EFD6
RGB: (192,239,214)

Color info

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

RGB color model

#C0EFD6 color RGB value is (192,239,214).

  • red value is 192;
  • green value is 239;
  • blue value is 214.
RGB:
(192,239,214)
(75%,94%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 239 of 255 = 94%
B 214 of 255 = 84%

192
239
214

R + G + B ~ 84%. #C0EFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 239 + 214 = 645 (100%)
R 192 of 645 ~ 29.77%
G 239 of 645 ~ 37.05%
B 214 of 645 ~ 33.18%

%29.77
%37.05
%33.18

CMYK color model

#C0EFD6 color CMYK value is (20,0,10,6).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(20,0,10,6)
C20M0Y10K6 
(20%,0%,10%,6%)
(0.20/0.00/0.10/0.06)	

CMYK percentages

%19.67
%0
%10.46
%6.27

Codes

Color #C0EFD6 in popluar color models

C0EFD6
RGB192239214
HSL148°59.49%84.51%
HSB/HSV148°19.67%93.73%
CMYK19.67%0.00%10.46%
6.27%

Color #C0EFD6 in popluar number systems.

HEXC0EFD6
Decimal192239214
Binary110000001110111111010110
Octal300357326

Shades and tints

Shades of #C0EFD6

#C0EFD6
(192,239,214)
#AFDAC3
(175,218,195)
#9EC5B0
(158,197,176)
#8DB09D
(141,176,157)
#7C9B8A
(124,155,138)
#6B8677
(107,134,119)
#5A7164
(90,113,100)
#495C51
(73,92,81)
#38473E
(56,71,62)
#27322B
(39,50,43)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #C0EFD6

#C0EFD6
(192,239,214)
#C5F0D9
(197,240,217)
#CAF1DC
(202,241,220)
#CFF2DF
(207,242,223)
#D4F3E2
(212,243,226)
#D9F4E5
(217,244,229)
#DEF5E8
(222,245,232)
#E3F6EB
(227,246,235)
#E8F7EE
(232,247,238)
#EDF8F1
(237,248,241)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EFD6 color. Also use rgb(192,239,214) instead hex code.

Text Font Color

.myTextColor { color: #C0EFD6; }

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

This text font color is #C0EFD6.


Background Color

.myBgColor { background-color: #C0EFD6; }

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

This div background color is #C0EFD6.


Border color

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

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

This div border color is #C0EFD6.


Opacity

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

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

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

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

This text has shadow with #C0EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0EFD6 on black background.


Color preview on white background

This text has color #C0EFD6 on white background.



Black color preview on #C0EFD6 background

This text has black color on #C0EFD6 background.


White color preview on #C0EFD6 background

This text has white color on #C0EFD6 background.