COLOR #D6E38F

HEX: #D6E38F
RGB: (214,227,143)

Color info

#D6E38F contains mainly red and green colors. Web safe color of #D6E38F is #CCCC99 (or #CC9).

RGB color model

#D6E38F color RGB value is (214,227,143).

  • red value is 214;
  • green value is 227;
  • blue value is 143.
RGB:
(214,227,143)
(84%,89%,56%)

RGB channels and saturation

R 214 of 255 = 84%
G 227 of 255 = 89%
B 143 of 255 = 56%

214
227
143

R + G + B ~ 76%. #D6E38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 227 + 143 = 584 (100%)
R 214 of 584 ~ 36.64%
G 227 of 584 ~ 38.87%
B 143 of 584 ~ 24.49%

%36.64
%38.87
%24.49

CMYK color model

#D6E38F color CMYK value is (6,0,37,11).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(6,0,37,11)
C6M0Y37K11 
(6%,0%,37%,11%)
(0.06/0.00/0.37/0.11)	

CMYK percentages

%5.73
%0
%37
%10.98

Codes

Color #D6E38F in popluar color models

D6E38F
RGB214227143
HSL69°60.00%72.55%
HSB/HSV69°37.00%89.02%
CMYK5.73%0.00%37.00%
10.98%

Color #D6E38F in popluar number systems.

HEXD6E38F
Decimal214227143
Binary110101101110001110001111
Octal326343217

Shades and tints

Shades of #D6E38F

#D6E38F
(214,227,143)
#C3CF82
(195,207,130)
#B0BB75
(176,187,117)
#9DA768
(157,167,104)
#8A935B
(138,147,91)
#777F4E
(119,127,78)
#646B41
(100,107,65)
#515734
(81,87,52)
#3E4327
(62,67,39)
#2B2F1A
(43,47,26)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #D6E38F

#D6E38F
(214,227,143)
#D9E599
(217,229,153)
#DCE7A3
(220,231,163)
#DFE9AD
(223,233,173)
#E2EBB7
(226,235,183)
#E5EDC1
(229,237,193)
#E8EFCB
(232,239,203)
#EBF1D5
(235,241,213)
#EEF3DF
(238,243,223)
#F1F5E9
(241,245,233)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E38F color. Also use rgb(214,227,143) instead hex code.

Text Font Color

.myTextColor { color: #D6E38F; }

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

This text font color is #D6E38F.


Background Color

.myBgColor { background-color: #D6E38F; }

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

This div background color is #D6E38F.


Border color

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

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

This div border color is #D6E38F.


Opacity

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

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

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

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

This text has shadow with #D6E38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E38F on black background.


Color preview on white background

This text has color #D6E38F on white background.



Black color preview on #D6E38F background

This text has black color on #D6E38F background.


White color preview on #D6E38F background

This text has white color on #D6E38F background.