COLOR #EDEAC0

HEX: #EDEAC0
RGB: (237,234,192)

Color info

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

RGB color model

#EDEAC0 color RGB value is (237,234,192).

  • red value is 237;
  • green value is 234;
  • blue value is 192.
RGB:
(237,234,192)
(93%,92%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 192 of 255 = 75%

237
234
192

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 192 = 663 (100%)
R 237 of 663 ~ 35.75%
G 234 of 663 ~ 35.29%
B 192 of 663 ~ 28.96%

%35.75
%35.29
%28.96

CMYK color model

#EDEAC0 color CMYK value is (0,1,19,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(0,1,19,7)
C0M1Y19K7 
(0%,1%,19%,7%)
(0.00/0.01/0.19/0.07)	

CMYK percentages

%0
%1.27
%18.99
%7.06

Codes

Color #EDEAC0 in popluar color models

EDEAC0
RGB237234192
HSL56°55.56%84.12%
HSB/HSV56°18.99%92.94%
CMYK0.00%1.27%18.99%
7.06%

Color #EDEAC0 in popluar number systems.

HEXEDEAC0
Decimal237234192
Binary111011011110101011000000
Octal355352300

Shades and tints

Shades of #EDEAC0

#EDEAC0
(237,234,192)
#D8D5AF
(216,213,175)
#C3C09E
(195,192,158)
#AEAB8D
(174,171,141)
#99967C
(153,150,124)
#84816B
(132,129,107)
#6F6C5A
(111,108,90)
#5A5749
(90,87,73)
#454238
(69,66,56)
#302D27
(48,45,39)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDEAC0

#EDEAC0
(237,234,192)
#EEEBC5
(238,235,197)
#EFECCA
(239,236,202)
#F0EDCF
(240,237,207)
#F1EED4
(241,238,212)
#F2EFD9
(242,239,217)
#F3F0DE
(243,240,222)
#F4F1E3
(244,241,227)
#F5F2E8
(245,242,232)
#F6F3ED
(246,243,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEAC0 color. Also use rgb(237,234,192) instead hex code.

Text Font Color

.myTextColor { color: #EDEAC0; }

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

This text font color is #EDEAC0.


Background Color

.myBgColor { background-color: #EDEAC0; }

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

This div background color is #EDEAC0.


Border color

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

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

This div border color is #EDEAC0.


Opacity

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

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

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

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

This text has shadow with #EDEAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAC0 on black background.


Color preview on white background

This text has color #EDEAC0 on white background.



Black color preview on #EDEAC0 background

This text has black color on #EDEAC0 background.


White color preview on #EDEAC0 background

This text has white color on #EDEAC0 background.