COLOR #D1F6A4

HEX: #D1F6A4 RGB: (209,246,164)

Color info

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

RGB color model

#D1F6A4 color RGB value is (209,246,164).

RGB: (209,246,164) (82%, 96%, 64%)

RGB channels and saturation

R 209 of 255 = 82%
G 246 of 255 = 96%
B 164 of 255 = 64%

209
246
164

R + G + B ~ 81%. #D1F6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 246 + 164 = 619 (100%)
R 209 of 619 ~ 33.76%
G 246 of 619 ~ 39.74%
B 164 of 619 ~ 26.49'%

%33.76
%39.74
%26.49

CMYK color model

#D1F6A4 color CMYK value is (15,0,33,4).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 3.53%

CMYK: (15,0,33,4)
C15M0Y33K4 (15%, 0%, 33%, 4%)
(0.15 / 0.00 / 0.33 / 0.04)

CMYK percentages

%15.04
%0
%33.33
%3.53

Codes

Color #D1F6A4 in popluar color models

D1 F6 A4
RGB 209 246 164
HSL 87° 82.00% 80.39%
HSB/HSV 87° 33.33% 96.47%
CMYK 15.04% 0.00% 33.33%
3.53%

Color #D1F6A4 in popluar number systems.

HEX D1 F6 A4
Decimal 209 246 164
Binary 11010001 11110110 10100100
Octal 321 366 244

Shades and tints

Shades of #D1F6A4

#D1F6A4
(209,246,164)
#BEE096
(190,224,150)
#ABCA88
(171,202,136)
#98B47A
(152,180,122)
#859E6C
(133,158,108)
#72885E
(114,136,94)
#5F7250
(95,114,80)
#4C5C42
(76,92,66)
#394634
(57,70,52)
#263026
(38,48,38)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #D1F6A4

#D1F6A4
(209,246,164)
#D5F6AC
(213,246,172)
#D9F6B4
(217,246,180)
#DDF6BC
(221,246,188)
#E1F6C4
(225,246,196)
#E5F6CC
(229,246,204)
#E9F6D4
(233,246,212)
#EDF6DC
(237,246,220)
#F1F6E4
(241,246,228)
#F5F6EC
(245,246,236)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F6A4 color. Also use rgb(209,246,164) instead hex code.

Text Font Color

.myTextColor { color: #D1F6A4; }

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

This text font color is #D1F6A4.

Background Color

.myBgColor { background-color: #D1F6A4; }

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

This div background color is #D1F6A4.

Border color

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

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

This div border color is #D1F6A4.

Opacity

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

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

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

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

This text has shadow with #D1F6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F6A4.

Preview

Color preview on black background

This text has color #D1F6A4 on black background.


Color preview on white background

This text has color #D1F6A4 on white background.


Black color preview on #D1F6A4 background

This text has black color on #D1F6A4 background.


White color preview on #D1F6A4 background

This text has white color on #D1F6A4 background.


Related colors

Complementary color

Complementary color for #hex is #2E095B.


I love getcolorcode.com

Triadic colors

1 #A4D1F6 and #F6A4D1 with #D1F6A4 are triadic colors.

2 #A4F6D1 and #F6D1A4 with #D1F6A4 are triadic colors.