COLOR #C2E6BC

HEX: #C2E6BC RGB: (194,230,188)

Color info

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

RGB color model

#C2E6BC color RGB value is (194,230,188).

RGB: (194,230,188) (76%, 90%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 188 of 255 = 74%

194
230
188

R + G + B ~ 80%. #C2E6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 230 + 188 = 612 (100%)
R 194 of 612 ~ 31.7%
G 230 of 612 ~ 37.58%
B 188 of 612 ~ 30.72'%

%31.7
%37.58
%30.72

CMYK color model

#C2E6BC color CMYK value is (16,0,18,10).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 9.80%

CMYK: (16,0,18,10)
C16M0Y18K10 (16%, 0%, 18%, 10%)
(0.16 / 0.00 / 0.18 / 0.10)

CMYK percentages

%15.65
%0
%18.26
%9.8

Codes

Color #C2E6BC in popluar color models

C2 E6 BC
RGB 194 230 188
HSL 111° 45.65% 81.96%
HSB/HSV 111° 18.26% 90.20%
CMYK 15.65% 0.00% 18.26%
9.80%

Color #C2E6BC in popluar number systems.

HEX C2 E6 BC
Decimal 194 230 188
Binary 11000010 11100110 10111100
Octal 302 346 274

Shades and tints

Shades of #C2E6BC

#C2E6BC
(194,230,188)
#B1D2AB
(177,210,171)
#A0BE9A
(160,190,154)
#8FAA89
(143,170,137)
#7E9678
(126,150,120)
#6D8267
(109,130,103)
#5C6E56
(92,110,86)
#4B5A45
(75,90,69)
#3A4634
(58,70,52)
#293223
(41,50,35)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #C2E6BC

#C2E6BC
(194,230,188)
#C7E8C2
(199,232,194)
#CCEAC8
(204,234,200)
#D1ECCE
(209,236,206)
#D6EED4
(214,238,212)
#DBF0DA
(219,240,218)
#E0F2E0
(224,242,224)
#E5F4E6
(229,244,230)
#EAF6EC
(234,246,236)
#EFF8F2
(239,248,242)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E6BC color. Also use rgb(194,230,188) instead hex code.

Text Font Color

.myTextColor { color: #C2E6BC; }

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

This text font color is #C2E6BC.

Background Color

.myBgColor { background-color: #C2E6BC; }

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

This div background color is #C2E6BC.

Border color

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

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

This div border color is #C2E6BC.

Opacity

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

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

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

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

This text has shadow with #C2E6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E6BC.

Preview

Color preview on black background

This text has color #C2E6BC on black background.


Color preview on white background

This text has color #C2E6BC on white background.


Black color preview on #C2E6BC background

This text has black color on #C2E6BC background.


White color preview on #C2E6BC background

This text has white color on #C2E6BC background.


Related colors

Complementary color

Complementary color for #hex is #3D1943.


I love getcolorcode.com

Triadic colors

1 #BCC2E6 and #E6BCC2 with #C2E6BC are triadic colors.

2 #BCE6C2 and #E6C2BC with #C2E6BC are triadic colors.