COLOR #D1F9BA

HEX: #D1F9BA
RGB: (209,249,186)

Color info

#D1F9BA contains mainly red and green colors. Web safe color of #D1F9BA is #CCFFCC (or #CFC).

RGB color model

#D1F9BA color RGB value is (209,249,186).

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

RGB channels and saturation

R 209 of 255 = 82%
G 249 of 255 = 98%
B 186 of 255 = 73%

209
249
186

R + G + B ~ 84%. #D1F9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 249 + 186 = 644 (100%)
R 209 of 644 ~ 32.45%
G 249 of 644 ~ 38.66%
B 186 of 644 ~ 28.88%

%32.45
%38.66
%28.88

CMYK color model

#D1F9BA color CMYK value is (16,0,25,2).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 2.35%
CMYK:
(16,0,25,2)
C16M0Y25K2 
(16%,0%,25%,2%)
(0.16/0.00/0.25/0.02)	

CMYK percentages

%16.06
%0
%25.3
%2.35

Codes

Color #D1F9BA in popluar color models

D1F9BA
RGB209249186
HSL98°84.00%85.29%
HSB/HSV98°25.30%97.65%
CMYK16.06%0.00%25.30%
2.35%

Color #D1F9BA in popluar number systems.

HEXD1F9BA
Decimal209249186
Binary110100011111100110111010
Octal321371272

Shades and tints

Shades of #D1F9BA

#D1F9BA
(209,249,186)
#BEE3AA
(190,227,170)
#ABCD9A
(171,205,154)
#98B78A
(152,183,138)
#85A17A
(133,161,122)
#728B6A
(114,139,106)
#5F755A
(95,117,90)
#4C5F4A
(76,95,74)
#39493A
(57,73,58)
#26332A
(38,51,42)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #D1F9BA

#D1F9BA
(209,249,186)
#D5F9C0
(213,249,192)
#D9F9C6
(217,249,198)
#DDF9CC
(221,249,204)
#E1F9D2
(225,249,210)
#E5F9D8
(229,249,216)
#E9F9DE
(233,249,222)
#EDF9E4
(237,249,228)
#F1F9EA
(241,249,234)
#F5F9F0
(245,249,240)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F9BA; }

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

This text font color is #D1F9BA.


Background Color

.myBgColor { background-color: #D1F9BA; }

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

This div background color is #D1F9BA.


Border color

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

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

This div border color is #D1F9BA.


Opacity

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

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

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

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

This text has shadow with #D1F9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F9BA on black background.


Color preview on white background

This text has color #D1F9BA on white background.



Black color preview on #D1F9BA background

This text has black color on #D1F9BA background.


White color preview on #D1F9BA background

This text has white color on #D1F9BA background.