COLOR #C8E7A3

HEX: #C8E7A3 RGB: (200,231,163)

Color info

#C8E7A3 contains mainly red and green colors. Web safe color of #C8E7A3 is #CCFF99 (or #CF9).

RGB color model

#C8E7A3 color RGB value is (200,231,163).

RGB: (200,231,163) (78%, 91%, 64%)

RGB channels and saturation

R 200 of 255 = 78%
G 231 of 255 = 91%
B 163 of 255 = 64%

200
231
163

R + G + B ~ 78%. #C8E7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 231 + 163 = 594 (100%)
R 200 of 594 ~ 33.67%
G 231 of 594 ~ 38.89%
B 163 of 594 ~ 27.44'%

%33.67
%38.89
%27.44

CMYK color model

#C8E7A3 color CMYK value is (13,0,29,9).

  • cyan value is 13.42%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 9.41%

CMYK: (13,0,29,9)
C13M0Y29K9 (13%, 0%, 29%, 9%)
(0.13 / 0.00 / 0.29 / 0.09)

CMYK percentages

%13.42
%0
%29.44
%9.41

Codes

Color #C8E7A3 in popluar color models

C8 E7 A3
RGB 200 231 163
HSL 87° 58.62% 77.25%
HSB/HSV 87° 29.44% 90.59%
CMYK 13.42% 0.00% 29.44%
9.41%

Color #C8E7A3 in popluar number systems.

HEX C8 E7 A3
Decimal 200 231 163
Binary 11001000 11100111 10100011
Octal 310 347 243

Shades and tints

Shades of #C8E7A3

#C8E7A3
(200,231,163)
#B6D295
(182,210,149)
#A4BD87
(164,189,135)
#92A879
(146,168,121)
#80936B
(128,147,107)
#6E7E5D
(110,126,93)
#5C694F
(92,105,79)
#4A5441
(74,84,65)
#383F33
(56,63,51)
#262A25
(38,42,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8E7A3

#C8E7A3
(200,231,163)
#CDE9AB
(205,233,171)
#D2EBB3
(210,235,179)
#D7EDBB
(215,237,187)
#DCEFC3
(220,239,195)
#E1F1CB
(225,241,203)
#E6F3D3
(230,243,211)
#EBF5DB
(235,245,219)
#F0F7E3
(240,247,227)
#F5F9EB
(245,249,235)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E7A3 color. Also use rgb(200,231,163) instead hex code.

Text Font Color

.myTextColor { color: #C8E7A3; }

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

This text font color is #C8E7A3.

Background Color

.myBgColor { background-color: #C8E7A3; }

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

This div background color is #C8E7A3.

Border color

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

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

This div border color is #C8E7A3.

Opacity

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

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

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

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

This text has shadow with #C8E7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E7A3.

Preview

Color preview on black background

This text has color #C8E7A3 on black background.


Color preview on white background

This text has color #C8E7A3 on white background.


Black color preview on #C8E7A3 background

This text has black color on #C8E7A3 background.


White color preview on #C8E7A3 background

This text has white color on #C8E7A3 background.


Related colors

Complementary color

Complementary color for #hex is #37185C.


I love getcolorcode.com

Triadic colors

1 #A3C8E7 and #E7A3C8 with #C8E7A3 are triadic colors.

2 #A3E7C8 and #E7C8A3 with #C8E7A3 are triadic colors.