COLOR #D5F5A8

HEX: #D5F5A8
RGB: (213,245,168)

Color info

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

RGB color model

#D5F5A8 color RGB value is (213,245,168).

  • red value is 213;
  • green value is 245;
  • blue value is 168.
RGB: (213,245,168) (84%,96%,66%)

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 168 of 255 = 66%

213
245
168

R + G + B ~ 82%. #D5F5A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 168 = 626 (100%)
R 213 of 626 ~ 34.03%
G 245 of 626 ~ 39.14%
B 168 of 626 ~ 26.84%

%34.03
%39.14
%26.84

CMYK color model

#D5F5A8 color CMYK value is (13,0,31,4).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 3.92%
CMYK: (13,0,31,4) C13M0Y31K4 (13%,0%,31%,4%) (0.13/0.00/0.31/0.04)

CMYK percentages

%13.06
%0
%31.43
%3.92

Codes

Color #D5F5A8 in popluar color models

D5F5A8
RGB213245168
HSL85°79.38%80.98%
HSB/HSV85°31.43%96.08%
CMYK13.06%0.00%31.43%
3.92%

Color #D5F5A8 in popluar number systems.

HEXD5F5A8
Decimal213245168
Binary110101011111010110101000
Octal325365250

Shades and tints

Shades of #D5F5A8

#D5F5A8
(213,245,168)
#C2DF99
(194,223,153)
#AFC98A
(175,201,138)
#9CB37B
(156,179,123)
#899D6C
(137,157,108)
#76875D
(118,135,93)
#63714E
(99,113,78)
#505B3F
(80,91,63)
#3D4530
(61,69,48)
#2A2F21
(42,47,33)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #D5F5A8

#D5F5A8
(213,245,168)
#D8F5AF
(216,245,175)
#DBF5B6
(219,245,182)
#DEF5BD
(222,245,189)
#E1F5C4
(225,245,196)
#E4F5CB
(228,245,203)
#E7F5D2
(231,245,210)
#EAF5D9
(234,245,217)
#EDF5E0
(237,245,224)
#F0F5E7
(240,245,231)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F5A8 color. Also use rgb(213,245,168) instead hex code.

Text Font Color

.myTextColor { color: #D5F5A8; }

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

This text font color is #D5F5A8.


Background Color

.myBgColor { background-color: #D5F5A8; }

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

This div background color is #D5F5A8.


Border color

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

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

This div border color is #D5F5A8.


Opacity

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

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

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

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

This text has shadow with #D5F5A8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5F5A8 on black background.


Color preview on white background

This text has color #D5F5A8 on white background.



Black color preview on #D5F5A8 background

This text has black color on #D5F5A8 background.


White color preview on #D5F5A8 background

This text has white color on #D5F5A8 background.