COLOR #E0E1CC

HEX: #E0E1CC RGB: (224,225,204)

Color info

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

RGB color model

#E0E1CC color RGB value is (224,225,204).

RGB: (224,225,204) (88%, 88%, 80%)

RGB channels and saturation

R 224 of 255 = 88%
G 225 of 255 = 88%
B 204 of 255 = 80%

224
225
204

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

Portions of RGB colors in percentages

R + G + B = 224 + 225 + 204 = 653 (100%)
R 224 of 653 ~ 34.3%
G 225 of 653 ~ 34.46%
B 204 of 653 ~ 31.24'%

%34.3
%34.46
%31.24

CMYK color model

#E0E1CC color CMYK value is (0,0,9,12).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%

CMYK: (0,0,9,12)
C0M0Y9K12 (0%, 0%, 9%, 12%)
(0.00 / 0.00 / 0.09 / 0.12)

CMYK percentages

%0.44
%0
%9.33
%11.76

Codes

Color #E0E1CC in popluar color models

E0 E1 CC
RGB 224 225 204
HSL 63° 25.93% 84.12%
HSB/HSV 63° 9.33% 88.24%
CMYK 0.44% 0.00% 9.33%
11.76%

Color #E0E1CC in popluar number systems.

HEX E0 E1 CC
Decimal 224 225 204
Binary 11100000 11100001 11001100
Octal 340 341 314

Shades and tints

Shades of #E0E1CC

#E0E1CC
(224,225,204)
#CCCDBA
(204,205,186)
#B8B9A8
(184,185,168)
#A4A596
(164,165,150)
#909184
(144,145,132)
#7C7D72
(124,125,114)
#686960
(104,105,96)
#54554E
(84,85,78)
#40413C
(64,65,60)
#2C2D2A
(44,45,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #E0E1CC

#E0E1CC
(224,225,204)
#E2E3D0
(226,227,208)
#E4E5D4
(228,229,212)
#E6E7D8
(230,231,216)
#E8E9DC
(232,233,220)
#EAEBE0
(234,235,224)
#ECEDE4
(236,237,228)
#EEEFE8
(238,239,232)
#F0F1EC
(240,241,236)
#F2F3F0
(242,243,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E1CC color. Also use rgb(224,225,204) instead hex code.

Text Font Color

.myTextColor { color: #E0E1CC; }

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

This text font color is #E0E1CC.

Background Color

.myBgColor { background-color: #E0E1CC; }

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

This div background color is #E0E1CC.

Border color

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

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

This div border color is #E0E1CC.

Opacity

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

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

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

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

This text has shadow with #E0E1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E1CC.

Preview

Color preview on black background

This text has color #E0E1CC on black background.


Color preview on white background

This text has color #E0E1CC on white background.


Black color preview on #E0E1CC background

This text has black color on #E0E1CC background.


White color preview on #E0E1CC background

This text has white color on #E0E1CC background.


Related colors

Complementary color

Complementary color for #hex is #1F1E33.


I love getcolorcode.com

Triadic colors

1 #CCE0E1 and #E1CCE0 with #E0E1CC are triadic colors.

2 #CCE1E0 and #E1E0CC with #E0E1CC are triadic colors.