COLOR #EDE3C1

HEX: #EDE3C1 RGB: (237,227,193)

Color info

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

RGB color model

#EDE3C1 color RGB value is (237,227,193).

RGB: (237,227,193) (93%, 89%, 76%)

RGB channels and saturation

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

237
227
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 193 = 657 (100%)
R 237 of 657 ~ 36.07%
G 227 of 657 ~ 34.55%
B 193 of 657 ~ 29.38'%

%36.07
%34.55
%29.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 18.57%
  • key color value is 7.06%

CMYK: (0,4,19,7)
C0M4Y19K7 (0%, 4%, 19%, 7%)
(0.00 / 0.04 / 0.19 / 0.07)

CMYK percentages

%0
%4.22
%18.57
%7.06

Codes

Color #EDE3C1 in popluar color models

ED E3 C1
RGB 237 227 193
HSL 46° 55.00% 84.31%
HSB/HSV 46° 18.57% 92.94%
CMYK 0.00% 4.22% 18.57%
7.06%

Color #EDE3C1 in popluar number systems.

HEX ED E3 C1
Decimal 237 227 193
Binary 11101101 11100011 11000001
Octal 355 343 301

Shades and tints

Shades of #EDE3C1

#EDE3C1
(237,227,193)
#D8CFB0
(216,207,176)
#C3BB9F
(195,187,159)
#AEA78E
(174,167,142)
#99937D
(153,147,125)
#847F6C
(132,127,108)
#6F6B5B
(111,107,91)
#5A574A
(90,87,74)
#454339
(69,67,57)
#302F28
(48,47,40)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDE3C1

#EDE3C1
(237,227,193)
#EEE5C6
(238,229,198)
#EFE7CB
(239,231,203)
#F0E9D0
(240,233,208)
#F1EBD5
(241,235,213)
#F2EDDA
(242,237,218)
#F3EFDF
(243,239,223)
#F4F1E4
(244,241,228)
#F5F3E9
(245,243,233)
#F6F5EE
(246,245,238)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3C1; }

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

This text font color is #EDE3C1.

Background Color

.myBgColor { background-color: #EDE3C1; }

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

This div background color is #EDE3C1.

Border color

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

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

This div border color is #EDE3C1.

Opacity

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

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

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

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

This text has shadow with #EDE3C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3C1.

Preview

Color preview on black background

This text has color #EDE3C1 on black background.


Color preview on white background

This text has color #EDE3C1 on white background.


Black color preview on #EDE3C1 background

This text has black color on #EDE3C1 background.


White color preview on #EDE3C1 background

This text has white color on #EDE3C1 background.


Related colors

Complementary color

Complementary color for #hex is #121C3E.


I love getcolorcode.com

Triadic colors

1 #C1EDE3 and #E3C1ED with #EDE3C1 are triadic colors.

2 #C1E3ED and #E3EDC1 with #EDE3C1 are triadic colors.