COLOR #EDF7AA

HEX: #EDF7AA RGB: (237,247,170)

Color info

#EDF7AA contains mainly red and green colors. Web safe color of #EDF7AA is #FFFF99 (or #FF9).

RGB color model

#EDF7AA color RGB value is (237,247,170).

RGB: (237,247,170) (93%, 97%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 170 of 255 = 67%

237
247
170

R + G + B ~ 86%. #EDF7AA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 247 + 170 = 654 (100%)
R 237 of 654 ~ 36.24%
G 247 of 654 ~ 37.77%
B 170 of 654 ~ 25.99'%

%36.24
%37.77
%25.99

CMYK color model

#EDF7AA color CMYK value is (4,0,31,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 3.14%

CMYK: (4,0,31,3)
C4M0Y31K3 (4%, 0%, 31%, 3%)
(0.04 / 0.00 / 0.31 / 0.03)

CMYK percentages

%4.05
%0
%31.17
%3.14

Codes

Color #EDF7AA in popluar color models

ED F7 AA
RGB 237 247 170
HSL 68° 82.80% 81.76%
HSB/HSV 68° 31.17% 96.86%
CMYK 4.05% 0.00% 31.17%
3.14%

Color #EDF7AA in popluar number systems.

HEX ED F7 AA
Decimal 237 247 170
Binary 11101101 11110111 10101010
Octal 355 367 252

Shades and tints

Shades of #EDF7AA

#EDF7AA
(237,247,170)
#D8E19B
(216,225,155)
#C3CB8C
(195,203,140)
#AEB57D
(174,181,125)
#999F6E
(153,159,110)
#84895F
(132,137,95)
#6F7350
(111,115,80)
#5A5D41
(90,93,65)
#454732
(69,71,50)
#303123
(48,49,35)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDF7AA

#EDF7AA
(237,247,170)
#EEF7B1
(238,247,177)
#EFF7B8
(239,247,184)
#F0F7BF
(240,247,191)
#F1F7C6
(241,247,198)
#F2F7CD
(242,247,205)
#F3F7D4
(243,247,212)
#F4F7DB
(244,247,219)
#F5F7E2
(245,247,226)
#F6F7E9
(246,247,233)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7AA color. Also use rgb(237,247,170) instead hex code.

Text Font Color

.myTextColor { color: #EDF7AA; }

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

This text font color is #EDF7AA.

Background Color

.myBgColor { background-color: #EDF7AA; }

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

This div background color is #EDF7AA.

Border color

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

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

This div border color is #EDF7AA.

Opacity

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

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

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

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

This text has shadow with #EDF7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF7AA.

Preview

Color preview on black background

This text has color #EDF7AA on black background.


Color preview on white background

This text has color #EDF7AA on white background.


Black color preview on #EDF7AA background

This text has black color on #EDF7AA background.


White color preview on #EDF7AA background

This text has white color on #EDF7AA background.


Related colors

Complementary color

Complementary color for #hex is #120855.


I love getcolorcode.com

Triadic colors

1 #AAEDF7 and #F7AAED with #EDF7AA are triadic colors.

2 #AAF7ED and #F7EDAA with #EDF7AA are triadic colors.