COLOR #E3EDCB

HEX: #E3EDCB
RGB: (227,237,203)

Color info

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

RGB color model

#E3EDCB color RGB value is (227,237,203).

  • red value is 227;
  • green value is 237;
  • blue value is 203.
RGB:
(227,237,203)
(89%,93%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 203 of 255 = 80%

227
237
203

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 203 = 667 (100%)
R 227 of 667 ~ 34.03%
G 237 of 667 ~ 35.53%
B 203 of 667 ~ 30.43%

%34.03
%35.53
%30.43

CMYK color model

#E3EDCB color CMYK value is (4,0,14,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(4,0,14,7)
C4M0Y14K7 
(4%,0%,14%,7%)
(0.04/0.00/0.14/0.07)	

CMYK percentages

%4.22
%0
%14.35
%7.06

Codes

Color #E3EDCB in popluar color models

E3EDCB
RGB227237203
HSL78°48.57%86.27%
HSB/HSV78°14.35%92.94%
CMYK4.22%0.00%14.35%
7.06%

Color #E3EDCB in popluar number systems.

HEXE3EDCB
Decimal227237203
Binary111000111110110111001011
Octal343355313

Shades and tints

Shades of #E3EDCB

#E3EDCB
(227,237,203)
#CFD8B9
(207,216,185)
#BBC3A7
(187,195,167)
#A7AE95
(167,174,149)
#939983
(147,153,131)
#7F8471
(127,132,113)
#6B6F5F
(107,111,95)
#575A4D
(87,90,77)
#43453B
(67,69,59)
#2F3029
(47,48,41)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #E3EDCB

#E3EDCB
(227,237,203)
#E5EECF
(229,238,207)
#E7EFD3
(231,239,211)
#E9F0D7
(233,240,215)
#EBF1DB
(235,241,219)
#EDF2DF
(237,242,223)
#EFF3E3
(239,243,227)
#F1F4E7
(241,244,231)
#F3F5EB
(243,245,235)
#F5F6EF
(245,246,239)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EDCB; }

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

This text font color is #E3EDCB.


Background Color

.myBgColor { background-color: #E3EDCB; }

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

This div background color is #E3EDCB.


Border color

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

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

This div border color is #E3EDCB.


Opacity

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

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

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

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

This text has shadow with #E3EDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDCB on black background.


Color preview on white background

This text has color #E3EDCB on white background.



Black color preview on #E3EDCB background

This text has black color on #E3EDCB background.


White color preview on #E3EDCB background

This text has white color on #E3EDCB background.