COLOR #E1EDCB

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

Color info

#E1EDCB contains red, green and blue colors in about the same proportion. Web safe color of #E1EDCB is #CCFFCC (or #CFC).

RGB color model

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

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

RGB channels and saturation

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

225
237
203

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

Portions of RGB colors in percentages

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

%33.83
%35.64
%30.53

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 7.06%

CMYK: (5,0,14,7)
C5M0Y14K7 (5%, 0%, 14%, 7%)
(0.05 / 0.00 / 0.14 / 0.07)

CMYK percentages

%5.06
%0
%14.35
%7.06

Codes

Color #E1EDCB in popluar color models

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

Color #E1EDCB in popluar number systems.

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

Shades and tints

Shades of #E1EDCB

#E1EDCB
(225,237,203)
#CDD8B9
(205,216,185)
#B9C3A7
(185,195,167)
#A5AE95
(165,174,149)
#919983
(145,153,131)
#7D8471
(125,132,113)
#696F5F
(105,111,95)
#555A4D
(85,90,77)
#41453B
(65,69,59)
#2D3029
(45,48,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #E1EDCB

#E1EDCB
(225,237,203)
#E3EECF
(227,238,207)
#E5EFD3
(229,239,211)
#E7F0D7
(231,240,215)
#E9F1DB
(233,241,219)
#EBF2DF
(235,242,223)
#EDF3E3
(237,243,227)
#EFF4E7
(239,244,231)
#F1F5EB
(241,245,235)
#F3F6EF
(243,246,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EDCB; }

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

This text font color is #E1EDCB.

Background Color

.myBgColor { background-color: #E1EDCB; }

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

This div background color is #E1EDCB.

Border color

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

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

This div border color is #E1EDCB.

Opacity

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

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

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

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

This text has shadow with #E1EDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EDCB.

Preview

Color preview on black background

This text has color #E1EDCB on black background.


Color preview on white background

This text has color #E1EDCB on white background.


Black color preview on #E1EDCB background

This text has black color on #E1EDCB background.


White color preview on #E1EDCB background

This text has white color on #E1EDCB background.


Related colors

Complementary color

Complementary color for #hex is #1E1234.


I love getcolorcode.com

Triadic colors

1 #CBE1ED and #EDCBE1 with #E1EDCB are triadic colors.

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