COLOR #E1CEBE

HEX: #E1CEBE RGB: (225,206,190)

Color info

#E1CEBE contains red, green and blue colors in about the same proportion. Web safe color of #E1CEBE is #CCCCCC (or #CCC).

RGB color model

#E1CEBE color RGB value is (225,206,190).

RGB: (225,206,190) (88%, 81%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 190 of 255 = 75%

225
206
190

R + G + B ~ 81%. #E1CEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 206 + 190 = 621 (100%)
R 225 of 621 ~ 36.23%
G 206 of 621 ~ 33.17%
B 190 of 621 ~ 30.6'%

%36.23
%33.17
%30.6

CMYK color model

#E1CEBE color CMYK value is (0,8,16,12).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 15.56%
  • key color value is 11.76%

CMYK: (0,8,16,12)
C0M8Y16K12 (0%, 8%, 16%, 12%)
(0.00 / 0.08 / 0.16 / 0.12)

CMYK percentages

%0
%8.44
%15.56
%11.76

Codes

Color #E1CEBE in popluar color models

E1 CE BE
RGB 225 206 190
HSL 27° 36.84% 81.37%
HSB/HSV 27° 15.56% 88.24%
CMYK 0.00% 8.44% 15.56%
11.76%

Color #E1CEBE in popluar number systems.

HEX E1 CE BE
Decimal 225 206 190
Binary 11100001 11001110 10111110
Octal 341 316 276

Shades and tints

Shades of #E1CEBE

#E1CEBE
(225,206,190)
#CDBCAD
(205,188,173)
#B9AA9C
(185,170,156)
#A5988B
(165,152,139)
#91867A
(145,134,122)
#7D7469
(125,116,105)
#696258
(105,98,88)
#555047
(85,80,71)
#413E36
(65,62,54)
#2D2C25
(45,44,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #E1CEBE

#E1CEBE
(225,206,190)
#E3D2C3
(227,210,195)
#E5D6C8
(229,214,200)
#E7DACD
(231,218,205)
#E9DED2
(233,222,210)
#EBE2D7
(235,226,215)
#EDE6DC
(237,230,220)
#EFEAE1
(239,234,225)
#F1EEE6
(241,238,230)
#F3F2EB
(243,242,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CEBE color. Also use rgb(225,206,190) instead hex code.

Text Font Color

.myTextColor { color: #E1CEBE; }

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

This text font color is #E1CEBE.

Background Color

.myBgColor { background-color: #E1CEBE; }

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

This div background color is #E1CEBE.

Border color

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

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

This div border color is #E1CEBE.

Opacity

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

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

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

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

This text has shadow with #E1CEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CEBE.

Preview

Color preview on black background

This text has color #E1CEBE on black background.


Color preview on white background

This text has color #E1CEBE on white background.


Black color preview on #E1CEBE background

This text has black color on #E1CEBE background.


White color preview on #E1CEBE background

This text has white color on #E1CEBE background.


Related colors

Complementary color

Complementary color for #hex is #1E3141.


I love getcolorcode.com

Triadic colors

1 #BEE1CE and #CEBEE1 with #E1CEBE are triadic colors.

2 #BECEE1 and #CEE1BE with #E1CEBE are triadic colors.