COLOR #C2E6A7

HEX: #C2E6A7 RGB: (194,230,167)

Color info

#C2E6A7 contains mainly red and green colors. Web safe color of #C2E6A7 is #CCCC99 (or #CC9).

RGB color model

#C2E6A7 color RGB value is (194,230,167).

RGB: (194,230,167) (76%, 90%, 65%)

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 167 of 255 = 65%

194
230
167

R + G + B ~ 77%. #C2E6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 230 + 167 = 591 (100%)
R 194 of 591 ~ 32.83%
G 230 of 591 ~ 38.92%
B 167 of 591 ~ 28.26'%

%32.83
%38.92
%28.26

CMYK color model

#C2E6A7 color CMYK value is (16,0,27,10).

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

CMYK: (16,0,27,10)
C16M0Y27K10 (16%, 0%, 27%, 10%)
(0.16 / 0.00 / 0.27 / 0.10)

CMYK percentages

%15.65
%0
%27.39
%9.8

Codes

Color #C2E6A7 in popluar color models

C2 E6 A7
RGB 194 230 167
HSL 94° 55.75% 77.84%
HSB/HSV 94° 27.39% 90.20%
CMYK 15.65% 0.00% 27.39%
9.80%

Color #C2E6A7 in popluar number systems.

HEX C2 E6 A7
Decimal 194 230 167
Binary 11000010 11100110 10100111
Octal 302 346 247

Shades and tints

Shades of #C2E6A7

#C2E6A7
(194,230,167)
#B1D298
(177,210,152)
#A0BE89
(160,190,137)
#8FAA7A
(143,170,122)
#7E966B
(126,150,107)
#6D825C
(109,130,92)
#5C6E4D
(92,110,77)
#4B5A3E
(75,90,62)
#3A462F
(58,70,47)
#293220
(41,50,32)
#181E11
(24,30,17)
#000000
(0,0,0)

Tints of #C2E6A7

#C2E6A7
(194,230,167)
#C7E8AF
(199,232,175)
#CCEAB7
(204,234,183)
#D1ECBF
(209,236,191)
#D6EEC7
(214,238,199)
#DBF0CF
(219,240,207)
#E0F2D7
(224,242,215)
#E5F4DF
(229,244,223)
#EAF6E7
(234,246,231)
#EFF8EF
(239,248,239)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E6A7; }

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

This text font color is #C2E6A7.

Background Color

.myBgColor { background-color: #C2E6A7; }

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

This div background color is #C2E6A7.

Border color

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

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

This div border color is #C2E6A7.

Opacity

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

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

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

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

This text has shadow with #C2E6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E6A7.

Preview

Color preview on black background

This text has color #C2E6A7 on black background.


Color preview on white background

This text has color #C2E6A7 on white background.


Black color preview on #C2E6A7 background

This text has black color on #C2E6A7 background.


White color preview on #C2E6A7 background

This text has white color on #C2E6A7 background.


Related colors

Complementary color

Complementary color for #hex is #3D1958.


I love getcolorcode.com

Triadic colors

1 #A7C2E6 and #E6A7C2 with #C2E6A7 are triadic colors.

2 #A7E6C2 and #E6C2A7 with #C2E6A7 are triadic colors.