COLOR #D5F6A5

HEX: #D5F6A5
RGB: (213,246,165)

Color info

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

RGB color model

#D5F6A5 color RGB value is (213,246,165).

  • red value is 213;
  • green value is 246;
  • blue value is 165.
RGB:
(213,246,165)
(84%,96%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 246 of 255 = 96%
B 165 of 255 = 65%

213
246
165

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

Portions of RGB colors in percentages

R + G + B =
213 + 246 + 165 = 624 (100%)
R 213 of 624 ~ 34.13%
G 246 of 624 ~ 39.42%
B 165 of 624 ~ 26.44%

%34.13
%39.42
%26.44

CMYK color model

#D5F6A5 color CMYK value is (13,0,33,4).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(13,0,33,4)
C13M0Y33K4 
(13%,0%,33%,4%)
(0.13/0.00/0.33/0.04)	

CMYK percentages

%13.41
%0
%32.93
%3.53

Codes

Color #D5F6A5 in popluar color models

D5F6A5
RGB213246165
HSL84°81.82%80.59%
HSB/HSV84°32.93%96.47%
CMYK13.41%0.00%32.93%
3.53%

Color #D5F6A5 in popluar number systems.

HEXD5F6A5
Decimal213246165
Binary110101011111011010100101
Octal325366245

Shades and tints

Shades of #D5F6A5

#D5F6A5
(213,246,165)
#C2E096
(194,224,150)
#AFCA87
(175,202,135)
#9CB478
(156,180,120)
#899E69
(137,158,105)
#76885A
(118,136,90)
#63724B
(99,114,75)
#505C3C
(80,92,60)
#3D462D
(61,70,45)
#2A301E
(42,48,30)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #D5F6A5

#D5F6A5
(213,246,165)
#D8F6AD
(216,246,173)
#DBF6B5
(219,246,181)
#DEF6BD
(222,246,189)
#E1F6C5
(225,246,197)
#E4F6CD
(228,246,205)
#E7F6D5
(231,246,213)
#EAF6DD
(234,246,221)
#EDF6E5
(237,246,229)
#F0F6ED
(240,246,237)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F6A5 color. Also use rgb(213,246,165) instead hex code.

Text Font Color

.myTextColor { color: #D5F6A5; }

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

This text font color is #D5F6A5.


Background Color

.myBgColor { background-color: #D5F6A5; }

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

This div background color is #D5F6A5.


Border color

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

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

This div border color is #D5F6A5.


Opacity

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

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

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

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

This text has shadow with #D5F6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6A5 on black background.


Color preview on white background

This text has color #D5F6A5 on white background.



Black color preview on #D5F6A5 background

This text has black color on #D5F6A5 background.


White color preview on #D5F6A5 background

This text has white color on #D5F6A5 background.