COLOR #D8FF8D

HEX: #D8FF8D
RGB: (216,255,141)

Color info

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

RGB color model

#D8FF8D color RGB value is (216,255,141).

  • red value is 216;
  • green value is 255;
  • blue value is 141.
RGB:
(216,255,141)
(85%,100%,55%)

RGB channels and saturation

R 216 of 255 = 85%
G 255 of 255 = 100%
B 141 of 255 = 55%

216
255
141

R + G + B ~ 80%. #D8FF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 255 + 141 = 612 (100%)
R 216 of 612 ~ 35.29%
G 255 of 612 ~ 41.67%
B 141 of 612 ~ 23.04%

%35.29
%41.67
%23.04

CMYK color model

#D8FF8D color CMYK value is (15,0,45,0).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(15,0,45,0)
C15M0Y45K0 
(15%,0%,45%,0%)
(0.15/0.00/0.45/0.00)	

CMYK percentages

%15.29
%0
%44.71
%0

Codes

Color #D8FF8D in popluar color models

D8FF8D
RGB216255141
HSL81°100.00%77.65%
HSB/HSV81°44.71%100.00%
CMYK15.29%0.00%44.71%
0.00%

Color #D8FF8D in popluar number systems.

HEXD8FF8D
Decimal216255141
Binary110110001111111110001101
Octal330377215

Shades and tints

Shades of #D8FF8D

#D8FF8D
(216,255,141)
#C5E881
(197,232,129)
#B2D175
(178,209,117)
#9FBA69
(159,186,105)
#8CA35D
(140,163,93)
#798C51
(121,140,81)
#667545
(102,117,69)
#535E39
(83,94,57)
#40472D
(64,71,45)
#2D3021
(45,48,33)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #D8FF8D

#D8FF8D
(216,255,141)
#DBFF97
(219,255,151)
#DEFFA1
(222,255,161)
#E1FFAB
(225,255,171)
#E4FFB5
(228,255,181)
#E7FFBF
(231,255,191)
#EAFFC9
(234,255,201)
#EDFFD3
(237,255,211)
#F0FFDD
(240,255,221)
#F3FFE7
(243,255,231)
#F6FFF1
(246,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FF8D color. Also use rgb(216,255,141) instead hex code.

Text Font Color

.myTextColor { color: #D8FF8D; }

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

This text font color is #D8FF8D.


Background Color

.myBgColor { background-color: #D8FF8D; }

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

This div background color is #D8FF8D.


Border color

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

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

This div border color is #D8FF8D.


Opacity

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

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

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

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

This text has shadow with #D8FF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FF8D on black background.


Color preview on white background

This text has color #D8FF8D on white background.



Black color preview on #D8FF8D background

This text has black color on #D8FF8D background.


White color preview on #D8FF8D background

This text has white color on #D8FF8D background.