COLOR #EDE6C3

HEX: #EDE6C3
RGB: (237,230,195)

Color info

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

RGB color model

#EDE6C3 color RGB value is (237,230,195).

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

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 195 of 255 = 76%

237
230
195

R + G + B ~ 86%. #EDE6C3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 195 = 662 (100%)
R 237 of 662 ~ 35.8%
G 230 of 662 ~ 34.74%
B 195 of 662 ~ 29.46%

%35.8
%34.74
%29.46

CMYK color model

#EDE6C3 color CMYK value is (0,3,18,7).

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 17.72%
  • key color value is 7.06%
CMYK:
(0,3,18,7)
C0M3Y18K7 
(0%,3%,18%,7%)
(0.00/0.03/0.18/0.07)	

CMYK percentages

%0
%2.95
%17.72
%7.06

Codes

Color #EDE6C3 in popluar color models

EDE6C3
RGB237230195
HSL50°53.85%84.71%
HSB/HSV50°17.72%92.94%
CMYK0.00%2.95%17.72%
7.06%

Color #EDE6C3 in popluar number systems.

HEXEDE6C3
Decimal237230195
Binary111011011110011011000011
Octal355346303

Shades and tints

Shades of #EDE6C3

#EDE6C3
(237,230,195)
#D8D2B2
(216,210,178)
#C3BEA1
(195,190,161)
#AEAA90
(174,170,144)
#99967F
(153,150,127)
#84826E
(132,130,110)
#6F6E5D
(111,110,93)
#5A5A4C
(90,90,76)
#45463B
(69,70,59)
#30322A
(48,50,42)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #EDE6C3

#EDE6C3
(237,230,195)
#EEE8C8
(238,232,200)
#EFEACD
(239,234,205)
#F0ECD2
(240,236,210)
#F1EED7
(241,238,215)
#F2F0DC
(242,240,220)
#F3F2E1
(243,242,225)
#F4F4E6
(244,244,230)
#F5F6EB
(245,246,235)
#F6F8F0
(246,248,240)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6C3; }

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

This text font color is #EDE6C3.


Background Color

.myBgColor { background-color: #EDE6C3; }

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

This div background color is #EDE6C3.


Border color

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

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

This div border color is #EDE6C3.


Opacity

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

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

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

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

This text has shadow with #EDE6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6C3 on black background.


Color preview on white background

This text has color #EDE6C3 on white background.



Black color preview on #EDE6C3 background

This text has black color on #EDE6C3 background.


White color preview on #EDE6C3 background

This text has white color on #EDE6C3 background.