COLOR #EDE1CB

HEX: #EDE1CB RGB: (237,225,203)

Color info

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

RGB color model

#EDE1CB color RGB value is (237,225,203).

RGB: (237,225,203) (93%, 88%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 203 of 255 = 80%

237
225
203

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

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 203 = 665 (100%)
R 237 of 665 ~ 35.64%
G 225 of 665 ~ 33.83%
B 203 of 665 ~ 30.53'%

%35.64
%33.83
%30.53

CMYK color model

#EDE1CB color CMYK value is (0,5,14,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK: (0,5,14,7) C0M5Y14K7 (0%,5%,14%,7%) (0.00/0.05/0.14/0.07) 

CMYK percentages

%0
%5.06
%14.35
%7.06

Codes

Color #EDE1CB in popluar color models

ED E1 CB
RGB 237 225 203
HSL 39° 48.57% 86.27%
HSB/HSV 39° 14.35% 92.94%
CMYK 0.00% 5.06% 14.35%
7.06%

Color #EDE1CB in popluar number systems.

HEX ED E1 CB
Decimal 237 225 203
Binary 11101101 11100001 11001011
Octal 355 341 313

Shades and tints

Shades of #EDE1CB

#EDE1CB
(237,225,203)
#D8CDB9
(216,205,185)
#C3B9A7
(195,185,167)
#AEA595
(174,165,149)
#999183
(153,145,131)
#847D71
(132,125,113)
#6F695F
(111,105,95)
#5A554D
(90,85,77)
#45413B
(69,65,59)
#302D29
(48,45,41)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDE1CB

#EDE1CB
(237,225,203)
#EEE3CF
(238,227,207)
#EFE5D3
(239,229,211)
#F0E7D7
(240,231,215)
#F1E9DB
(241,233,219)
#F2EBDF
(242,235,223)
#F3EDE3
(243,237,227)
#F4EFE7
(244,239,231)
#F5F1EB
(245,241,235)
#F6F3EF
(246,243,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1CB; }

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

This text font color is #EDE1CB.

Background Color

.myBgColor { background-color: #EDE1CB; }

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

This div background color is #EDE1CB.

Border color

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

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

This div border color is #EDE1CB.

Opacity

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

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

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

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

This text has shadow with #EDE1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE1CB.

Preview

Color preview on black background

This text has color #EDE1CB on black background.


Color preview on white background

This text has color #EDE1CB on white background.


Black color preview on #EDE1CB background

This text has black color on #EDE1CB background.


White color preview on #EDE1CB background

This text has white color on #EDE1CB background.


Related colors

Complementary color

Complementary color for #hex is #121E34.


I love getcolorcode.com

Triadic colors

1 #CBEDE1 and #E1CBED with #EDE1CB are triadic colors.

2 #CBE1ED and #E1EDCB with #EDE1CB are triadic colors.