COLOR #E0EBC2

HEX: #E0EBC2
RGB: (224,235,194)

Color info

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

RGB color model

#E0EBC2 color RGB value is (224,235,194).

  • red value is 224;
  • green value is 235;
  • blue value is 194.
RGB:
(224,235,194)
(88%,92%,76%)

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 194 of 255 = 76%

224
235
194

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

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 194 = 653 (100%)
R 224 of 653 ~ 34.3%
G 235 of 653 ~ 35.99%
B 194 of 653 ~ 29.71%

%34.3
%35.99
%29.71

CMYK color model

#E0EBC2 color CMYK value is (5,0,17,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(5,0,17,8)
C5M0Y17K8 
(5%,0%,17%,8%)
(0.05/0.00/0.17/0.08)	

CMYK percentages

%4.68
%0
%17.45
%7.84

Codes

Color #E0EBC2 in popluar color models

E0EBC2
RGB224235194
HSL76°50.62%84.12%
HSB/HSV76°17.45%92.16%
CMYK4.68%0.00%17.45%
7.84%

Color #E0EBC2 in popluar number systems.

HEXE0EBC2
Decimal224235194
Binary111000001110101111000010
Octal340353302

Shades and tints

Shades of #E0EBC2

#E0EBC2
(224,235,194)
#CCD6B1
(204,214,177)
#B8C1A0
(184,193,160)
#A4AC8F
(164,172,143)
#90977E
(144,151,126)
#7C826D
(124,130,109)
#686D5C
(104,109,92)
#54584B
(84,88,75)
#40433A
(64,67,58)
#2C2E29
(44,46,41)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #E0EBC2

#E0EBC2
(224,235,194)
#E2ECC7
(226,236,199)
#E4EDCC
(228,237,204)
#E6EED1
(230,238,209)
#E8EFD6
(232,239,214)
#EAF0DB
(234,240,219)
#ECF1E0
(236,241,224)
#EEF2E5
(238,242,229)
#F0F3EA
(240,243,234)
#F2F4EF
(242,244,239)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EBC2 color. Also use rgb(224,235,194) instead hex code.

Text Font Color

.myTextColor { color: #E0EBC2; }

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

This text font color is #E0EBC2.


Background Color

.myBgColor { background-color: #E0EBC2; }

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

This div background color is #E0EBC2.


Border color

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

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

This div border color is #E0EBC2.


Opacity

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

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

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

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

This text has shadow with #E0EBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBC2 on black background.


Color preview on white background

This text has color #E0EBC2 on white background.



Black color preview on #E0EBC2 background

This text has black color on #E0EBC2 background.


White color preview on #E0EBC2 background

This text has white color on #E0EBC2 background.