COLOR #EDE5C2

HEX: #EDE5C2 RGB: (237,229,194)

Color info

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

RGB color model

#EDE5C2 color RGB value is (237,229,194).

RGB: (237,229,194) (93%, 90%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 194 of 255 = 76%

237
229
194

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

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 194 = 660 (100%)
R 237 of 660 ~ 35.91%
G 229 of 660 ~ 34.7%
B 194 of 660 ~ 29.39'%

%35.91
%34.7
%29.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 18.14%
  • 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
%3.38
%18.14
%7.06

Codes

Color #EDE5C2 in popluar color models

ED E5 C2
RGB 237 229 194
HSL 49° 54.43% 84.51%
HSB/HSV 49° 18.14% 92.94%
CMYK 0.00% 3.38% 18.14%
7.06%

Color #EDE5C2 in popluar number systems.

HEX ED E5 C2
Decimal 237 229 194
Binary 11101101 11100101 11000010
Octal 355 345 302

Shades and tints

Shades of #EDE5C2

#EDE5C2
(237,229,194)
#D8D1B1
(216,209,177)
#C3BDA0
(195,189,160)
#AEA98F
(174,169,143)
#99957E
(153,149,126)
#84816D
(132,129,109)
#6F6D5C
(111,109,92)
#5A594B
(90,89,75)
#45453A
(69,69,58)
#303129
(48,49,41)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDE5C2

#EDE5C2
(237,229,194)
#EEE7C7
(238,231,199)
#EFE9CC
(239,233,204)
#F0EBD1
(240,235,209)
#F1EDD6
(241,237,214)
#F2EFDB
(242,239,219)
#F3F1E0
(243,241,224)
#F4F3E5
(244,243,229)
#F5F5EA
(245,245,234)
#F6F7EF
(246,247,239)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5C2; }

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

This text font color is #EDE5C2.

Background Color

.myBgColor { background-color: #EDE5C2; }

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

This div background color is #EDE5C2.

Border color

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

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

This div border color is #EDE5C2.

Opacity

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

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

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

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

This text has shadow with #EDE5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5C2.

Preview

Color preview on black background

This text has color #EDE5C2 on black background.


Color preview on white background

This text has color #EDE5C2 on white background.


Black color preview on #EDE5C2 background

This text has black color on #EDE5C2 background.


White color preview on #EDE5C2 background

This text has white color on #EDE5C2 background.


Related colors

Complementary color

Complementary color for #hex is #121A3D.


I love getcolorcode.com

Triadic colors

1 #C2EDE5 and #E5C2ED with #EDE5C2 are triadic colors.

2 #C2E5ED and #E5EDC2 with #EDE5C2 are triadic colors.