COLOR #EDEDC4

HEX: #EDEDC4
RGB: (237,237,196)

Color info

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

RGB color model

#EDEDC4 color RGB value is (237,237,196).

  • red value is 237;
  • green value is 237;
  • blue value is 196.
RGB:
(237,237,196)
(93%,93%,77%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 196 of 255 = 77%

237
237
196

R + G + B ~ 88%. #EDEDC4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 196 = 670 (100%)
R 237 of 670 ~ 35.37%
G 237 of 670 ~ 35.37%
B 196 of 670 ~ 29.25%

%35.37
%35.37
%29.25

CMYK color model

#EDEDC4 color CMYK value is (0,0,17,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(0,0,17,7)
C0M0Y17K7 
(0%,0%,17%,7%)
(0.00/0.00/0.17/0.07)	

CMYK percentages

%0
%0
%17.3
%7.06

Codes

Color #EDEDC4 in popluar color models

EDEDC4
RGB237237196
HSL60°53.25%84.90%
HSB/HSV60°17.30%92.94%
CMYK0.00%0.00%17.30%
7.06%

Color #EDEDC4 in popluar number systems.

HEXEDEDC4
Decimal237237196
Binary111011011110110111000100
Octal355355304

Shades and tints

Shades of #EDEDC4

#EDEDC4
(237,237,196)
#D8D8B3
(216,216,179)
#C3C3A2
(195,195,162)
#AEAE91
(174,174,145)
#999980
(153,153,128)
#84846F
(132,132,111)
#6F6F5E
(111,111,94)
#5A5A4D
(90,90,77)
#45453C
(69,69,60)
#30302B
(48,48,43)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDEDC4

#EDEDC4
(237,237,196)
#EEEEC9
(238,238,201)
#EFEFCE
(239,239,206)
#F0F0D3
(240,240,211)
#F1F1D8
(241,241,216)
#F2F2DD
(242,242,221)
#F3F3E2
(243,243,226)
#F4F4E7
(244,244,231)
#F5F5EC
(245,245,236)
#F6F6F1
(246,246,241)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDC4; }

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

This text font color is #EDEDC4.


Background Color

.myBgColor { background-color: #EDEDC4; }

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

This div background color is #EDEDC4.


Border color

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

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

This div border color is #EDEDC4.


Opacity

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

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

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

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

This text has shadow with #EDEDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDC4 on black background.


Color preview on white background

This text has color #EDEDC4 on white background.



Black color preview on #EDEDC4 background

This text has black color on #EDEDC4 background.


White color preview on #EDEDC4 background

This text has white color on #EDEDC4 background.