COLOR #EAE6EF

HEX: #EAE6EF
RGB: (234,230,239)

Color info

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

RGB color model

#EAE6EF color RGB value is (234,230,239).

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

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 239 of 255 = 94%

234
230
239

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

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 239 = 703 (100%)
R 234 of 703 ~ 33.29%
G 230 of 703 ~ 32.72%
B 239 of 703 ~ 34%

%33.29
%32.72
%34

CMYK color model

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

  • cyan value is 2.09%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(2,4,0,6)
C2M4Y0K6 
(2%,4%,0%,6%)
(0.02/0.04/0.00/0.06)	

CMYK percentages

%2.09
%3.77
%0
%6.27

Codes

Color #EAE6EF in popluar color models

EAE6EF
RGB234230239
HSL267°21.95%91.96%
HSB/HSV267°3.77%93.73%
CMYK2.09%3.77%0.00%
6.27%

Color #EAE6EF in popluar number systems.

HEXEAE6EF
Decimal234230239
Binary111010101110011011101111
Octal352346357

Shades and tints

Shades of #EAE6EF

#EAE6EF
(234,230,239)
#D5D2DA
(213,210,218)
#C0BEC5
(192,190,197)
#ABAAB0
(171,170,176)
#96969B
(150,150,155)
#818286
(129,130,134)
#6C6E71
(108,110,113)
#575A5C
(87,90,92)
#424647
(66,70,71)
#2D3232
(45,50,50)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #EAE6EF

#EAE6EF
(234,230,239)
#EBE8F0
(235,232,240)
#ECEAF1
(236,234,241)
#EDECF2
(237,236,242)
#EEEEF3
(238,238,243)
#EFF0F4
(239,240,244)
#F0F2F5
(240,242,245)
#F1F4F6
(241,244,246)
#F2F6F7
(242,246,247)
#F3F8F8
(243,248,248)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE6EF; }

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

This text font color is #EAE6EF.


Background Color

.myBgColor { background-color: #EAE6EF; }

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

This div background color is #EAE6EF.


Border color

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

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

This div border color is #EAE6EF.


Opacity

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

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

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

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

This text has shadow with #EAE6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE6EF on black background.


Color preview on white background

This text has color #EAE6EF on white background.



Black color preview on #EAE6EF background

This text has black color on #EAE6EF background.


White color preview on #EAE6EF background

This text has white color on #EAE6EF background.