COLOR #D3F08A

HEX: #D3F08A
RGB: (211,240,138)

Color info

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

RGB color model

#D3F08A color RGB value is (211,240,138).

  • red value is 211;
  • green value is 240;
  • blue value is 138.
RGB:
(211,240,138)
(83%,94%,54%)

RGB channels and saturation

R 211 of 255 = 83%
G 240 of 255 = 94%
B 138 of 255 = 54%

211
240
138

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

Portions of RGB colors in percentages

R + G + B =
211 + 240 + 138 = 589 (100%)
R 211 of 589 ~ 35.82%
G 240 of 589 ~ 40.75%
B 138 of 589 ~ 23.43%

%35.82
%40.75
%23.43

CMYK color model

#D3F08A color CMYK value is (12,0,43,6).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 5.88%
CMYK:
(12,0,43,6)
C12M0Y43K6 
(12%,0%,43%,6%)
(0.12/0.00/0.43/0.06)	

CMYK percentages

%12.08
%0
%42.5
%5.88

Codes

Color #D3F08A in popluar color models

D3F08A
RGB211240138
HSL77°77.27%74.12%
HSB/HSV77°42.50%94.12%
CMYK12.08%0.00%42.50%
5.88%

Color #D3F08A in popluar number systems.

HEXD3F08A
Decimal211240138
Binary110100111111000010001010
Octal323360212

Shades and tints

Shades of #D3F08A

#D3F08A
(211,240,138)
#C0DB7E
(192,219,126)
#ADC672
(173,198,114)
#9AB166
(154,177,102)
#879C5A
(135,156,90)
#74874E
(116,135,78)
#617242
(97,114,66)
#4E5D36
(78,93,54)
#3B482A
(59,72,42)
#28331E
(40,51,30)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #D3F08A

#D3F08A
(211,240,138)
#D7F194
(215,241,148)
#DBF29E
(219,242,158)
#DFF3A8
(223,243,168)
#E3F4B2
(227,244,178)
#E7F5BC
(231,245,188)
#EBF6C6
(235,246,198)
#EFF7D0
(239,247,208)
#F3F8DA
(243,248,218)
#F7F9E4
(247,249,228)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F08A color. Also use rgb(211,240,138) instead hex code.

Text Font Color

.myTextColor { color: #D3F08A; }

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

This text font color is #D3F08A.


Background Color

.myBgColor { background-color: #D3F08A; }

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

This div background color is #D3F08A.


Border color

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

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

This div border color is #D3F08A.


Opacity

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

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

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

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

This text has shadow with #D3F08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F08A on black background.


Color preview on white background

This text has color #D3F08A on white background.



Black color preview on #D3F08A background

This text has black color on #D3F08A background.


White color preview on #D3F08A background

This text has white color on #D3F08A background.