COLOR #C8E6A1

HEX: #C8E6A1 RGB: (200,230,161)

Color info

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

RGB color model

#C8E6A1 color RGB value is (200,230,161).

RGB: (200,230,161) (78%, 90%, 63%)

RGB channels and saturation

R 200 of 255 = 78%
G 230 of 255 = 90%
B 161 of 255 = 63%

200
230
161

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

Portions of RGB colors in percentages

R + G + B = 200 + 230 + 161 = 591 (100%)
R 200 of 591 ~ 33.84%
G 230 of 591 ~ 38.92%
B 161 of 591 ~ 27.24'%

%33.84
%38.92
%27.24

CMYK color model

#C8E6A1 color CMYK value is (13,0,30,10).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 9.80%

CMYK: (13,0,30,10)
C13M0Y30K10 (13%, 0%, 30%, 10%)
(0.13 / 0.00 / 0.30 / 0.10)

CMYK percentages

%13.04
%0
%30
%9.8

Codes

Color #C8E6A1 in popluar color models

C8 E6 A1
RGB 200 230 161
HSL 86° 57.98% 76.67%
HSB/HSV 86° 30.00% 90.20%
CMYK 13.04% 0.00% 30.00%
9.80%

Color #C8E6A1 in popluar number systems.

HEX C8 E6 A1
Decimal 200 230 161
Binary 11001000 11100110 10100001
Octal 310 346 241

Shades and tints

Shades of #C8E6A1

#C8E6A1
(200,230,161)
#B6D293
(182,210,147)
#A4BE85
(164,190,133)
#92AA77
(146,170,119)
#809669
(128,150,105)
#6E825B
(110,130,91)
#5C6E4D
(92,110,77)
#4A5A3F
(74,90,63)
#384631
(56,70,49)
#263223
(38,50,35)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #C8E6A1

#C8E6A1
(200,230,161)
#CDE8A9
(205,232,169)
#D2EAB1
(210,234,177)
#D7ECB9
(215,236,185)
#DCEEC1
(220,238,193)
#E1F0C9
(225,240,201)
#E6F2D1
(230,242,209)
#EBF4D9
(235,244,217)
#F0F6E1
(240,246,225)
#F5F8E9
(245,248,233)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E6A1 color. Also use rgb(200,230,161) instead hex code.

Text Font Color

.myTextColor { color: #C8E6A1; }

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

This text font color is #C8E6A1.

Background Color

.myBgColor { background-color: #C8E6A1; }

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

This div background color is #C8E6A1.

Border color

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

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

This div border color is #C8E6A1.

Opacity

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

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

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

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

This text has shadow with #C8E6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E6A1.

Preview

Color preview on black background

This text has color #C8E6A1 on black background.


Color preview on white background

This text has color #C8E6A1 on white background.


Black color preview on #C8E6A1 background

This text has black color on #C8E6A1 background.


White color preview on #C8E6A1 background

This text has white color on #C8E6A1 background.


Related colors

Complementary color

Complementary color for #hex is #37195E.


I love getcolorcode.com

Triadic colors

1 #A1C8E6 and #E6A1C8 with #C8E6A1 are triadic colors.

2 #A1E6C8 and #E6C8A1 with #C8E6A1 are triadic colors.