COLOR #EDE3C5

HEX: #EDE3C5 RGB: (237,227,197)

Color info

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

RGB color model

#EDE3C5 color RGB value is (237,227,197).

RGB: (237,227,197) (93%, 89%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 197 of 255 = 77%

237
227
197

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 197 = 661 (100%)
R 237 of 661 ~ 35.85%
G 227 of 661 ~ 34.34%
B 197 of 661 ~ 29.8'%

%35.85
%34.34
%29.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK: (0,4,17,7) C0M4Y17K7 (0%,4%,17%,7%) (0.00/0.04/0.17/0.07) 

CMYK percentages

%0
%4.22
%16.88
%7.06

Codes

Color #EDE3C5 in popluar color models

ED E3 C5
RGB 237 227 197
HSL 45° 52.63% 85.10%
HSB/HSV 45° 16.88% 92.94%
CMYK 0.00% 4.22% 16.88%
7.06%

Color #EDE3C5 in popluar number systems.

HEX ED E3 C5
Decimal 237 227 197
Binary 11101101 11100011 11000101
Octal 355 343 305

Shades and tints

Shades of #EDE3C5

#EDE3C5
(237,227,197)
#D8CFB4
(216,207,180)
#C3BBA3
(195,187,163)
#AEA792
(174,167,146)
#999381
(153,147,129)
#847F70
(132,127,112)
#6F6B5F
(111,107,95)
#5A574E
(90,87,78)
#45433D
(69,67,61)
#302F2C
(48,47,44)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDE3C5

#EDE3C5
(237,227,197)
#EEE5CA
(238,229,202)
#EFE7CF
(239,231,207)
#F0E9D4
(240,233,212)
#F1EBD9
(241,235,217)
#F2EDDE
(242,237,222)
#F3EFE3
(243,239,227)
#F4F1E8
(244,241,232)
#F5F3ED
(245,243,237)
#F6F5F2
(246,245,242)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3C5; }

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

This text font color is #EDE3C5.

Background Color

.myBgColor { background-color: #EDE3C5; }

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

This div background color is #EDE3C5.

Border color

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

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

This div border color is #EDE3C5.

Opacity

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

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

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

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

This text has shadow with #EDE3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3C5.

Preview

Color preview on black background

This text has color #EDE3C5 on black background.


Color preview on white background

This text has color #EDE3C5 on white background.


Black color preview on #EDE3C5 background

This text has black color on #EDE3C5 background.


White color preview on #EDE3C5 background

This text has white color on #EDE3C5 background.


Related colors

Complementary color

Complementary color for #hex is #121C3A.


I love getcolorcode.com

Triadic colors

1 #C5EDE3 and #E3C5ED with #EDE3C5 are triadic colors.

2 #C5E3ED and #E3EDC5 with #EDE3C5 are triadic colors.