COLOR #E6EBE3

HEX: #E6EBE3
RGB: (230,235,227)

Color info

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

RGB color model

#E6EBE3 color RGB value is (230,235,227).

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

RGB channels and saturation

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

230
235
227

R + G + B ~ 90%. #E6EBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 227 = 692 (100%)
R 230 of 692 ~ 33.24%
G 235 of 692 ~ 33.96%
B 227 of 692 ~ 32.8%

%33.24
%33.96
%32.8

CMYK color model

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

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • 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
%3.4
%7.84

Codes

Color #E6EBE3 in popluar color models

E6EBE3
RGB230235227
HSL97°16.67%90.59%
HSB/HSV97°3.40%92.16%
CMYK2.13%0.00%3.40%
7.84%

Color #E6EBE3 in popluar number systems.

HEXE6EBE3
Decimal230235227
Binary111001101110101111100011
Octal346353343

Shades and tints

Shades of #E6EBE3

#E6EBE3
(230,235,227)
#D2D6CF
(210,214,207)
#BEC1BB
(190,193,187)
#AAACA7
(170,172,167)
#969793
(150,151,147)
#82827F
(130,130,127)
#6E6D6B
(110,109,107)
#5A5857
(90,88,87)
#464343
(70,67,67)
#322E2F
(50,46,47)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6EBE3

#E6EBE3
(230,235,227)
#E8ECE5
(232,236,229)
#EAEDE7
(234,237,231)
#ECEEE9
(236,238,233)
#EEEFEB
(238,239,235)
#F0F0ED
(240,240,237)
#F2F1EF
(242,241,239)
#F4F2F1
(244,242,241)
#F6F3F3
(246,243,243)
#F8F4F5
(248,244,245)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBE3; }

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

This text font color is #E6EBE3.


Background Color

.myBgColor { background-color: #E6EBE3; }

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

This div background color is #E6EBE3.


Border color

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

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

This div border color is #E6EBE3.


Opacity

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

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

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

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

This text has shadow with #E6EBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBE3 on black background.


Color preview on white background

This text has color #E6EBE3 on white background.



Black color preview on #E6EBE3 background

This text has black color on #E6EBE3 background.


White color preview on #E6EBE3 background

This text has white color on #E6EBE3 background.