COLOR #C0EEC6

HEX: #C0EEC6 RGB: (192,238,198)

Color info

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

RGB color model

#C0EEC6 color RGB value is (192,238,198).

RGB: (192,238,198) (75%, 93%, 78%)

RGB channels and saturation

R 192 of 255 = 75%
G 238 of 255 = 93%
B 198 of 255 = 78%

192
238
198

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

Portions of RGB colors in percentages

R + G + B = 192 + 238 + 198 = 628 (100%)
R 192 of 628 ~ 30.57%
G 238 of 628 ~ 37.9%
B 198 of 628 ~ 31.53'%

%30.57
%37.9
%31.53

CMYK color model

#C0EEC6 color CMYK value is (19,0,17,7).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 6.67%

CMYK: (19,0,17,7)
C19M0Y17K7 (19%, 0%, 17%, 7%)
(0.19 / 0.00 / 0.17 / 0.07)

CMYK percentages

%19.33
%0
%16.81
%6.67

Codes

Color #C0EEC6 in popluar color models

C0 EE C6
RGB 192 238 198
HSL 128° 57.50% 84.31%
HSB/HSV 128° 19.33% 93.33%
CMYK 19.33% 0.00% 16.81%
6.67%

Color #C0EEC6 in popluar number systems.

HEX C0 EE C6
Decimal 192 238 198
Binary 11000000 11101110 11000110
Octal 300 356 306

Shades and tints

Shades of #C0EEC6

#C0EEC6
(192,238,198)
#AFD9B4
(175,217,180)
#9EC4A2
(158,196,162)
#8DAF90
(141,175,144)
#7C9A7E
(124,154,126)
#6B856C
(107,133,108)
#5A705A
(90,112,90)
#495B48
(73,91,72)
#384636
(56,70,54)
#273124
(39,49,36)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #C0EEC6

#C0EEC6
(192,238,198)
#C5EFCB
(197,239,203)
#CAF0D0
(202,240,208)
#CFF1D5
(207,241,213)
#D4F2DA
(212,242,218)
#D9F3DF
(217,243,223)
#DEF4E4
(222,244,228)
#E3F5E9
(227,245,233)
#E8F6EE
(232,246,238)
#EDF7F3
(237,247,243)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EEC6 color. Also use rgb(192,238,198) instead hex code.

Text Font Color

.myTextColor { color: #C0EEC6; }

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

This text font color is #C0EEC6.

Background Color

.myBgColor { background-color: #C0EEC6; }

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

This div background color is #C0EEC6.

Border color

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

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

This div border color is #C0EEC6.

Opacity

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

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

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

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

This text has shadow with #C0EEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0EEC6.

Preview

Color preview on black background

This text has color #C0EEC6 on black background.


Color preview on white background

This text has color #C0EEC6 on white background.


Black color preview on #C0EEC6 background

This text has black color on #C0EEC6 background.


White color preview on #C0EEC6 background

This text has white color on #C0EEC6 background.


Related colors

Complementary color

Complementary color for #hex is #3F1139.


I love getcolorcode.com

Triadic colors

1 #C6C0EE and #EEC6C0 with #C0EEC6 are triadic colors.

2 #C6EEC0 and #EEC0C6 with #C0EEC6 are triadic colors.