COLOR #C8F7AD

HEX: #C8F7AD
RGB: (200,247,173)

Color info

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

RGB color model

#C8F7AD color RGB value is (200,247,173).

  • red value is 200;
  • green value is 247;
  • blue value is 173.
RGB:
(200,247,173)
(78%,97%,68%)

RGB channels and saturation

R 200 of 255 = 78%
G 247 of 255 = 97%
B 173 of 255 = 68%

200
247
173

R + G + B ~ 81%. #C8F7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 247 + 173 = 620 (100%)
R 200 of 620 ~ 32.26%
G 247 of 620 ~ 39.84%
B 173 of 620 ~ 27.9%

%32.26
%39.84
%27.9

CMYK color model

#C8F7AD color CMYK value is (19,0,30,3).

  • cyan value is 19.03%
  • magenta value is 0.00%
  • yellow value is 29.96%
  • key color value is 3.14%
CMYK:
(19,0,30,3)
C19M0Y30K3 
(19%,0%,30%,3%)
(0.19/0.00/0.30/0.03)	

CMYK percentages

%19.03
%0
%29.96
%3.14

Codes

Color #C8F7AD in popluar color models

C8F7AD
RGB200247173
HSL98°82.22%82.35%
HSB/HSV98°29.96%96.86%
CMYK19.03%0.00%29.96%
3.14%

Color #C8F7AD in popluar number systems.

HEXC8F7AD
Decimal200247173
Binary110010001111011110101101
Octal310367255

Shades and tints

Shades of #C8F7AD

#C8F7AD
(200,247,173)
#B6E19E
(182,225,158)
#A4CB8F
(164,203,143)
#92B580
(146,181,128)
#809F71
(128,159,113)
#6E8962
(110,137,98)
#5C7353
(92,115,83)
#4A5D44
(74,93,68)
#384735
(56,71,53)
#263126
(38,49,38)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #C8F7AD

#C8F7AD
(200,247,173)
#CDF7B4
(205,247,180)
#D2F7BB
(210,247,187)
#D7F7C2
(215,247,194)
#DCF7C9
(220,247,201)
#E1F7D0
(225,247,208)
#E6F7D7
(230,247,215)
#EBF7DE
(235,247,222)
#F0F7E5
(240,247,229)
#F5F7EC
(245,247,236)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F7AD color. Also use rgb(200,247,173) instead hex code.

Text Font Color

.myTextColor { color: #C8F7AD; }

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

This text font color is #C8F7AD.


Background Color

.myBgColor { background-color: #C8F7AD; }

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

This div background color is #C8F7AD.


Border color

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

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

This div border color is #C8F7AD.


Opacity

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

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

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

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

This text has shadow with #C8F7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F7AD on black background.


Color preview on white background

This text has color #C8F7AD on white background.



Black color preview on #C8F7AD background

This text has black color on #C8F7AD background.


White color preview on #C8F7AD background

This text has white color on #C8F7AD background.