COLOR #C0ECB1

HEX: #C0ECB1
RGB: (192,236,177)

Color info

#C0ECB1 contains red, green and blue colors in about the same proportion. Web safe color of #C0ECB1 is #CCFF99 (or #CF9).

RGB color model

#C0ECB1 color RGB value is (192,236,177).

  • red value is 192;
  • green value is 236;
  • blue value is 177.
RGB:
(192,236,177)
(75%,93%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 236 of 255 = 93%
B 177 of 255 = 69%

192
236
177

R + G + B ~ 79%. #C0ECB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 236 + 177 = 605 (100%)
R 192 of 605 ~ 31.74%
G 236 of 605 ~ 39.01%
B 177 of 605 ~ 29.26%

%31.74
%39.01
%29.26

CMYK color model

#C0ECB1 color CMYK value is (19,0,25,7).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 7.45%
CMYK:
(19,0,25,7)
C19M0Y25K7 
(19%,0%,25%,7%)
(0.19/0.00/0.25/0.07)	

CMYK percentages

%18.64
%0
%25
%7.45

Codes

Color #C0ECB1 in popluar color models

C0ECB1
RGB192236177
HSL105°60.82%80.98%
HSB/HSV105°25.00%92.55%
CMYK18.64%0.00%25.00%
7.45%

Color #C0ECB1 in popluar number systems.

HEXC0ECB1
Decimal192236177
Binary110000001110110010110001
Octal300354261

Shades and tints

Shades of #C0ECB1

#C0ECB1
(192,236,177)
#AFD7A1
(175,215,161)
#9EC291
(158,194,145)
#8DAD81
(141,173,129)
#7C9871
(124,152,113)
#6B8361
(107,131,97)
#5A6E51
(90,110,81)
#495941
(73,89,65)
#384431
(56,68,49)
#272F21
(39,47,33)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #C0ECB1

#C0ECB1
(192,236,177)
#C5EDB8
(197,237,184)
#CAEEBF
(202,238,191)
#CFEFC6
(207,239,198)
#D4F0CD
(212,240,205)
#D9F1D4
(217,241,212)
#DEF2DB
(222,242,219)
#E3F3E2
(227,243,226)
#E8F4E9
(232,244,233)
#EDF5F0
(237,245,240)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0ECB1 color. Also use rgb(192,236,177) instead hex code.

Text Font Color

.myTextColor { color: #C0ECB1; }

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

This text font color is #C0ECB1.


Background Color

.myBgColor { background-color: #C0ECB1; }

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

This div background color is #C0ECB1.


Border color

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

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

This div border color is #C0ECB1.


Opacity

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

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

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

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

This text has shadow with #C0ECB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ECB1 on black background.


Color preview on white background

This text has color #C0ECB1 on white background.



Black color preview on #C0ECB1 background

This text has black color on #C0ECB1 background.


White color preview on #C0ECB1 background

This text has white color on #C0ECB1 background.