COLOR #D6E57C

HEX: #D6E57C RGB: (214,229,124)

Color info

#D6E57C contains mainly red and green colors. Web safe color of #D6E57C is #CCCC66 (or #CC6).

RGB color model

#D6E57C color RGB value is (214,229,124).

RGB: (214,229,124) (84%, 90%, 49%)

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 124 of 255 = 49%

214
229
124

R + G + B ~ 74%. #D6E57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 229 + 124 = 567 (100%)
R 214 of 567 ~ 37.74%
G 229 of 567 ~ 40.39%
B 124 of 567 ~ 21.87'%

%37.74
%40.39
%21.87

CMYK color model

#D6E57C color CMYK value is (7,0,46,10).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 10.20%

CMYK: (7,0,46,10)
C7M0Y46K10 (7%, 0%, 46%, 10%)
(0.07 / 0.00 / 0.46 / 0.10)

CMYK percentages

%6.55
%0
%45.85
%10.2

Codes

Color #D6E57C in popluar color models

D6 E5 7C
RGB 214 229 124
HSL 69° 66.88% 69.22%
HSB/HSV 69° 45.85% 89.80%
CMYK 6.55% 0.00% 45.85%
10.20%

Color #D6E57C in popluar number systems.

HEX D6 E5 7C
Decimal 214 229 124
Binary 11010110 11100101 1111100
Octal 326 345 174

Shades and tints

Shades of #D6E57C

#D6E57C
(214,229,124)
#C3D171
(195,209,113)
#B0BD66
(176,189,102)
#9DA95B
(157,169,91)
#8A9550
(138,149,80)
#778145
(119,129,69)
#646D3A
(100,109,58)
#51592F
(81,89,47)
#3E4524
(62,69,36)
#2B3119
(43,49,25)
#181D0E
(24,29,14)
#000000
(0,0,0)

Tints of #D6E57C

#D6E57C
(214,229,124)
#D9E787
(217,231,135)
#DCE992
(220,233,146)
#DFEB9D
(223,235,157)
#E2EDA8
(226,237,168)
#E5EFB3
(229,239,179)
#E8F1BE
(232,241,190)
#EBF3C9
(235,243,201)
#EEF5D4
(238,245,212)
#F1F7DF
(241,247,223)
#F4F9EA
(244,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E57C color. Also use rgb(214,229,124) instead hex code.

Text Font Color

.myTextColor { color: #D6E57C; }

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

This text font color is #D6E57C.

Background Color

.myBgColor { background-color: #D6E57C; }

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

This div background color is #D6E57C.

Border color

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

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

This div border color is #D6E57C.

Opacity

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

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

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

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

This text has shadow with #D6E57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E57C.

Preview

Color preview on black background

This text has color #D6E57C on black background.


Color preview on white background

This text has color #D6E57C on white background.


Black color preview on #D6E57C background

This text has black color on #D6E57C background.


White color preview on #D6E57C background

This text has white color on #D6E57C background.


Related colors

Complementary color

Complementary color for #hex is #291A83.


I love getcolorcode.com

Triadic colors

1 #7CD6E5 and #E57CD6 with #D6E57C are triadic colors.

2 #7CE5D6 and #E5D67C with #D6E57C are triadic colors.