COLOR #E6EBE5

HEX: #E6EBE5
RGB: (230,235,229)

Color info

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

RGB color model

#E6EBE5 color RGB value is (230,235,229).

  • red value is 230;
  • green value is 235;
  • blue value is 229.
RGB:
(230,235,229)
(90%,92%,90%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 229 of 255 = 90%

230
235
229

R + G + B ~ 91%. #E6EBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 229 = 694 (100%)
R 230 of 694 ~ 33.14%
G 235 of 694 ~ 33.86%
B 229 of 694 ~ 33%

%33.14
%33.86
%33

CMYK color model

#E6EBE5 color CMYK value is (2,0,3,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(2,0,3,8)
C2M0Y3K8 
(2%,0%,3%,8%)
(0.02/0.00/0.03/0.08)	

CMYK percentages

%2.13
%0
%2.55
%7.84

Codes

Color #E6EBE5 in popluar color models

E6EBE5
RGB230235229
HSL110°13.04%90.98%
HSB/HSV110°2.55%92.16%
CMYK2.13%0.00%2.55%
7.84%

Color #E6EBE5 in popluar number systems.

HEXE6EBE5
Decimal230235229
Binary111001101110101111100101
Octal346353345

Shades and tints

Shades of #E6EBE5

#E6EBE5
(230,235,229)
#D2D6D1
(210,214,209)
#BEC1BD
(190,193,189)
#AAACA9
(170,172,169)
#969795
(150,151,149)
#828281
(130,130,129)
#6E6D6D
(110,109,109)
#5A5859
(90,88,89)
#464345
(70,67,69)
#322E31
(50,46,49)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #E6EBE5

#E6EBE5
(230,235,229)
#E8ECE7
(232,236,231)
#EAEDE9
(234,237,233)
#ECEEEB
(236,238,235)
#EEEFED
(238,239,237)
#F0F0EF
(240,240,239)
#F2F1F1
(242,241,241)
#F4F2F3
(244,242,243)
#F6F3F5
(246,243,245)
#F8F4F7
(248,244,247)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EBE5 color. Also use rgb(230,235,229) instead hex code.

Text Font Color

.myTextColor { color: #E6EBE5; }

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

This text font color is #E6EBE5.


Background Color

.myBgColor { background-color: #E6EBE5; }

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

This div background color is #E6EBE5.


Border color

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

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

This div border color is #E6EBE5.


Opacity

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

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

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

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

This text has shadow with #E6EBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBE5 on black background.


Color preview on white background

This text has color #E6EBE5 on white background.



Black color preview on #E6EBE5 background

This text has black color on #E6EBE5 background.


White color preview on #E6EBE5 background

This text has white color on #E6EBE5 background.