COLOR #E2EBCC

HEX: #E2EBCC RGB: (226,235,204)

Color info

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

RGB color model

#E2EBCC color RGB value is (226,235,204).

RGB: (226,235,204) (89%, 92%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 204 of 255 = 80%

226
235
204

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

Portions of RGB colors in percentages

R + G + B = 226 + 235 + 204 = 665 (100%)
R 226 of 665 ~ 33.98%
G 235 of 665 ~ 35.34%
B 204 of 665 ~ 30.68'%

%33.98
%35.34
%30.68

CMYK color model

#E2EBCC color CMYK value is (4,0,13,8).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK: (4,0,13,8) C4M0Y13K8 (4%,0%,13%,8%) (0.04/0.00/0.13/0.08) 

CMYK percentages

%3.83
%0
%13.19
%7.84

Codes

Color #E2EBCC in popluar color models

E2 EB CC
RGB 226 235 204
HSL 77° 43.66% 86.08%
HSB/HSV 77° 13.19% 92.16%
CMYK 3.83% 0.00% 13.19%
7.84%

Color #E2EBCC in popluar number systems.

HEX E2 EB CC
Decimal 226 235 204
Binary 11100010 11101011 11001100
Octal 342 353 314

Shades and tints

Shades of #E2EBCC

#E2EBCC
(226,235,204)
#CED6BA
(206,214,186)
#BAC1A8
(186,193,168)
#A6AC96
(166,172,150)
#929784
(146,151,132)
#7E8272
(126,130,114)
#6A6D60
(106,109,96)
#56584E
(86,88,78)
#42433C
(66,67,60)
#2E2E2A
(46,46,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2EBCC

#E2EBCC
(226,235,204)
#E4ECD0
(228,236,208)
#E6EDD4
(230,237,212)
#E8EED8
(232,238,216)
#EAEFDC
(234,239,220)
#ECF0E0
(236,240,224)
#EEF1E4
(238,241,228)
#F0F2E8
(240,242,232)
#F2F3EC
(242,243,236)
#F4F4F0
(244,244,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBCC; }

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

This text font color is #E2EBCC.

Background Color

.myBgColor { background-color: #E2EBCC; }

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

This div background color is #E2EBCC.

Border color

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

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

This div border color is #E2EBCC.

Opacity

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

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

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

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

This text has shadow with #E2EBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EBCC.

Preview

Color preview on black background

This text has color #E2EBCC on black background.


Color preview on white background

This text has color #E2EBCC on white background.


Black color preview on #E2EBCC background

This text has black color on #E2EBCC background.


White color preview on #E2EBCC background

This text has white color on #E2EBCC background.


Related colors

Complementary color

Complementary color for #hex is #1D1433.


I love getcolorcode.com

Triadic colors

1 #CCE2EB and #EBCCE2 with #E2EBCC are triadic colors.

2 #CCEBE2 and #EBE2CC with #E2EBCC are triadic colors.