COLOR #C0ECC7

HEX: #C0ECC7 RGB: (192,236,199)

Color info

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

RGB color model

#C0ECC7 color RGB value is (192,236,199).

RGB: (192,236,199) (75%, 93%, 78%)

RGB channels and saturation

R 192 of 255 = 75%
G 236 of 255 = 93%
B 199 of 255 = 78%

192
236
199

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

Portions of RGB colors in percentages

R + G + B = 192 + 236 + 199 = 627 (100%)
R 192 of 627 ~ 30.62%
G 236 of 627 ~ 37.64%
B 199 of 627 ~ 31.74'%

%30.62
%37.64
%31.74

CMYK color model

#C0ECC7 color CMYK value is (19,0,16,7).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 7.45%

CMYK: (19,0,16,7)
C19M0Y16K7 (19%, 0%, 16%, 7%)
(0.19 / 0.00 / 0.16 / 0.07)

CMYK percentages

%18.64
%0
%15.68
%7.45

Codes

Color #C0ECC7 in popluar color models

C0 EC C7
RGB 192 236 199
HSL 130° 53.66% 83.92%
HSB/HSV 130° 18.64% 92.55%
CMYK 18.64% 0.00% 15.68%
7.45%

Color #C0ECC7 in popluar number systems.

HEX C0 EC C7
Decimal 192 236 199
Binary 11000000 11101100 11000111
Octal 300 354 307

Shades and tints

Shades of #C0ECC7

#C0ECC7
(192,236,199)
#AFD7B5
(175,215,181)
#9EC2A3
(158,194,163)
#8DAD91
(141,173,145)
#7C987F
(124,152,127)
#6B836D
(107,131,109)
#5A6E5B
(90,110,91)
#495949
(73,89,73)
#384437
(56,68,55)
#272F25
(39,47,37)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #C0ECC7

#C0ECC7
(192,236,199)
#C5EDCC
(197,237,204)
#CAEED1
(202,238,209)
#CFEFD6
(207,239,214)
#D4F0DB
(212,240,219)
#D9F1E0
(217,241,224)
#DEF2E5
(222,242,229)
#E3F3EA
(227,243,234)
#E8F4EF
(232,244,239)
#EDF5F4
(237,245,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ECC7; }

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

This text font color is #C0ECC7.

Background Color

.myBgColor { background-color: #C0ECC7; }

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

This div background color is #C0ECC7.

Border color

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

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

This div border color is #C0ECC7.

Opacity

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

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

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

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

This text has shadow with #C0ECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0ECC7.

Preview

Color preview on black background

This text has color #C0ECC7 on black background.


Color preview on white background

This text has color #C0ECC7 on white background.


Black color preview on #C0ECC7 background

This text has black color on #C0ECC7 background.


White color preview on #C0ECC7 background

This text has white color on #C0ECC7 background.


Related colors

Complementary color

Complementary color for #hex is #3F1338.


I love getcolorcode.com

Triadic colors

1 #C7C0EC and #ECC7C0 with #C0ECC7 are triadic colors.

2 #C7ECC0 and #ECC0C7 with #C0ECC7 are triadic colors.