COLOR #E1EBCA

HEX: #E1EBCA RGB: (225,235,202)

Color info

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

RGB color model

#E1EBCA color RGB value is (225,235,202).

RGB: (225,235,202) (88%, 92%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 202 of 255 = 79%

225
235
202

R + G + B ~ 86%. #E1EBCA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 202 = 662 (100%)
R 225 of 662 ~ 33.99%
G 235 of 662 ~ 35.5%
B 202 of 662 ~ 30.51'%

%33.99
%35.5
%30.51

CMYK color model

#E1EBCA color CMYK value is (4,0,14,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 7.84%

CMYK: (4,0,14,8)
C4M0Y14K8 (4%, 0%, 14%, 8%)
(0.04 / 0.00 / 0.14 / 0.08)

CMYK percentages

%4.26
%0
%14.04
%7.84

Codes

Color #E1EBCA in popluar color models

E1 EB CA
RGB 225 235 202
HSL 78° 45.21% 85.69%
HSB/HSV 78° 14.04% 92.16%
CMYK 4.26% 0.00% 14.04%
7.84%

Color #E1EBCA in popluar number systems.

HEX E1 EB CA
Decimal 225 235 202
Binary 11100001 11101011 11001010
Octal 341 353 312

Shades and tints

Shades of #E1EBCA

#E1EBCA
(225,235,202)
#CDD6B8
(205,214,184)
#B9C1A6
(185,193,166)
#A5AC94
(165,172,148)
#919782
(145,151,130)
#7D8270
(125,130,112)
#696D5E
(105,109,94)
#55584C
(85,88,76)
#41433A
(65,67,58)
#2D2E28
(45,46,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #E1EBCA

#E1EBCA
(225,235,202)
#E3ECCE
(227,236,206)
#E5EDD2
(229,237,210)
#E7EED6
(231,238,214)
#E9EFDA
(233,239,218)
#EBF0DE
(235,240,222)
#EDF1E2
(237,241,226)
#EFF2E6
(239,242,230)
#F1F3EA
(241,243,234)
#F3F4EE
(243,244,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBCA; }

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

This text font color is #E1EBCA.

Background Color

.myBgColor { background-color: #E1EBCA; }

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

This div background color is #E1EBCA.

Border color

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

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

This div border color is #E1EBCA.

Opacity

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

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

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

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

This text has shadow with #E1EBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBCA.

Preview

Color preview on black background

This text has color #E1EBCA on black background.


Color preview on white background

This text has color #E1EBCA on white background.


Black color preview on #E1EBCA background

This text has black color on #E1EBCA background.


White color preview on #E1EBCA background

This text has white color on #E1EBCA background.


Related colors

Complementary color

Complementary color for #hex is #1E1435.


I love getcolorcode.com

Triadic colors

1 #CAE1EB and #EBCAE1 with #E1EBCA are triadic colors.

2 #CAEBE1 and #EBE1CA with #E1EBCA are triadic colors.