COLOR #EDEFB4

HEX: #EDEFB4
RGB: (237,239,180)

Color info

#EDEFB4 contains red, green and blue colors in about the same proportion. Web safe color of #EDEFB4 is #FFFFCC (or #FFC).

RGB color model

#EDEFB4 color RGB value is (237,239,180).

  • red value is 237;
  • green value is 239;
  • blue value is 180.
RGB:
(237,239,180)
(93%,94%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 180 of 255 = 71%

237
239
180

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

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 180 = 656 (100%)
R 237 of 656 ~ 36.13%
G 239 of 656 ~ 36.43%
B 180 of 656 ~ 27.44%

%36.13
%36.43
%27.44

CMYK color model

#EDEFB4 color CMYK value is (1,0,25,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(1,0,25,6)
C1M0Y25K6 
(1%,0%,25%,6%)
(0.01/0.00/0.25/0.06)	

CMYK percentages

%0.84
%0
%24.69
%6.27

Codes

Color #EDEFB4 in popluar color models

EDEFB4
RGB237239180
HSL62°64.84%82.16%
HSB/HSV62°24.69%93.73%
CMYK0.84%0.00%24.69%
6.27%

Color #EDEFB4 in popluar number systems.

HEXEDEFB4
Decimal237239180
Binary111011011110111110110100
Octal355357264

Shades and tints

Shades of #EDEFB4

#EDEFB4
(237,239,180)
#D8DAA4
(216,218,164)
#C3C594
(195,197,148)
#AEB084
(174,176,132)
#999B74
(153,155,116)
#848664
(132,134,100)
#6F7154
(111,113,84)
#5A5C44
(90,92,68)
#454734
(69,71,52)
#303224
(48,50,36)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #EDEFB4

#EDEFB4
(237,239,180)
#EEF0BA
(238,240,186)
#EFF1C0
(239,241,192)
#F0F2C6
(240,242,198)
#F1F3CC
(241,243,204)
#F2F4D2
(242,244,210)
#F3F5D8
(243,245,216)
#F4F6DE
(244,246,222)
#F5F7E4
(245,247,228)
#F6F8EA
(246,248,234)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFB4; }

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

This text font color is #EDEFB4.


Background Color

.myBgColor { background-color: #EDEFB4; }

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

This div background color is #EDEFB4.


Border color

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

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

This div border color is #EDEFB4.


Opacity

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

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

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

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

This text has shadow with #EDEFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFB4 on black background.


Color preview on white background

This text has color #EDEFB4 on white background.



Black color preview on #EDEFB4 background

This text has black color on #EDEFB4 background.


White color preview on #EDEFB4 background

This text has white color on #EDEFB4 background.