COLOR #D6F382

HEX: #D6F382
RGB: (214,243,130)

Color info

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

RGB color model

#D6F382 color RGB value is (214,243,130).

  • red value is 214;
  • green value is 243;
  • blue value is 130.
RGB:
(214,243,130)
(84%,95%,51%)

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 130 of 255 = 51%

214
243
130

R + G + B ~ 77%. #D6F382 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 243 + 130 = 587 (100%)
R 214 of 587 ~ 36.46%
G 243 of 587 ~ 41.4%
B 130 of 587 ~ 22.15%

%36.46
%41.4
%22.15

CMYK color model

#D6F382 color CMYK value is (12,0,47,5).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 46.50%
  • key color value is 4.71%
CMYK:
(12,0,47,5)
C12M0Y47K5 
(12%,0%,47%,5%)
(0.12/0.00/0.47/0.05)	

CMYK percentages

%11.93
%0
%46.5
%4.71

Codes

Color #D6F382 in popluar color models

D6F382
RGB214243130
HSL75°82.48%73.14%
HSB/HSV75°46.50%95.29%
CMYK11.93%0.00%46.50%
4.71%

Color #D6F382 in popluar number systems.

HEXD6F382
Decimal214243130
Binary110101101111001110000010
Octal326363202

Shades and tints

Shades of #D6F382

#D6F382
(214,243,130)
#C3DD77
(195,221,119)
#B0C76C
(176,199,108)
#9DB161
(157,177,97)
#8A9B56
(138,155,86)
#77854B
(119,133,75)
#646F40
(100,111,64)
#515935
(81,89,53)
#3E432A
(62,67,42)
#2B2D1F
(43,45,31)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6F382

#D6F382
(214,243,130)
#D9F48D
(217,244,141)
#DCF598
(220,245,152)
#DFF6A3
(223,246,163)
#E2F7AE
(226,247,174)
#E5F8B9
(229,248,185)
#E8F9C4
(232,249,196)
#EBFACF
(235,250,207)
#EEFBDA
(238,251,218)
#F1FCE5
(241,252,229)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F382 color. Also use rgb(214,243,130) instead hex code.

Text Font Color

.myTextColor { color: #D6F382; }

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

This text font color is #D6F382.


Background Color

.myBgColor { background-color: #D6F382; }

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

This div background color is #D6F382.


Border color

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

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

This div border color is #D6F382.


Opacity

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

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

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

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

This text has shadow with #D6F382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F382 on black background.


Color preview on white background

This text has color #D6F382 on white background.



Black color preview on #D6F382 background

This text has black color on #D6F382 background.


White color preview on #D6F382 background

This text has white color on #D6F382 background.