COLOR #E6EBE6

HEX: #E6EBE6
RGB: (230,235,230)

Color info

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

RGB color model

#E6EBE6 color RGB value is (230,235,230).

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

RGB channels and saturation

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

230
235
230

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

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 230 = 695 (100%)
R 230 of 695 ~ 33.09%
G 235 of 695 ~ 33.81%
B 230 of 695 ~ 33.09%

%33.09
%33.81
%33.09

CMYK color model

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

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

CMYK percentages

%2.13
%0
%2.13
%7.84

Codes

Color #E6EBE6 in popluar color models

E6EBE6
RGB230235230
HSL120°11.11%91.18%
HSB/HSV120°2.13%92.16%
CMYK2.13%0.00%2.13%
7.84%

Color #E6EBE6 in popluar number systems.

HEXE6EBE6
Decimal230235230
Binary111001101110101111100110
Octal346353346

Shades and tints

Shades of #E6EBE6

#E6EBE6
(230,235,230)
#D2D6D2
(210,214,210)
#BEC1BE
(190,193,190)
#AAACAA
(170,172,170)
#969796
(150,151,150)
#828282
(130,130,130)
#6E6D6E
(110,109,110)
#5A585A
(90,88,90)
#464346
(70,67,70)
#322E32
(50,46,50)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #E6EBE6

#E6EBE6
(230,235,230)
#E8ECE8
(232,236,232)
#EAEDEA
(234,237,234)
#ECEEEC
(236,238,236)
#EEEFEE
(238,239,238)
#F0F0F0
(240,240,240)
#F2F1F2
(242,241,242)
#F4F2F4
(244,242,244)
#F6F3F6
(246,243,246)
#F8F4F8
(248,244,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBE6; }

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

This text font color is #E6EBE6.


Background Color

.myBgColor { background-color: #E6EBE6; }

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

This div background color is #E6EBE6.


Border color

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

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

This div border color is #E6EBE6.


Opacity

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

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

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

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

This text has shadow with #E6EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBE6 on black background.


Color preview on white background

This text has color #E6EBE6 on white background.



Black color preview on #E6EBE6 background

This text has black color on #E6EBE6 background.


White color preview on #E6EBE6 background

This text has white color on #E6EBE6 background.