COLOR #EAE6EE

HEX: #EAE6EE
RGB: (234,230,238)

Color info

#EAE6EE contains red, green and blue colors in about the same proportion. Web safe color of #EAE6EE is #FFCCFF (or #FCF).

RGB color model

#EAE6EE color RGB value is (234,230,238).

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

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 238 of 255 = 93%

234
230
238

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

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 238 = 702 (100%)
R 234 of 702 ~ 33.33%
G 230 of 702 ~ 32.76%
B 238 of 702 ~ 33.9%

%33.33
%32.76
%33.9

CMYK color model

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

  • cyan value is 1.68%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,3,0,7)
C2M3Y0K7 
(2%,3%,0%,7%)
(0.02/0.03/0.00/0.07)	

CMYK percentages

%1.68
%3.36
%0
%6.67

Codes

Color #EAE6EE in popluar color models

EAE6EE
RGB234230238
HSL270°19.05%91.76%
HSB/HSV270°3.36%93.33%
CMYK1.68%3.36%0.00%
6.67%

Color #EAE6EE in popluar number systems.

HEXEAE6EE
Decimal234230238
Binary111010101110011011101110
Octal352346356

Shades and tints

Shades of #EAE6EE

#EAE6EE
(234,230,238)
#D5D2D9
(213,210,217)
#C0BEC4
(192,190,196)
#ABAAAF
(171,170,175)
#96969A
(150,150,154)
#818285
(129,130,133)
#6C6E70
(108,110,112)
#575A5B
(87,90,91)
#424646
(66,70,70)
#2D3231
(45,50,49)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #EAE6EE

#EAE6EE
(234,230,238)
#EBE8EF
(235,232,239)
#ECEAF0
(236,234,240)
#EDECF1
(237,236,241)
#EEEEF2
(238,238,242)
#EFF0F3
(239,240,243)
#F0F2F4
(240,242,244)
#F1F4F5
(241,244,245)
#F2F6F6
(242,246,246)
#F3F8F7
(243,248,247)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE6EE; }

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

This text font color is #EAE6EE.


Background Color

.myBgColor { background-color: #EAE6EE; }

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

This div background color is #EAE6EE.


Border color

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

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

This div border color is #EAE6EE.


Opacity

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

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

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

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

This text has shadow with #EAE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE6EE on black background.


Color preview on white background

This text has color #EAE6EE on white background.



Black color preview on #EAE6EE background

This text has black color on #EAE6EE background.


White color preview on #EAE6EE background

This text has white color on #EAE6EE background.