COLOR #E6EBEC

HEX: #E6EBEC RGB: (230,235,236)

Color info

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

RGB color model

#E6EBEC color RGB value is (230,235,236).

RGB: (230,235,236) (90%, 92%, 93%)

RGB channels and saturation

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

230
235
236

R + G + B ~ 92%. #E6EBEC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 235 + 236 = 701 (100%)
R 230 of 701 ~ 32.81%
G 235 of 701 ~ 33.52%
B 236 of 701 ~ 33.67'%

%32.81
%33.52
%33.67

CMYK color model

#E6EBEC color CMYK value is (3,0,0,7).

  • cyan value is 2.54%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,0,0,7)
C3M0Y0K7 (3%, 0%, 0%, 7%)
(0.03 / 0.00 / 0.00 / 0.07)

CMYK percentages

%2.54
%0.42
%0
%7.45

Codes

Color #E6EBEC in popluar color models

E6 EB EC
RGB 230 235 236
HSL 190° 13.64% 91.37%
HSB/HSV 190° 2.54% 92.55%
CMYK 2.54% 0.42% 0.00%
7.45%

Color #E6EBEC in popluar number systems.

HEX E6 EB EC
Decimal 230 235 236
Binary 11100110 11101011 11101100
Octal 346 353 354

Shades and tints

Shades of #E6EBEC

#E6EBEC
(230,235,236)
#D2D6D7
(210,214,215)
#BEC1C2
(190,193,194)
#AAACAD
(170,172,173)
#969798
(150,151,152)
#828283
(130,130,131)
#6E6D6E
(110,109,110)
#5A5859
(90,88,89)
#464344
(70,67,68)
#322E2F
(50,46,47)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6EBEC

#E6EBEC
(230,235,236)
#E8ECED
(232,236,237)
#EAEDEE
(234,237,238)
#ECEEEF
(236,238,239)
#EEEFF0
(238,239,240)
#F0F0F1
(240,240,241)
#F2F1F2
(242,241,242)
#F4F2F3
(244,242,243)
#F6F3F4
(246,243,244)
#F8F4F5
(248,244,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBEC; }

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

This text font color is #E6EBEC.

Background Color

.myBgColor { background-color: #E6EBEC; }

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

This div background color is #E6EBEC.

Border color

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

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

This div border color is #E6EBEC.

Opacity

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

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

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

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

This text has shadow with #E6EBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EBEC.

Preview

Color preview on black background

This text has color #E6EBEC on black background.


Color preview on white background

This text has color #E6EBEC on white background.


Black color preview on #E6EBEC background

This text has black color on #E6EBEC background.


White color preview on #E6EBEC background

This text has white color on #E6EBEC background.


Related colors

Complementary color

Complementary color for #hex is #191413.


I love getcolorcode.com

Triadic colors

1 #ECE6EB and #EBECE6 with #E6EBEC are triadic colors.

2 #ECEBE6 and #EBE6EC with #E6EBEC are triadic colors.