COLOR #C0E6B8

HEX: #C0E6B8 RGB: (192,230,184)

Color info

#C0E6B8 contains red, green and blue colors in about the same proportion. Web safe color of #C0E6B8 is #CCCCCC (or #CCC).

RGB color model

#C0E6B8 color RGB value is (192,230,184).

RGB: (192,230,184) (75%, 90%, 72%)

RGB channels and saturation

R 192 of 255 = 75%
G 230 of 255 = 90%
B 184 of 255 = 72%

192
230
184

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

Portions of RGB colors in percentages

R + G + B = 192 + 230 + 184 = 606 (100%)
R 192 of 606 ~ 31.68%
G 230 of 606 ~ 37.95%
B 184 of 606 ~ 30.36'%

%31.68
%37.95
%30.36

CMYK color model

#C0E6B8 color CMYK value is (17,0,20,10).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%

CMYK: (17,0,20,10)
C17M0Y20K10 (17%, 0%, 20%, 10%)
(0.17 / 0.00 / 0.20 / 0.10)

CMYK percentages

%16.52
%0
%20
%9.8

Codes

Color #C0E6B8 in popluar color models

C0 E6 B8
RGB 192 230 184
HSL 110° 47.92% 81.18%
HSB/HSV 110° 20.00% 90.20%
CMYK 16.52% 0.00% 20.00%
9.80%

Color #C0E6B8 in popluar number systems.

HEX C0 E6 B8
Decimal 192 230 184
Binary 11000000 11100110 10111000
Octal 300 346 270

Shades and tints

Shades of #C0E6B8

#C0E6B8
(192,230,184)
#AFD2A8
(175,210,168)
#9EBE98
(158,190,152)
#8DAA88
(141,170,136)
#7C9678
(124,150,120)
#6B8268
(107,130,104)
#5A6E58
(90,110,88)
#495A48
(73,90,72)
#384638
(56,70,56)
#273228
(39,50,40)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #C0E6B8

#C0E6B8
(192,230,184)
#C5E8BE
(197,232,190)
#CAEAC4
(202,234,196)
#CFECCA
(207,236,202)
#D4EED0
(212,238,208)
#D9F0D6
(217,240,214)
#DEF2DC
(222,242,220)
#E3F4E2
(227,244,226)
#E8F6E8
(232,246,232)
#EDF8EE
(237,248,238)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E6B8 color. Also use rgb(192,230,184) instead hex code.

Text Font Color

.myTextColor { color: #C0E6B8; }

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

This text font color is #C0E6B8.

Background Color

.myBgColor { background-color: #C0E6B8; }

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

This div background color is #C0E6B8.

Border color

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

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

This div border color is #C0E6B8.

Opacity

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

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

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

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

This text has shadow with #C0E6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E6B8.

Preview

Color preview on black background

This text has color #C0E6B8 on black background.


Color preview on white background

This text has color #C0E6B8 on white background.


Black color preview on #C0E6B8 background

This text has black color on #C0E6B8 background.


White color preview on #C0E6B8 background

This text has white color on #C0E6B8 background.


Related colors

Complementary color

Complementary color for #hex is #3F1947.


I love getcolorcode.com

Triadic colors

1 #B8C0E6 and #E6B8C0 with #C0E6B8 are triadic colors.

2 #B8E6C0 and #E6C0B8 with #C0E6B8 are triadic colors.