COLOR #D1F99B

HEX: #D1F99B
RGB: (209,249,155)

Color info

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

RGB color model

#D1F99B color RGB value is (209,249,155).

  • red value is 209;
  • green value is 249;
  • blue value is 155.
RGB:
(209,249,155)
(82%,98%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 249 of 255 = 98%
B 155 of 255 = 61%

209
249
155

R + G + B ~ 80%. #D1F99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 249 + 155 = 613 (100%)
R 209 of 613 ~ 34.09%
G 249 of 613 ~ 40.62%
B 155 of 613 ~ 25.29%

%34.09
%40.62
%25.29

CMYK color model

#D1F99B color CMYK value is (16,0,38,2).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 2.35%
CMYK:
(16,0,38,2)
C16M0Y38K2 
(16%,0%,38%,2%)
(0.16/0.00/0.38/0.02)	

CMYK percentages

%16.06
%0
%37.75
%2.35

Codes

Color #D1F99B in popluar color models

D1F99B
RGB209249155
HSL86°88.68%79.22%
HSB/HSV86°37.75%97.65%
CMYK16.06%0.00%37.75%
2.35%

Color #D1F99B in popluar number systems.

HEXD1F99B
Decimal209249155
Binary110100011111100110011011
Octal321371233

Shades and tints

Shades of #D1F99B

#D1F99B
(209,249,155)
#BEE38D
(190,227,141)
#ABCD7F
(171,205,127)
#98B771
(152,183,113)
#85A163
(133,161,99)
#728B55
(114,139,85)
#5F7547
(95,117,71)
#4C5F39
(76,95,57)
#39492B
(57,73,43)
#26331D
(38,51,29)
#131D0F
(19,29,15)
#000000
(0,0,0)

Tints of #D1F99B

#D1F99B
(209,249,155)
#D5F9A4
(213,249,164)
#D9F9AD
(217,249,173)
#DDF9B6
(221,249,182)
#E1F9BF
(225,249,191)
#E5F9C8
(229,249,200)
#E9F9D1
(233,249,209)
#EDF9DA
(237,249,218)
#F1F9E3
(241,249,227)
#F5F9EC
(245,249,236)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F99B color. Also use rgb(209,249,155) instead hex code.

Text Font Color

.myTextColor { color: #D1F99B; }

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

This text font color is #D1F99B.


Background Color

.myBgColor { background-color: #D1F99B; }

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

This div background color is #D1F99B.


Border color

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

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

This div border color is #D1F99B.


Opacity

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

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

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

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

This text has shadow with #D1F99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F99B on black background.


Color preview on white background

This text has color #D1F99B on white background.



Black color preview on #D1F99B background

This text has black color on #D1F99B background.


White color preview on #D1F99B background

This text has white color on #D1F99B background.