COLOR #D1F5B6

HEX: #D1F5B6 RGB: (209,245,182)

Color info

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

RGB color model

#D1F5B6 color RGB value is (209,245,182).

RGB: (209,245,182) (82%, 96%, 71%)

RGB channels and saturation

R 209 of 255 = 82%
G 245 of 255 = 96%
B 182 of 255 = 71%

209
245
182

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

Portions of RGB colors in percentages

R + G + B = 209 + 245 + 182 = 636 (100%)
R 209 of 636 ~ 32.86%
G 245 of 636 ~ 38.52%
B 182 of 636 ~ 28.62'%

%32.86
%38.52
%28.62

CMYK color model

#D1F5B6 color CMYK value is (15,0,26,4).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 3.92%

CMYK: (15,0,26,4)
C15M0Y26K4 (15%, 0%, 26%, 4%)
(0.15 / 0.00 / 0.26 / 0.04)

CMYK percentages

%14.69
%0
%25.71
%3.92

Codes

Color #D1F5B6 in popluar color models

D1 F5 B6
RGB 209 245 182
HSL 94° 75.90% 83.73%
HSB/HSV 94° 25.71% 96.08%
CMYK 14.69% 0.00% 25.71%
3.92%

Color #D1F5B6 in popluar number systems.

HEX D1 F5 B6
Decimal 209 245 182
Binary 11010001 11110101 10110110
Octal 321 365 266

Shades and tints

Shades of #D1F5B6

#D1F5B6
(209,245,182)
#BEDFA6
(190,223,166)
#ABC996
(171,201,150)
#98B386
(152,179,134)
#859D76
(133,157,118)
#728766
(114,135,102)
#5F7156
(95,113,86)
#4C5B46
(76,91,70)
#394536
(57,69,54)
#262F26
(38,47,38)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1F5B6

#D1F5B6
(209,245,182)
#D5F5BC
(213,245,188)
#D9F5C2
(217,245,194)
#DDF5C8
(221,245,200)
#E1F5CE
(225,245,206)
#E5F5D4
(229,245,212)
#E9F5DA
(233,245,218)
#EDF5E0
(237,245,224)
#F1F5E6
(241,245,230)
#F5F5EC
(245,245,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F5B6 color. Also use rgb(209,245,182) instead hex code.

Text Font Color

.myTextColor { color: #D1F5B6; }

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

This text font color is #D1F5B6.

Background Color

.myBgColor { background-color: #D1F5B6; }

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

This div background color is #D1F5B6.

Border color

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

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

This div border color is #D1F5B6.

Opacity

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

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

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

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

This text has shadow with #D1F5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F5B6.

Preview

Color preview on black background

This text has color #D1F5B6 on black background.


Color preview on white background

This text has color #D1F5B6 on white background.


Black color preview on #D1F5B6 background

This text has black color on #D1F5B6 background.


White color preview on #D1F5B6 background

This text has white color on #D1F5B6 background.


Related colors

Complementary color

Complementary color for #hex is #2E0A49.


I love getcolorcode.com

Triadic colors

1 #B6D1F5 and #F5B6D1 with #D1F5B6 are triadic colors.

2 #B6F5D1 and #F5D1B6 with #D1F5B6 are triadic colors.