COLOR #D1F3B4

HEX: #D1F3B4
RGB: (209,243,180)

Color info

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

RGB color model

#D1F3B4 color RGB value is (209,243,180).

  • red value is 209;
  • green value is 243;
  • blue value is 180.
RGB:
(209,243,180)
(82%,95%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 243 of 255 = 95%
B 180 of 255 = 71%

209
243
180

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

Portions of RGB colors in percentages

R + G + B =
209 + 243 + 180 = 632 (100%)
R 209 of 632 ~ 33.07%
G 243 of 632 ~ 38.45%
B 180 of 632 ~ 28.48%

%33.07
%38.45
%28.48

CMYK color model

#D1F3B4 color CMYK value is (14,0,26,5).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 4.71%
CMYK:
(14,0,26,5)
C14M0Y26K5 
(14%,0%,26%,5%)
(0.14/0.00/0.26/0.05)	

CMYK percentages

%13.99
%0
%25.93
%4.71

Codes

Color #D1F3B4 in popluar color models

D1F3B4
RGB209243180
HSL92°72.41%82.94%
HSB/HSV92°25.93%95.29%
CMYK13.99%0.00%25.93%
4.71%

Color #D1F3B4 in popluar number systems.

HEXD1F3B4
Decimal209243180
Binary110100011111001110110100
Octal321363264

Shades and tints

Shades of #D1F3B4

#D1F3B4
(209,243,180)
#BEDDA4
(190,221,164)
#ABC794
(171,199,148)
#98B184
(152,177,132)
#859B74
(133,155,116)
#728564
(114,133,100)
#5F6F54
(95,111,84)
#4C5944
(76,89,68)
#394334
(57,67,52)
#262D24
(38,45,36)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #D1F3B4

#D1F3B4
(209,243,180)
#D5F4BA
(213,244,186)
#D9F5C0
(217,245,192)
#DDF6C6
(221,246,198)
#E1F7CC
(225,247,204)
#E5F8D2
(229,248,210)
#E9F9D8
(233,249,216)
#EDFADE
(237,250,222)
#F1FBE4
(241,251,228)
#F5FCEA
(245,252,234)
#F9FDF0
(249,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F3B4 color. Also use rgb(209,243,180) instead hex code.

Text Font Color

.myTextColor { color: #D1F3B4; }

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

This text font color is #D1F3B4.


Background Color

.myBgColor { background-color: #D1F3B4; }

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

This div background color is #D1F3B4.


Border color

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

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

This div border color is #D1F3B4.


Opacity

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

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

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

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

This text has shadow with #D1F3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F3B4 on black background.


Color preview on white background

This text has color #D1F3B4 on white background.



Black color preview on #D1F3B4 background

This text has black color on #D1F3B4 background.


White color preview on #D1F3B4 background

This text has white color on #D1F3B4 background.