COLOR #E6EFE5

HEX: #E6EFE5
RGB: (230,239,229)

Color info

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

RGB color model

#E6EFE5 color RGB value is (230,239,229).

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

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 229 of 255 = 90%

230
239
229

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

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 229 = 698 (100%)
R 230 of 698 ~ 32.95%
G 239 of 698 ~ 34.24%
B 229 of 698 ~ 32.81%

%32.95
%34.24
%32.81

CMYK color model

#E6EFE5 color CMYK value is (4,0,4,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(4,0,4,6)
C4M0Y4K6 
(4%,0%,4%,6%)
(0.04/0.00/0.04/0.06)	

CMYK percentages

%3.77
%0
%4.18
%6.27

Codes

Color #E6EFE5 in popluar color models

E6EFE5
RGB230239229
HSL114°23.81%91.76%
HSB/HSV114°4.18%93.73%
CMYK3.77%0.00%4.18%
6.27%

Color #E6EFE5 in popluar number systems.

HEXE6EFE5
Decimal230239229
Binary111001101110111111100101
Octal346357345

Shades and tints

Shades of #E6EFE5

#E6EFE5
(230,239,229)
#D2DAD1
(210,218,209)
#BEC5BD
(190,197,189)
#AAB0A9
(170,176,169)
#969B95
(150,155,149)
#828681
(130,134,129)
#6E716D
(110,113,109)
#5A5C59
(90,92,89)
#464745
(70,71,69)
#323231
(50,50,49)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #E6EFE5

#E6EFE5
(230,239,229)
#E8F0E7
(232,240,231)
#EAF1E9
(234,241,233)
#ECF2EB
(236,242,235)
#EEF3ED
(238,243,237)
#F0F4EF
(240,244,239)
#F2F5F1
(242,245,241)
#F4F6F3
(244,246,243)
#F6F7F5
(246,247,245)
#F8F8F7
(248,248,247)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFE5; }

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

This text font color is #E6EFE5.


Background Color

.myBgColor { background-color: #E6EFE5; }

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

This div background color is #E6EFE5.


Border color

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

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

This div border color is #E6EFE5.


Opacity

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

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

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

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

This text has shadow with #E6EFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFE5 on black background.


Color preview on white background

This text has color #E6EFE5 on white background.



Black color preview on #E6EFE5 background

This text has black color on #E6EFE5 background.


White color preview on #E6EFE5 background

This text has white color on #E6EFE5 background.