COLOR #C8E9AF

HEX: #C8E9AF RGB: (200,233,175)

Color info

#C8E9AF contains red, green and blue colors in about the same proportion. Web safe color of #C8E9AF is #CCFF99 (or #CF9).

RGB color model

#C8E9AF color RGB value is (200,233,175).

RGB: (200,233,175) (78%, 91%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 233 of 255 = 91%
B 175 of 255 = 69%

200
233
175

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

Portions of RGB colors in percentages

R + G + B = 200 + 233 + 175 = 608 (100%)
R 200 of 608 ~ 32.89%
G 233 of 608 ~ 38.32%
B 175 of 608 ~ 28.78'%

%32.89
%38.32
%28.78

CMYK color model

#C8E9AF color CMYK value is (14,0,25,9).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%

CMYK: (14,0,25,9)
C14M0Y25K9 (14%, 0%, 25%, 9%)
(0.14 / 0.00 / 0.25 / 0.09)

CMYK percentages

%14.16
%0
%24.89
%8.63

Codes

Color #C8E9AF in popluar color models

C8 E9 AF
RGB 200 233 175
HSL 94° 56.86% 80.00%
HSB/HSV 94° 24.89% 91.37%
CMYK 14.16% 0.00% 24.89%
8.63%

Color #C8E9AF in popluar number systems.

HEX C8 E9 AF
Decimal 200 233 175
Binary 11001000 11101001 10101111
Octal 310 351 257

Shades and tints

Shades of #C8E9AF

#C8E9AF
(200,233,175)
#B6D4A0
(182,212,160)
#A4BF91
(164,191,145)
#92AA82
(146,170,130)
#809573
(128,149,115)
#6E8064
(110,128,100)
#5C6B55
(92,107,85)
#4A5646
(74,86,70)
#384137
(56,65,55)
#262C28
(38,44,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #C8E9AF

#C8E9AF
(200,233,175)
#CDEBB6
(205,235,182)
#D2EDBD
(210,237,189)
#D7EFC4
(215,239,196)
#DCF1CB
(220,241,203)
#E1F3D2
(225,243,210)
#E6F5D9
(230,245,217)
#EBF7E0
(235,247,224)
#F0F9E7
(240,249,231)
#F5FBEE
(245,251,238)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E9AF color. Also use rgb(200,233,175) instead hex code.

Text Font Color

.myTextColor { color: #C8E9AF; }

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

This text font color is #C8E9AF.

Background Color

.myBgColor { background-color: #C8E9AF; }

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

This div background color is #C8E9AF.

Border color

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

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

This div border color is #C8E9AF.

Opacity

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

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

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

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

This text has shadow with #C8E9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E9AF.

Preview

Color preview on black background

This text has color #C8E9AF on black background.


Color preview on white background

This text has color #C8E9AF on white background.


Black color preview on #C8E9AF background

This text has black color on #C8E9AF background.


White color preview on #C8E9AF background

This text has white color on #C8E9AF background.


Related colors

Complementary color

Complementary color for #hex is #371650.


I love getcolorcode.com

Triadic colors

1 #AFC8E9 and #E9AFC8 with #C8E9AF are triadic colors.

2 #AFE9C8 and #E9C8AF with #C8E9AF are triadic colors.