COLOR #D5FFAB

HEX: #D5FFAB
RGB: (213,255,171)

Color info

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

RGB color model

#D5FFAB color RGB value is (213,255,171).

  • red value is 213;
  • green value is 255;
  • blue value is 171.
RGB:
(213,255,171)
(84%,100%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 255 of 255 = 100%
B 171 of 255 = 67%

213
255
171

R + G + B ~ 84%. #D5FFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 255 + 171 = 639 (100%)
R 213 of 639 ~ 33.33%
G 255 of 639 ~ 39.91%
B 171 of 639 ~ 26.76%

%33.33
%39.91
%26.76

CMYK color model

#D5FFAB color CMYK value is (16,0,33,0).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(16,0,33,0)
C16M0Y33K0 
(16%,0%,33%,0%)
(0.16/0.00/0.33/0.00)	

CMYK percentages

%16.47
%0
%32.94
%0

Codes

Color #D5FFAB in popluar color models

D5FFAB
RGB213255171
HSL90°100.00%83.53%
HSB/HSV90°32.94%100.00%
CMYK16.47%0.00%32.94%
0.00%

Color #D5FFAB in popluar number systems.

HEXD5FFAB
Decimal213255171
Binary110101011111111110101011
Octal325377253

Shades and tints

Shades of #D5FFAB

#D5FFAB
(213,255,171)
#C2E89C
(194,232,156)
#AFD18D
(175,209,141)
#9CBA7E
(156,186,126)
#89A36F
(137,163,111)
#768C60
(118,140,96)
#637551
(99,117,81)
#505E42
(80,94,66)
#3D4733
(61,71,51)
#2A3024
(42,48,36)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5FFAB

#D5FFAB
(213,255,171)
#D8FFB2
(216,255,178)
#DBFFB9
(219,255,185)
#DEFFC0
(222,255,192)
#E1FFC7
(225,255,199)
#E4FFCE
(228,255,206)
#E7FFD5
(231,255,213)
#EAFFDC
(234,255,220)
#EDFFE3
(237,255,227)
#F0FFEA
(240,255,234)
#F3FFF1
(243,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FFAB color. Also use rgb(213,255,171) instead hex code.

Text Font Color

.myTextColor { color: #D5FFAB; }

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

This text font color is #D5FFAB.


Background Color

.myBgColor { background-color: #D5FFAB; }

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

This div background color is #D5FFAB.


Border color

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

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

This div border color is #D5FFAB.


Opacity

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

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

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

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

This text has shadow with #D5FFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FFAB on black background.


Color preview on white background

This text has color #D5FFAB on white background.



Black color preview on #D5FFAB background

This text has black color on #D5FFAB background.


White color preview on #D5FFAB background

This text has white color on #D5FFAB background.