COLOR #D1FBA5

HEX: #D1FBA5
RGB: (209,251,165)

Color info

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

RGB color model

#D1FBA5 color RGB value is (209,251,165).

  • red value is 209;
  • green value is 251;
  • blue value is 165.
RGB:
(209,251,165)
(82%,98%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 251 of 255 = 98%
B 165 of 255 = 65%

209
251
165

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

Portions of RGB colors in percentages

R + G + B =
209 + 251 + 165 = 625 (100%)
R 209 of 625 ~ 33.44%
G 251 of 625 ~ 40.16%
B 165 of 625 ~ 26.4%

%33.44
%40.16
%26.4

CMYK color model

#D1FBA5 color CMYK value is (17,0,34,2).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 1.57%
CMYK:
(17,0,34,2)
C17M0Y34K2 
(17%,0%,34%,2%)
(0.17/0.00/0.34/0.02)	

CMYK percentages

%16.73
%0
%34.26
%1.57

Codes

Color #D1FBA5 in popluar color models

D1FBA5
RGB209251165
HSL89°91.49%81.57%
HSB/HSV89°34.26%98.43%
CMYK16.73%0.00%34.26%
1.57%

Color #D1FBA5 in popluar number systems.

HEXD1FBA5
Decimal209251165
Binary110100011111101110100101
Octal321373245

Shades and tints

Shades of #D1FBA5

#D1FBA5
(209,251,165)
#BEE596
(190,229,150)
#ABCF87
(171,207,135)
#98B978
(152,185,120)
#85A369
(133,163,105)
#728D5A
(114,141,90)
#5F774B
(95,119,75)
#4C613C
(76,97,60)
#394B2D
(57,75,45)
#26351E
(38,53,30)
#131F0F
(19,31,15)
#000000
(0,0,0)

Tints of #D1FBA5

#D1FBA5
(209,251,165)
#D5FBAD
(213,251,173)
#D9FBB5
(217,251,181)
#DDFBBD
(221,251,189)
#E1FBC5
(225,251,197)
#E5FBCD
(229,251,205)
#E9FBD5
(233,251,213)
#EDFBDD
(237,251,221)
#F1FBE5
(241,251,229)
#F5FBED
(245,251,237)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1FBA5 color. Also use rgb(209,251,165) instead hex code.

Text Font Color

.myTextColor { color: #D1FBA5; }

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

This text font color is #D1FBA5.


Background Color

.myBgColor { background-color: #D1FBA5; }

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

This div background color is #D1FBA5.


Border color

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

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

This div border color is #D1FBA5.


Opacity

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

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

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

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

This text has shadow with #D1FBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FBA5 on black background.


Color preview on white background

This text has color #D1FBA5 on white background.



Black color preview on #D1FBA5 background

This text has black color on #D1FBA5 background.


White color preview on #D1FBA5 background

This text has white color on #D1FBA5 background.