COLOR #EAE5EB

HEX: #EAE5EB
RGB: (234,229,235)

Color info

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

RGB color model

#EAE5EB color RGB value is (234,229,235).

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

RGB channels and saturation

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

234
229
235

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

Portions of RGB colors in percentages

R + G + B =
234 + 229 + 235 = 698 (100%)
R 234 of 698 ~ 33.52%
G 229 of 698 ~ 32.81%
B 235 of 698 ~ 33.67%

%33.52
%32.81
%33.67

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(0,3,0,8)
C0M3Y0K8 
(0%,3%,0%,8%)
(0.00/0.03/0.00/0.08)	

CMYK percentages

%0.43
%2.55
%0
%7.84

Codes

Color #EAE5EB in popluar color models

EAE5EB
RGB234229235
HSL290°13.04%90.98%
HSB/HSV290°2.55%92.16%
CMYK0.43%2.55%0.00%
7.84%

Color #EAE5EB in popluar number systems.

HEXEAE5EB
Decimal234229235
Binary111010101110010111101011
Octal352345353

Shades and tints

Shades of #EAE5EB

#EAE5EB
(234,229,235)
#D5D1D6
(213,209,214)
#C0BDC1
(192,189,193)
#ABA9AC
(171,169,172)
#969597
(150,149,151)
#818182
(129,129,130)
#6C6D6D
(108,109,109)
#575958
(87,89,88)
#424543
(66,69,67)
#2D312E
(45,49,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #EAE5EB

#EAE5EB
(234,229,235)
#EBE7EC
(235,231,236)
#ECE9ED
(236,233,237)
#EDEBEE
(237,235,238)
#EEEDEF
(238,237,239)
#EFEFF0
(239,239,240)
#F0F1F1
(240,241,241)
#F1F3F2
(241,243,242)
#F2F5F3
(242,245,243)
#F3F7F4
(243,247,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE5EB; }

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

This text font color is #EAE5EB.


Background Color

.myBgColor { background-color: #EAE5EB; }

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

This div background color is #EAE5EB.


Border color

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

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

This div border color is #EAE5EB.


Opacity

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

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

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

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

This text has shadow with #EAE5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE5EB on black background.


Color preview on white background

This text has color #EAE5EB on white background.



Black color preview on #EAE5EB background

This text has black color on #EAE5EB background.


White color preview on #EAE5EB background

This text has white color on #EAE5EB background.