COLOR #E2EBCE

HEX: #E2EBCE RGB: (226,235,206)

Color info

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

RGB color model

#E2EBCE color RGB value is (226,235,206).

RGB: (226,235,206) (89%, 92%, 81%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 206 of 255 = 81%

226
235
206

R + G + B ~ 87%. #E2EBCE is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 235 + 206 = 667 (100%)
R 226 of 667 ~ 33.88%
G 235 of 667 ~ 35.23%
B 206 of 667 ~ 30.88'%

%33.88
%35.23
%30.88

CMYK color model

#E2EBCE color CMYK value is (4,0,12,8).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%

CMYK: (4,0,12,8)
C4M0Y12K8 (4%, 0%, 12%, 8%)
(0.04 / 0.00 / 0.12 / 0.08)

CMYK percentages

%3.83
%0
%12.34
%7.84

Codes

Color #E2EBCE in popluar color models

E2 EB CE
RGB 226 235 206
HSL 79° 42.03% 86.47%
HSB/HSV 79° 12.34% 92.16%
CMYK 3.83% 0.00% 12.34%
7.84%

Color #E2EBCE in popluar number systems.

HEX E2 EB CE
Decimal 226 235 206
Binary 11100010 11101011 11001110
Octal 342 353 316

Shades and tints

Shades of #E2EBCE

#E2EBCE
(226,235,206)
#CED6BC
(206,214,188)
#BAC1AA
(186,193,170)
#A6AC98
(166,172,152)
#929786
(146,151,134)
#7E8274
(126,130,116)
#6A6D62
(106,109,98)
#565850
(86,88,80)
#42433E
(66,67,62)
#2E2E2C
(46,46,44)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #E2EBCE

#E2EBCE
(226,235,206)
#E4ECD2
(228,236,210)
#E6EDD6
(230,237,214)
#E8EEDA
(232,238,218)
#EAEFDE
(234,239,222)
#ECF0E2
(236,240,226)
#EEF1E6
(238,241,230)
#F0F2EA
(240,242,234)
#F2F3EE
(242,243,238)
#F4F4F2
(244,244,242)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EBCE color. Also use rgb(226,235,206) instead hex code.

Text Font Color

.myTextColor { color: #E2EBCE; }

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

This text font color is #E2EBCE.

Background Color

.myBgColor { background-color: #E2EBCE; }

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

This div background color is #E2EBCE.

Border color

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

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

This div border color is #E2EBCE.

Opacity

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

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

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

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

This text has shadow with #E2EBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EBCE.

Preview

Color preview on black background

This text has color #E2EBCE on black background.


Color preview on white background

This text has color #E2EBCE on white background.


Black color preview on #E2EBCE background

This text has black color on #E2EBCE background.


White color preview on #E2EBCE background

This text has white color on #E2EBCE background.


Related colors

Complementary color

Complementary color for #hex is #1D1431.


I love getcolorcode.com

Triadic colors

1 #CEE2EB and #EBCEE2 with #E2EBCE are triadic colors.

2 #CEEBE2 and #EBE2CE with #E2EBCE are triadic colors.