COLOR #E7EBCC

HEX: #E7EBCC
RGB: (231,235,204)

Color info

#E7EBCC contains red, green and blue colors in about the same proportion. Web safe color of #E7EBCC is #FFFFCC (or #FFC).

RGB color model

#E7EBCC color RGB value is (231,235,204).

  • red value is 231;
  • green value is 235;
  • blue value is 204.
RGB:
(231,235,204)
(91%,92%,80%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 204 of 255 = 80%

231
235
204

R + G + B ~ 88%. #E7EBCC is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 204 = 670 (100%)
R 231 of 670 ~ 34.48%
G 235 of 670 ~ 35.07%
B 204 of 670 ~ 30.45%

%34.48
%35.07
%30.45

CMYK color model

#E7EBCC color CMYK value is (2,0,13,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(2,0,13,8)
C2M0Y13K8 
(2%,0%,13%,8%)
(0.02/0.00/0.13/0.08)	

CMYK percentages

%1.7
%0
%13.19
%7.84

Codes

Color #E7EBCC in popluar color models

E7EBCC
RGB231235204
HSL68°43.66%86.08%
HSB/HSV68°13.19%92.16%
CMYK1.70%0.00%13.19%
7.84%

Color #E7EBCC in popluar number systems.

HEXE7EBCC
Decimal231235204
Binary111001111110101111001100
Octal347353314

Shades and tints

Shades of #E7EBCC

#E7EBCC
(231,235,204)
#D2D6BA
(210,214,186)
#BDC1A8
(189,193,168)
#A8AC96
(168,172,150)
#939784
(147,151,132)
#7E8272
(126,130,114)
#696D60
(105,109,96)
#54584E
(84,88,78)
#3F433C
(63,67,60)
#2A2E2A
(42,46,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7EBCC

#E7EBCC
(231,235,204)
#E9ECD0
(233,236,208)
#EBEDD4
(235,237,212)
#EDEED8
(237,238,216)
#EFEFDC
(239,239,220)
#F1F0E0
(241,240,224)
#F3F1E4
(243,241,228)
#F5F2E8
(245,242,232)
#F7F3EC
(247,243,236)
#F9F4F0
(249,244,240)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBCC; }

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

This text font color is #E7EBCC.


Background Color

.myBgColor { background-color: #E7EBCC; }

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

This div background color is #E7EBCC.


Border color

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

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

This div border color is #E7EBCC.


Opacity

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

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

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

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

This text has shadow with #E7EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBCC on black background.


Color preview on white background

This text has color #E7EBCC on white background.



Black color preview on #E7EBCC background

This text has black color on #E7EBCC background.


White color preview on #E7EBCC background

This text has white color on #E7EBCC background.