COLOR #D3F986

HEX: #D3F986 RGB: (211,249,134)

Color info

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

RGB color model

#D3F986 color RGB value is (211,249,134).

RGB: (211,249,134) (83%, 98%, 53%)

RGB channels and saturation

R 211 of 255 = 83%
G 249 of 255 = 98%
B 134 of 255 = 53%

211
249
134

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

Portions of RGB colors in percentages

R + G + B = 211 + 249 + 134 = 594 (100%)
R 211 of 594 ~ 35.52%
G 249 of 594 ~ 41.92%
B 134 of 594 ~ 22.56'%

%35.52
%41.92
%22.56

CMYK color model

#D3F986 color CMYK value is (15,0,46,2).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 46.18%
  • key color value is 2.35%

CMYK: (15,0,46,2)
C15M0Y46K2 (15%, 0%, 46%, 2%)
(0.15 / 0.00 / 0.46 / 0.02)

CMYK percentages

%15.26
%0
%46.18
%2.35

Codes

Color #D3F986 in popluar color models

D3 F9 86
RGB 211 249 134
HSL 80° 90.55% 75.10%
HSB/HSV 80° 46.18% 97.65%
CMYK 15.26% 0.00% 46.18%
2.35%

Color #D3F986 in popluar number systems.

HEX D3 F9 86
Decimal 211 249 134
Binary 11010011 11111001 10000110
Octal 323 371 206

Shades and tints

Shades of #D3F986

#D3F986
(211,249,134)
#C0E37A
(192,227,122)
#ADCD6E
(173,205,110)
#9AB762
(154,183,98)
#87A156
(135,161,86)
#748B4A
(116,139,74)
#61753E
(97,117,62)
#4E5F32
(78,95,50)
#3B4926
(59,73,38)
#28331A
(40,51,26)
#151D0E
(21,29,14)
#000000
(0,0,0)

Tints of #D3F986

#D3F986
(211,249,134)
#D7F991
(215,249,145)
#DBF99C
(219,249,156)
#DFF9A7
(223,249,167)
#E3F9B2
(227,249,178)
#E7F9BD
(231,249,189)
#EBF9C8
(235,249,200)
#EFF9D3
(239,249,211)
#F3F9DE
(243,249,222)
#F7F9E9
(247,249,233)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F986 color. Also use rgb(211,249,134) instead hex code.

Text Font Color

.myTextColor { color: #D3F986; }

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

This text font color is #D3F986.

Background Color

.myBgColor { background-color: #D3F986; }

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

This div background color is #D3F986.

Border color

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

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

This div border color is #D3F986.

Opacity

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

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

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

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

This text has shadow with #D3F986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F986.

Preview

Color preview on black background

This text has color #D3F986 on black background.


Color preview on white background

This text has color #D3F986 on white background.


Black color preview on #D3F986 background

This text has black color on #D3F986 background.


White color preview on #D3F986 background

This text has white color on #D3F986 background.


Related colors

Complementary color

Complementary color for #hex is #2C0679.


I love getcolorcode.com

Triadic colors

1 #86D3F9 and #F986D3 with #D3F986 are triadic colors.

2 #86F9D3 and #F9D386 with #D3F986 are triadic colors.