COLOR #EDEFE1

HEX: #EDEFE1
RGB: (237,239,225)

Color info

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

RGB color model

#EDEFE1 color RGB value is (237,239,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 225 of 255 = 88%

237
239
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 225 = 701 (100%)
R 237 of 701 ~ 33.81%
G 239 of 701 ~ 34.09%
B 225 of 701 ~ 32.1%

%33.81
%34.09
%32.1

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(1,0,6,6)
C1M0Y6K6 
(1%,0%,6%,6%)
(0.01/0.00/0.06/0.06)	

CMYK percentages

%0.84
%0
%5.86
%6.27

Codes

Color #EDEFE1 in popluar color models

EDEFE1
RGB237239225
HSL69°30.43%90.98%
HSB/HSV69°5.86%93.73%
CMYK0.84%0.00%5.86%
6.27%

Color #EDEFE1 in popluar number systems.

HEXEDEFE1
Decimal237239225
Binary111011011110111111100001
Octal355357341

Shades and tints

Shades of #EDEFE1

#EDEFE1
(237,239,225)
#D8DACD
(216,218,205)
#C3C5B9
(195,197,185)
#AEB0A5
(174,176,165)
#999B91
(153,155,145)
#84867D
(132,134,125)
#6F7169
(111,113,105)
#5A5C55
(90,92,85)
#454741
(69,71,65)
#30322D
(48,50,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #EDEFE1

#EDEFE1
(237,239,225)
#EEF0E3
(238,240,227)
#EFF1E5
(239,241,229)
#F0F2E7
(240,242,231)
#F1F3E9
(241,243,233)
#F2F4EB
(242,244,235)
#F3F5ED
(243,245,237)
#F4F6EF
(244,246,239)
#F5F7F1
(245,247,241)
#F6F8F3
(246,248,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFE1; }

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

This text font color is #EDEFE1.


Background Color

.myBgColor { background-color: #EDEFE1; }

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

This div background color is #EDEFE1.


Border color

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

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

This div border color is #EDEFE1.


Opacity

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

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

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

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

This text has shadow with #EDEFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFE1 on black background.


Color preview on white background

This text has color #EDEFE1 on white background.



Black color preview on #EDEFE1 background

This text has black color on #EDEFE1 background.


White color preview on #EDEFE1 background

This text has white color on #EDEFE1 background.