COLOR #C0EBCC

HEX: #C0EBCC RGB: (192,235,204)

Color info

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

RGB color model

#C0EBCC color RGB value is (192,235,204).

RGB: (192,235,204) (75%, 92%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 235 of 255 = 92%
B 204 of 255 = 80%

192
235
204

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

Portions of RGB colors in percentages

R + G + B = 192 + 235 + 204 = 631 (100%)
R 192 of 631 ~ 30.43%
G 235 of 631 ~ 37.24%
B 204 of 631 ~ 32.33'%

%30.43
%37.24
%32.33

CMYK color model

#C0EBCC color CMYK value is (18,0,13,8).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%

CMYK: (18,0,13,8)
C18M0Y13K8 (18%, 0%, 13%, 8%)
(0.18 / 0.00 / 0.13 / 0.08)

CMYK percentages

%18.3
%0
%13.19
%7.84

Codes

Color #C0EBCC in popluar color models

C0 EB CC
RGB 192 235 204
HSL 137° 51.81% 83.73%
HSB/HSV 137° 18.30% 92.16%
CMYK 18.30% 0.00% 13.19%
7.84%

Color #C0EBCC in popluar number systems.

HEX C0 EB CC
Decimal 192 235 204
Binary 11000000 11101011 11001100
Octal 300 353 314

Shades and tints

Shades of #C0EBCC

#C0EBCC
(192,235,204)
#AFD6BA
(175,214,186)
#9EC1A8
(158,193,168)
#8DAC96
(141,172,150)
#7C9784
(124,151,132)
#6B8272
(107,130,114)
#5A6D60
(90,109,96)
#49584E
(73,88,78)
#38433C
(56,67,60)
#272E2A
(39,46,42)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #C0EBCC

#C0EBCC
(192,235,204)
#C5ECD0
(197,236,208)
#CAEDD4
(202,237,212)
#CFEED8
(207,238,216)
#D4EFDC
(212,239,220)
#D9F0E0
(217,240,224)
#DEF1E4
(222,241,228)
#E3F2E8
(227,242,232)
#E8F3EC
(232,243,236)
#EDF4F0
(237,244,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EBCC color. Also use rgb(192,235,204) instead hex code.

Text Font Color

.myTextColor { color: #C0EBCC; }

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

This text font color is #C0EBCC.

Background Color

.myBgColor { background-color: #C0EBCC; }

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

This div background color is #C0EBCC.

Border color

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

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

This div border color is #C0EBCC.

Opacity

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

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

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

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

This text has shadow with #C0EBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0EBCC.

Preview

Color preview on black background

This text has color #C0EBCC on black background.


Color preview on white background

This text has color #C0EBCC on white background.


Black color preview on #C0EBCC background

This text has black color on #C0EBCC background.


White color preview on #C0EBCC background

This text has white color on #C0EBCC background.


Related colors

Complementary color

Complementary color for #hex is #3F1433.


I love getcolorcode.com

Triadic colors

1 #CCC0EB and #EBCCC0 with #C0EBCC are triadic colors.

2 #CCEBC0 and #EBC0CC with #C0EBCC are triadic colors.