COLOR #EDF7B4

HEX: #EDF7B4 RGB: (237,247,180)

Color info

#EDF7B4 contains mainly red and green colors. Web safe color of #EDF7B4 is #FFFFCC (or #FFC).

RGB color model

#EDF7B4 color RGB value is (237,247,180).

RGB: (237,247,180) (93%, 97%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 180 of 255 = 71%

237
247
180

R + G + B ~ 87%. #EDF7B4 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 247 + 180 = 664 (100%)
R 237 of 664 ~ 35.69%
G 247 of 664 ~ 37.2%
B 180 of 664 ~ 27.11'%

%35.69
%37.2
%27.11

CMYK color model

#EDF7B4 color CMYK value is (4,0,27,3).

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

CMYK: (4,0,27,3)
C4M0Y27K3 (4%, 0%, 27%, 3%)
(0.04 / 0.00 / 0.27 / 0.03)

CMYK percentages

%4.05
%0
%27.13
%3.14

Codes

Color #EDF7B4 in popluar color models

ED F7 B4
RGB 237 247 180
HSL 69° 80.72% 83.73%
HSB/HSV 69° 27.13% 96.86%
CMYK 4.05% 0.00% 27.13%
3.14%

Color #EDF7B4 in popluar number systems.

HEX ED F7 B4
Decimal 237 247 180
Binary 11101101 11110111 10110100
Octal 355 367 264

Shades and tints

Shades of #EDF7B4

#EDF7B4
(237,247,180)
#D8E1A4
(216,225,164)
#C3CB94
(195,203,148)
#AEB584
(174,181,132)
#999F74
(153,159,116)
#848964
(132,137,100)
#6F7354
(111,115,84)
#5A5D44
(90,93,68)
#454734
(69,71,52)
#303124
(48,49,36)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDF7B4

#EDF7B4
(237,247,180)
#EEF7BA
(238,247,186)
#EFF7C0
(239,247,192)
#F0F7C6
(240,247,198)
#F1F7CC
(241,247,204)
#F2F7D2
(242,247,210)
#F3F7D8
(243,247,216)
#F4F7DE
(244,247,222)
#F5F7E4
(245,247,228)
#F6F7EA
(246,247,234)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7B4; }

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

This text font color is #EDF7B4.

Background Color

.myBgColor { background-color: #EDF7B4; }

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

This div background color is #EDF7B4.

Border color

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

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

This div border color is #EDF7B4.

Opacity

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

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

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

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

This text has shadow with #EDF7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF7B4.

Preview

Color preview on black background

This text has color #EDF7B4 on black background.


Color preview on white background

This text has color #EDF7B4 on white background.


Black color preview on #EDF7B4 background

This text has black color on #EDF7B4 background.


White color preview on #EDF7B4 background

This text has white color on #EDF7B4 background.


Related colors

Complementary color

Complementary color for #hex is #12084B.


I love getcolorcode.com

Triadic colors

1 #B4EDF7 and #F7B4ED with #EDF7B4 are triadic colors.

2 #B4F7ED and #F7EDB4 with #EDF7B4 are triadic colors.