COLOR #D9F984

HEX: #D9F984
RGB: (217,249,132)

Color info

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

RGB color model

#D9F984 color RGB value is (217,249,132).

  • red value is 217;
  • green value is 249;
  • blue value is 132.
RGB:
(217,249,132)
(85%,98%,52%)

RGB channels and saturation

R 217 of 255 = 85%
G 249 of 255 = 98%
B 132 of 255 = 52%

217
249
132

R + G + B ~ 78%. #D9F984 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 249 + 132 = 598 (100%)
R 217 of 598 ~ 36.29%
G 249 of 598 ~ 41.64%
B 132 of 598 ~ 22.07%

%36.29
%41.64
%22.07

CMYK color model

#D9F984 color CMYK value is (13,0,47,2).

  • cyan value is 12.85%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 2.35%
CMYK:
(13,0,47,2)
C13M0Y47K2 
(13%,0%,47%,2%)
(0.13/0.00/0.47/0.02)	

CMYK percentages

%12.85
%0
%46.99
%2.35

Codes

Color #D9F984 in popluar color models

D9F984
RGB217249132
HSL76°90.70%74.71%
HSB/HSV76°46.99%97.65%
CMYK12.85%0.00%46.99%
2.35%

Color #D9F984 in popluar number systems.

HEXD9F984
Decimal217249132
Binary110110011111100110000100
Octal331371204

Shades and tints

Shades of #D9F984

#D9F984
(217,249,132)
#C6E378
(198,227,120)
#B3CD6C
(179,205,108)
#A0B760
(160,183,96)
#8DA154
(141,161,84)
#7A8B48
(122,139,72)
#67753C
(103,117,60)
#545F30
(84,95,48)
#414924
(65,73,36)
#2E3318
(46,51,24)
#1B1D0C
(27,29,12)
#000000
(0,0,0)

Tints of #D9F984

#D9F984
(217,249,132)
#DCF98F
(220,249,143)
#DFF99A
(223,249,154)
#E2F9A5
(226,249,165)
#E5F9B0
(229,249,176)
#E8F9BB
(232,249,187)
#EBF9C6
(235,249,198)
#EEF9D1
(238,249,209)
#F1F9DC
(241,249,220)
#F4F9E7
(244,249,231)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F984 color. Also use rgb(217,249,132) instead hex code.

Text Font Color

.myTextColor { color: #D9F984; }

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

This text font color is #D9F984.


Background Color

.myBgColor { background-color: #D9F984; }

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

This div background color is #D9F984.


Border color

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

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

This div border color is #D9F984.


Opacity

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

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

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

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

This text has shadow with #D9F984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F984 on black background.


Color preview on white background

This text has color #D9F984 on white background.



Black color preview on #D9F984 background

This text has black color on #D9F984 background.


White color preview on #D9F984 background

This text has white color on #D9F984 background.