COLOR #EDF7A3

HEX: #EDF7A3 RGB: (237,247,163)

Color info

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

RGB color model

#EDF7A3 color RGB value is (237,247,163).

RGB: (237,247,163) (93%, 97%, 64%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 163 of 255 = 64%

237
247
163

R + G + B ~ 85%. #EDF7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 247 + 163 = 647 (100%)
R 237 of 647 ~ 36.63%
G 247 of 647 ~ 38.18%
B 163 of 647 ~ 25.19'%

%36.63
%38.18
%25.19

CMYK color model

#EDF7A3 color CMYK value is (4,0,34,3).

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

CMYK: (4,0,34,3)
C4M0Y34K3 (4%, 0%, 34%, 3%)
(0.04 / 0.00 / 0.34 / 0.03)

CMYK percentages

%4.05
%0
%34.01
%3.14

Codes

Color #EDF7A3 in popluar color models

ED F7 A3
RGB 237 247 163
HSL 67° 84.00% 80.39%
HSB/HSV 67° 34.01% 96.86%
CMYK 4.05% 0.00% 34.01%
3.14%

Color #EDF7A3 in popluar number systems.

HEX ED F7 A3
Decimal 237 247 163
Binary 11101101 11110111 10100011
Octal 355 367 243

Shades and tints

Shades of #EDF7A3

#EDF7A3
(237,247,163)
#D8E195
(216,225,149)
#C3CB87
(195,203,135)
#AEB579
(174,181,121)
#999F6B
(153,159,107)
#84895D
(132,137,93)
#6F734F
(111,115,79)
#5A5D41
(90,93,65)
#454733
(69,71,51)
#303125
(48,49,37)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDF7A3

#EDF7A3
(237,247,163)
#EEF7AB
(238,247,171)
#EFF7B3
(239,247,179)
#F0F7BB
(240,247,187)
#F1F7C3
(241,247,195)
#F2F7CB
(242,247,203)
#F3F7D3
(243,247,211)
#F4F7DB
(244,247,219)
#F5F7E3
(245,247,227)
#F6F7EB
(246,247,235)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7A3; }

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

This text font color is #EDF7A3.

Background Color

.myBgColor { background-color: #EDF7A3; }

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

This div background color is #EDF7A3.

Border color

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

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

This div border color is #EDF7A3.

Opacity

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

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

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

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

This text has shadow with #EDF7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF7A3.

Preview

Color preview on black background

This text has color #EDF7A3 on black background.


Color preview on white background

This text has color #EDF7A3 on white background.


Black color preview on #EDF7A3 background

This text has black color on #EDF7A3 background.


White color preview on #EDF7A3 background

This text has white color on #EDF7A3 background.


Related colors

Complementary color

Complementary color for #hex is #12085C.


I love getcolorcode.com

Triadic colors

1 #A3EDF7 and #F7A3ED with #EDF7A3 are triadic colors.

2 #A3F7ED and #F7EDA3 with #EDF7A3 are triadic colors.