COLOR #E1EBBD

HEX: #E1EBBD
RGB: (225,235,189)

Color info

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

RGB color model

#E1EBBD color RGB value is (225,235,189).

  • red value is 225;
  • green value is 235;
  • blue value is 189.
RGB:
(225,235,189)
(88%,92%,74%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 189 of 255 = 74%

225
235
189

R + G + B ~ 85%. #E1EBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 189 = 649 (100%)
R 225 of 649 ~ 34.67%
G 235 of 649 ~ 36.21%
B 189 of 649 ~ 29.12%

%34.67
%36.21
%29.12

CMYK color model

#E1EBBD color CMYK value is (4,0,20,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(4,0,20,8)
C4M0Y20K8 
(4%,0%,20%,8%)
(0.04/0.00/0.20/0.08)	

CMYK percentages

%4.26
%0
%19.57
%7.84

Codes

Color #E1EBBD in popluar color models

E1EBBD
RGB225235189
HSL73°53.49%83.14%
HSB/HSV73°19.57%92.16%
CMYK4.26%0.00%19.57%
7.84%

Color #E1EBBD in popluar number systems.

HEXE1EBBD
Decimal225235189
Binary111000011110101110111101
Octal341353275

Shades and tints

Shades of #E1EBBD

#E1EBBD
(225,235,189)
#CDD6AC
(205,214,172)
#B9C19B
(185,193,155)
#A5AC8A
(165,172,138)
#919779
(145,151,121)
#7D8268
(125,130,104)
#696D57
(105,109,87)
#555846
(85,88,70)
#414335
(65,67,53)
#2D2E24
(45,46,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #E1EBBD

#E1EBBD
(225,235,189)
#E3ECC3
(227,236,195)
#E5EDC9
(229,237,201)
#E7EECF
(231,238,207)
#E9EFD5
(233,239,213)
#EBF0DB
(235,240,219)
#EDF1E1
(237,241,225)
#EFF2E7
(239,242,231)
#F1F3ED
(241,243,237)
#F3F4F3
(243,244,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EBBD color. Also use rgb(225,235,189) instead hex code.

Text Font Color

.myTextColor { color: #E1EBBD; }

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

This text font color is #E1EBBD.


Background Color

.myBgColor { background-color: #E1EBBD; }

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

This div background color is #E1EBBD.


Border color

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

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

This div border color is #E1EBBD.


Opacity

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

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

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

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

This text has shadow with #E1EBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBBD on black background.


Color preview on white background

This text has color #E1EBBD on white background.



Black color preview on #E1EBBD background

This text has black color on #E1EBBD background.


White color preview on #E1EBBD background

This text has white color on #E1EBBD background.