COLOR #E6DF97

HEX: #E6DF97 RGB: (230,223,151)

Color info

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

RGB color model

#E6DF97 color RGB value is (230,223,151).

RGB: (230,223,151) (90%, 87%, 59%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 151 of 255 = 59%

230
223
151

R + G + B ~ 79%. #E6DF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 151 = 604 (100%)
R 230 of 604 ~ 38.08%
G 223 of 604 ~ 36.92%
B 151 of 604 ~ 25'%

%38.08
%36.92
%25

CMYK color model

#E6DF97 color CMYK value is (0,3,34,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 34.35%
  • key color value is 9.80%

CMYK: (0,3,34,10)
C0M3Y34K10 (0%, 3%, 34%, 10%)
(0.00 / 0.03 / 0.34 / 0.10)

CMYK percentages

%0
%3.04
%34.35
%9.8

Codes

Color #E6DF97 in popluar color models

E6 DF 97
RGB 230 223 151
HSL 55° 61.24% 74.71%
HSB/HSV 55° 34.35% 90.20%
CMYK 0.00% 3.04% 34.35%
9.80%

Color #E6DF97 in popluar number systems.

HEX E6 DF 97
Decimal 230 223 151
Binary 11100110 11011111 10010111
Octal 346 337 227

Shades and tints

Shades of #E6DF97

#E6DF97
(230,223,151)
#D2CB8A
(210,203,138)
#BEB77D
(190,183,125)
#AAA370
(170,163,112)
#968F63
(150,143,99)
#827B56
(130,123,86)
#6E6749
(110,103,73)
#5A533C
(90,83,60)
#463F2F
(70,63,47)
#322B22
(50,43,34)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6DF97

#E6DF97
(230,223,151)
#E8E1A0
(232,225,160)
#EAE3A9
(234,227,169)
#ECE5B2
(236,229,178)
#EEE7BB
(238,231,187)
#F0E9C4
(240,233,196)
#F2EBCD
(242,235,205)
#F4EDD6
(244,237,214)
#F6EFDF
(246,239,223)
#F8F1E8
(248,241,232)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DF97 color. Also use rgb(230,223,151) instead hex code.

Text Font Color

.myTextColor { color: #E6DF97; }

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

This text font color is #E6DF97.

Background Color

.myBgColor { background-color: #E6DF97; }

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

This div background color is #E6DF97.

Border color

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

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

This div border color is #E6DF97.

Opacity

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

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

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

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

This text has shadow with #E6DF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DF97.

Preview

Color preview on black background

This text has color #E6DF97 on black background.


Color preview on white background

This text has color #E6DF97 on white background.


Black color preview on #E6DF97 background

This text has black color on #E6DF97 background.


White color preview on #E6DF97 background

This text has white color on #E6DF97 background.


Related colors

Complementary color

Complementary color for #hex is #192068.


I love getcolorcode.com

Triadic colors

1 #97E6DF and #DF97E6 with #E6DF97 are triadic colors.

2 #97DFE6 and #DFE697 with #E6DF97 are triadic colors.