COLOR #EAE6EB

HEX: #EAE6EB
RGB: (234,230,235)

Color info

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

RGB color model

#EAE6EB color RGB value is (234,230,235).

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

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 235 of 255 = 92%

234
230
235

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

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 235 = 699 (100%)
R 234 of 699 ~ 33.48%
G 230 of 699 ~ 32.9%
B 235 of 699 ~ 33.62%

%33.48
%32.9
%33.62

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(0,2,0,8)
C0M2Y0K8 
(0%,2%,0%,8%)
(0.00/0.02/0.00/0.08)	

CMYK percentages

%0.43
%2.13
%0
%7.84

Codes

Color #EAE6EB in popluar color models

EAE6EB
RGB234230235
HSL288°11.11%91.18%
HSB/HSV288°2.13%92.16%
CMYK0.43%2.13%0.00%
7.84%

Color #EAE6EB in popluar number systems.

HEXEAE6EB
Decimal234230235
Binary111010101110011011101011
Octal352346353

Shades and tints

Shades of #EAE6EB

#EAE6EB
(234,230,235)
#D5D2D6
(213,210,214)
#C0BEC1
(192,190,193)
#ABAAAC
(171,170,172)
#969697
(150,150,151)
#818282
(129,130,130)
#6C6E6D
(108,110,109)
#575A58
(87,90,88)
#424643
(66,70,67)
#2D322E
(45,50,46)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #EAE6EB

#EAE6EB
(234,230,235)
#EBE8EC
(235,232,236)
#ECEAED
(236,234,237)
#EDECEE
(237,236,238)
#EEEEEF
(238,238,239)
#EFF0F0
(239,240,240)
#F0F2F1
(240,242,241)
#F1F4F2
(241,244,242)
#F2F6F3
(242,246,243)
#F3F8F4
(243,248,244)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE6EB; }

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

This text font color is #EAE6EB.


Background Color

.myBgColor { background-color: #EAE6EB; }

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

This div background color is #EAE6EB.


Border color

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

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

This div border color is #EAE6EB.


Opacity

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

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

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

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

This text has shadow with #EAE6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE6EB on black background.


Color preview on white background

This text has color #EAE6EB on white background.



Black color preview on #EAE6EB background

This text has black color on #EAE6EB background.


White color preview on #EAE6EB background

This text has white color on #EAE6EB background.