COLOR #EDEDC1

HEX: #EDEDC1
RGB: (237,237,193)

Color info

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

RGB color model

#EDEDC1 color RGB value is (237,237,193).

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

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 193 of 255 = 76%

237
237
193

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 193 = 667 (100%)
R 237 of 667 ~ 35.53%
G 237 of 667 ~ 35.53%
B 193 of 667 ~ 28.94%

%35.53
%35.53
%28.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(0,0,19,7)
C0M0Y19K7 
(0%,0%,19%,7%)
(0.00/0.00/0.19/0.07)	

CMYK percentages

%0
%0
%18.57
%7.06

Codes

Color #EDEDC1 in popluar color models

EDEDC1
RGB237237193
HSL60°55.00%84.31%
HSB/HSV60°18.57%92.94%
CMYK0.00%0.00%18.57%
7.06%

Color #EDEDC1 in popluar number systems.

HEXEDEDC1
Decimal237237193
Binary111011011110110111000001
Octal355355301

Shades and tints

Shades of #EDEDC1

#EDEDC1
(237,237,193)
#D8D8B0
(216,216,176)
#C3C39F
(195,195,159)
#AEAE8E
(174,174,142)
#99997D
(153,153,125)
#84846C
(132,132,108)
#6F6F5B
(111,111,91)
#5A5A4A
(90,90,74)
#454539
(69,69,57)
#303028
(48,48,40)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDEDC1

#EDEDC1
(237,237,193)
#EEEEC6
(238,238,198)
#EFEFCB
(239,239,203)
#F0F0D0
(240,240,208)
#F1F1D5
(241,241,213)
#F2F2DA
(242,242,218)
#F3F3DF
(243,243,223)
#F4F4E4
(244,244,228)
#F5F5E9
(245,245,233)
#F6F6EE
(246,246,238)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDC1; }

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

This text font color is #EDEDC1.


Background Color

.myBgColor { background-color: #EDEDC1; }

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

This div background color is #EDEDC1.


Border color

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

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

This div border color is #EDEDC1.


Opacity

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

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

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

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

This text has shadow with #EDEDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDC1 on black background.


Color preview on white background

This text has color #EDEDC1 on white background.



Black color preview on #EDEDC1 background

This text has black color on #EDEDC1 background.


White color preview on #EDEDC1 background

This text has white color on #EDEDC1 background.