COLOR #D5F1A3

HEX: #D5F1A3
RGB: (213,241,163)

Color info

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

RGB color model

#D5F1A3 color RGB value is (213,241,163).

  • red value is 213;
  • green value is 241;
  • blue value is 163.
RGB:
(213,241,163)
(84%,95%,64%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 163 of 255 = 64%

213
241
163

R + G + B ~ 81%. #D5F1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 241 + 163 = 617 (100%)
R 213 of 617 ~ 34.52%
G 241 of 617 ~ 39.06%
B 163 of 617 ~ 26.42%

%34.52
%39.06
%26.42

CMYK color model

#D5F1A3 color CMYK value is (12,0,32,5).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(12,0,32,5)
C12M0Y32K5 
(12%,0%,32%,5%)
(0.12/0.00/0.32/0.05)	

CMYK percentages

%11.62
%0
%32.37
%5.49

Codes

Color #D5F1A3 in popluar color models

D5F1A3
RGB213241163
HSL82°73.58%79.22%
HSB/HSV82°32.37%94.51%
CMYK11.62%0.00%32.37%
5.49%

Color #D5F1A3 in popluar number systems.

HEXD5F1A3
Decimal213241163
Binary110101011111000110100011
Octal325361243

Shades and tints

Shades of #D5F1A3

#D5F1A3
(213,241,163)
#C2DC95
(194,220,149)
#AFC787
(175,199,135)
#9CB279
(156,178,121)
#899D6B
(137,157,107)
#76885D
(118,136,93)
#63734F
(99,115,79)
#505E41
(80,94,65)
#3D4933
(61,73,51)
#2A3425
(42,52,37)
#171F17
(23,31,23)
#000000
(0,0,0)

Tints of #D5F1A3

#D5F1A3
(213,241,163)
#D8F2AB
(216,242,171)
#DBF3B3
(219,243,179)
#DEF4BB
(222,244,187)
#E1F5C3
(225,245,195)
#E4F6CB
(228,246,203)
#E7F7D3
(231,247,211)
#EAF8DB
(234,248,219)
#EDF9E3
(237,249,227)
#F0FAEB
(240,250,235)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F1A3 color. Also use rgb(213,241,163) instead hex code.

Text Font Color

.myTextColor { color: #D5F1A3; }

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

This text font color is #D5F1A3.


Background Color

.myBgColor { background-color: #D5F1A3; }

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

This div background color is #D5F1A3.


Border color

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

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

This div border color is #D5F1A3.


Opacity

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

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

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

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

This text has shadow with #D5F1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F1A3 on black background.


Color preview on white background

This text has color #D5F1A3 on white background.



Black color preview on #D5F1A3 background

This text has black color on #D5F1A3 background.


White color preview on #D5F1A3 background

This text has white color on #D5F1A3 background.