COLOR #EDEFE4

HEX: #EDEFE4
RGB: (237,239,228)

Color info

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

RGB color model

#EDEFE4 color RGB value is (237,239,228).

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

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 228 of 255 = 89%

237
239
228

R + G + B ~ 92%. #EDEFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 228 = 704 (100%)
R 237 of 704 ~ 33.66%
G 239 of 704 ~ 33.95%
B 228 of 704 ~ 32.39%

%33.66
%33.95
%32.39

CMYK color model

#EDEFE4 color CMYK value is (1,0,5,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(1,0,5,6)
C1M0Y5K6 
(1%,0%,5%,6%)
(0.01/0.00/0.05/0.06)	

CMYK percentages

%0.84
%0
%4.6
%6.27

Codes

Color #EDEFE4 in popluar color models

EDEFE4
RGB237239228
HSL71°25.58%91.57%
HSB/HSV71°4.60%93.73%
CMYK0.84%0.00%4.60%
6.27%

Color #EDEFE4 in popluar number systems.

HEXEDEFE4
Decimal237239228
Binary111011011110111111100100
Octal355357344

Shades and tints

Shades of #EDEFE4

#EDEFE4
(237,239,228)
#D8DAD0
(216,218,208)
#C3C5BC
(195,197,188)
#AEB0A8
(174,176,168)
#999B94
(153,155,148)
#848680
(132,134,128)
#6F716C
(111,113,108)
#5A5C58
(90,92,88)
#454744
(69,71,68)
#303230
(48,50,48)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #EDEFE4

#EDEFE4
(237,239,228)
#EEF0E6
(238,240,230)
#EFF1E8
(239,241,232)
#F0F2EA
(240,242,234)
#F1F3EC
(241,243,236)
#F2F4EE
(242,244,238)
#F3F5F0
(243,245,240)
#F4F6F2
(244,246,242)
#F5F7F4
(245,247,244)
#F6F8F6
(246,248,246)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFE4; }

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

This text font color is #EDEFE4.


Background Color

.myBgColor { background-color: #EDEFE4; }

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

This div background color is #EDEFE4.


Border color

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

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

This div border color is #EDEFE4.


Opacity

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

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

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

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

This text has shadow with #EDEFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFE4 on black background.


Color preview on white background

This text has color #EDEFE4 on white background.



Black color preview on #EDEFE4 background

This text has black color on #EDEFE4 background.


White color preview on #EDEFE4 background

This text has white color on #EDEFE4 background.