COLOR #D5F6AF

HEX: #D5F6AF
RGB: (213,246,175)

Color info

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

RGB color model

#D5F6AF color RGB value is (213,246,175).

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

RGB channels and saturation

R 213 of 255 = 84%
G 246 of 255 = 96%
B 175 of 255 = 69%

213
246
175

R + G + B ~ 83%. #D5F6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 246 + 175 = 634 (100%)
R 213 of 634 ~ 33.6%
G 246 of 634 ~ 38.8%
B 175 of 634 ~ 27.6%

%33.6
%38.8
%27.6

CMYK color model

#D5F6AF color CMYK value is (13,0,29,4).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 3.53%
CMYK:
(13,0,29,4)
C13M0Y29K4 
(13%,0%,29%,4%)
(0.13/0.00/0.29/0.04)	

CMYK percentages

%13.41
%0
%28.86
%3.53

Codes

Color #D5F6AF in popluar color models

D5F6AF
RGB213246175
HSL88°79.78%82.55%
HSB/HSV88°28.86%96.47%
CMYK13.41%0.00%28.86%
3.53%

Color #D5F6AF in popluar number systems.

HEXD5F6AF
Decimal213246175
Binary110101011111011010101111
Octal325366257

Shades and tints

Shades of #D5F6AF

#D5F6AF
(213,246,175)
#C2E0A0
(194,224,160)
#AFCA91
(175,202,145)
#9CB482
(156,180,130)
#899E73
(137,158,115)
#768864
(118,136,100)
#637255
(99,114,85)
#505C46
(80,92,70)
#3D4637
(61,70,55)
#2A3028
(42,48,40)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #D5F6AF

#D5F6AF
(213,246,175)
#D8F6B6
(216,246,182)
#DBF6BD
(219,246,189)
#DEF6C4
(222,246,196)
#E1F6CB
(225,246,203)
#E4F6D2
(228,246,210)
#E7F6D9
(231,246,217)
#EAF6E0
(234,246,224)
#EDF6E7
(237,246,231)
#F0F6EE
(240,246,238)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F6AF; }

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

This text font color is #D5F6AF.


Background Color

.myBgColor { background-color: #D5F6AF; }

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

This div background color is #D5F6AF.


Border color

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

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

This div border color is #D5F6AF.


Opacity

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

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

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

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

This text has shadow with #D5F6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6AF on black background.


Color preview on white background

This text has color #D5F6AF on white background.



Black color preview on #D5F6AF background

This text has black color on #D5F6AF background.


White color preview on #D5F6AF background

This text has white color on #D5F6AF background.