COLOR #E6EBEB

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

Color info

#E6EBEB contains red, green and blue colors in about the same proportion. Web safe color of #E6EBEB is #CCFFFF (or #CFF).

RGB color model

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

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

RGB channels and saturation

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

230
235
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 235 = 700 (100%)
R 230 of 700 ~ 32.86%
G 235 of 700 ~ 33.57%
B 235 of 700 ~ 33.57%

%32.86
%33.57
%33.57

CMYK color model

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

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

CMYK percentages

%2.13
%0
%0
%7.84

Codes

Color #E6EBEB in popluar color models

E6EBEB
RGB230235235
HSL180°11.11%91.18%
HSB/HSV180°2.13%92.16%
CMYK2.13%0.00%0.00%
7.84%

Color #E6EBEB in popluar number systems.

HEXE6EBEB
Decimal230235235
Binary111001101110101111101011
Octal346353353

Shades and tints

Shades of #E6EBEB

#E6EBEB
(230,235,235)
#D2D6D6
(210,214,214)
#BEC1C1
(190,193,193)
#AAACAC
(170,172,172)
#969797
(150,151,151)
#828282
(130,130,130)
#6E6D6D
(110,109,109)
#5A5858
(90,88,88)
#464343
(70,67,67)
#322E2E
(50,46,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6EBEB

#E6EBEB
(230,235,235)
#E8ECEC
(232,236,236)
#EAEDED
(234,237,237)
#ECEEEE
(236,238,238)
#EEEFEF
(238,239,239)
#F0F0F0
(240,240,240)
#F2F1F1
(242,241,241)
#F4F2F2
(244,242,242)
#F6F3F3
(246,243,243)
#F8F4F4
(248,244,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBEB; }

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

This text font color is #E6EBEB.


Background Color

.myBgColor { background-color: #E6EBEB; }

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

This div background color is #E6EBEB.


Border color

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

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

This div border color is #E6EBEB.


Opacity

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

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

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

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

This text has shadow with #E6EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBEB on black background.


Color preview on white background

This text has color #E6EBEB on white background.



Black color preview on #E6EBEB background

This text has black color on #E6EBEB background.


White color preview on #E6EBEB background

This text has white color on #E6EBEB background.