COLOR #EBE1EA

HEX: #EBE1EA
RGB: (235,225,234)

Color info

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

RGB color model

#EBE1EA color RGB value is (235,225,234).

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

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 234 of 255 = 92%

235
225
234

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 234 = 694 (100%)
R 235 of 694 ~ 33.86%
G 225 of 694 ~ 32.42%
B 234 of 694 ~ 33.72%

%33.86
%32.42
%33.72

CMYK color model

#EBE1EA color CMYK value is (0,4,0,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,4,0,8)
C0M4Y0K8 
(0%,4%,0%,8%)
(0.00/0.04/0.00/0.08)	

CMYK percentages

%0
%4.26
%0.43
%7.84

Codes

Color #EBE1EA in popluar color models

EBE1EA
RGB235225234
HSL306°20.00%90.20%
HSB/HSV306°4.26%92.16%
CMYK0.00%4.26%0.43%
7.84%

Color #EBE1EA in popluar number systems.

HEXEBE1EA
Decimal235225234
Binary111010111110000111101010
Octal353341352

Shades and tints

Shades of #EBE1EA

#EBE1EA
(235,225,234)
#D6CDD5
(214,205,213)
#C1B9C0
(193,185,192)
#ACA5AB
(172,165,171)
#979196
(151,145,150)
#827D81
(130,125,129)
#6D696C
(109,105,108)
#585557
(88,85,87)
#434142
(67,65,66)
#2E2D2D
(46,45,45)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBE1EA

#EBE1EA
(235,225,234)
#ECE3EB
(236,227,235)
#EDE5EC
(237,229,236)
#EEE7ED
(238,231,237)
#EFE9EE
(239,233,238)
#F0EBEF
(240,235,239)
#F1EDF0
(241,237,240)
#F2EFF1
(242,239,241)
#F3F1F2
(243,241,242)
#F4F3F3
(244,243,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1EA; }

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

This text font color is #EBE1EA.


Background Color

.myBgColor { background-color: #EBE1EA; }

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

This div background color is #EBE1EA.


Border color

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

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

This div border color is #EBE1EA.


Opacity

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

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

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

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

This text has shadow with #EBE1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1EA on black background.


Color preview on white background

This text has color #EBE1EA on white background.



Black color preview on #EBE1EA background

This text has black color on #EBE1EA background.


White color preview on #EBE1EA background

This text has white color on #EBE1EA background.