COLOR #C0EFDB

HEX: #C0EFDB
RGB: (192,239,219)

Color info

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

RGB color model

#C0EFDB color RGB value is (192,239,219).

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

RGB channels and saturation

R 192 of 255 = 75%
G 239 of 255 = 94%
B 219 of 255 = 86%

192
239
219

R + G + B ~ 85%. #C0EFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 239 + 219 = 650 (100%)
R 192 of 650 ~ 29.54%
G 239 of 650 ~ 36.77%
B 219 of 650 ~ 33.69%

%29.54
%36.77
%33.69

CMYK color model

#C0EFDB color CMYK value is (20,0,8,6).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(20,0,8,6)
C20M0Y8K6 
(20%,0%,8%,6%)
(0.20/0.00/0.08/0.06)	

CMYK percentages

%19.67
%0
%8.37
%6.27

Codes

Color #C0EFDB in popluar color models

C0EFDB
RGB192239219
HSL154°59.49%84.51%
HSB/HSV154°19.67%93.73%
CMYK19.67%0.00%8.37%
6.27%

Color #C0EFDB in popluar number systems.

HEXC0EFDB
Decimal192239219
Binary110000001110111111011011
Octal300357333

Shades and tints

Shades of #C0EFDB

#C0EFDB
(192,239,219)
#AFDAC8
(175,218,200)
#9EC5B5
(158,197,181)
#8DB0A2
(141,176,162)
#7C9B8F
(124,155,143)
#6B867C
(107,134,124)
#5A7169
(90,113,105)
#495C56
(73,92,86)
#384743
(56,71,67)
#273230
(39,50,48)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #C0EFDB

#C0EFDB
(192,239,219)
#C5F0DE
(197,240,222)
#CAF1E1
(202,241,225)
#CFF2E4
(207,242,228)
#D4F3E7
(212,243,231)
#D9F4EA
(217,244,234)
#DEF5ED
(222,245,237)
#E3F6F0
(227,246,240)
#E8F7F3
(232,247,243)
#EDF8F6
(237,248,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0EFDB; }

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

This text font color is #C0EFDB.


Background Color

.myBgColor { background-color: #C0EFDB; }

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

This div background color is #C0EFDB.


Border color

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

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

This div border color is #C0EFDB.


Opacity

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

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

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

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

This text has shadow with #C0EFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0EFDB on black background.


Color preview on white background

This text has color #C0EFDB on white background.



Black color preview on #C0EFDB background

This text has black color on #C0EFDB background.


White color preview on #C0EFDB background

This text has white color on #C0EFDB background.