COLOR #EDE3E4

HEX: #EDE3E4
RGB: (237,227,228)

Color info

#EDE3E4 contains red, green and blue colors in about the same proportion. Web safe color of #EDE3E4 is #FFCCCC (or #FCC).

RGB color model

#EDE3E4 color RGB value is (237,227,228).

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

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 228 of 255 = 89%

237
227
228

R + G + B ~ 90%. #EDE3E4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 228 = 692 (100%)
R 237 of 692 ~ 34.25%
G 227 of 692 ~ 32.8%
B 228 of 692 ~ 32.95%

%34.25
%32.8
%32.95

CMYK color model

#EDE3E4 color CMYK value is (0,4,4,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,4,4,7)
C0M4Y4K7 
(0%,4%,4%,7%)
(0.00/0.04/0.04/0.07)	

CMYK percentages

%0
%4.22
%3.8
%7.06

Codes

Color #EDE3E4 in popluar color models

EDE3E4
RGB237227228
HSL354°21.74%90.98%
HSB/HSV354°4.22%92.94%
CMYK0.00%4.22%3.80%
7.06%

Color #EDE3E4 in popluar number systems.

HEXEDE3E4
Decimal237227228
Binary111011011110001111100100
Octal355343344

Shades and tints

Shades of #EDE3E4

#EDE3E4
(237,227,228)
#D8CFD0
(216,207,208)
#C3BBBC
(195,187,188)
#AEA7A8
(174,167,168)
#999394
(153,147,148)
#847F80
(132,127,128)
#6F6B6C
(111,107,108)
#5A5758
(90,87,88)
#454344
(69,67,68)
#302F30
(48,47,48)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #EDE3E4

#EDE3E4
(237,227,228)
#EEE5E6
(238,229,230)
#EFE7E8
(239,231,232)
#F0E9EA
(240,233,234)
#F1EBEC
(241,235,236)
#F2EDEE
(242,237,238)
#F3EFF0
(243,239,240)
#F4F1F2
(244,241,242)
#F5F3F4
(245,243,244)
#F6F5F6
(246,245,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3E4; }

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

This text font color is #EDE3E4.


Background Color

.myBgColor { background-color: #EDE3E4; }

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

This div background color is #EDE3E4.


Border color

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

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

This div border color is #EDE3E4.


Opacity

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

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

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

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

This text has shadow with #EDE3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3E4 on black background.


Color preview on white background

This text has color #EDE3E4 on white background.



Black color preview on #EDE3E4 background

This text has black color on #EDE3E4 background.


White color preview on #EDE3E4 background

This text has white color on #EDE3E4 background.