COLOR #EBE1E9

HEX: #EBE1E9 RGB: (235,225,233)

Color info

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

RGB color model

#EBE1E9 color RGB value is (235,225,233).

RGB: (235,225,233) (92%, 88%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 233 of 255 = 91%

235
225
233

R + G + B ~ 90%. #EBE1E9 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 225 + 233 = 693 (100%)
R 235 of 693 ~ 33.91%
G 225 of 693 ~ 32.47%
B 233 of 693 ~ 33.62'%

%33.91
%32.47
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 0.85%
  • key color value is 7.84%

CMYK: (0,4,1,8)
C0M4Y1K8 (0%, 4%, 1%, 8%)
(0.00 / 0.04 / 0.01 / 0.08)

CMYK percentages

%0
%4.26
%0.85
%7.84

Codes

Color #EBE1E9 in popluar color models

EB E1 E9
RGB 235 225 233
HSL 312° 20.00% 90.20%
HSB/HSV 312° 4.26% 92.16%
CMYK 0.00% 4.26% 0.85%
7.84%

Color #EBE1E9 in popluar number systems.

HEX EB E1 E9
Decimal 235 225 233
Binary 11101011 11100001 11101001
Octal 353 341 351

Shades and tints

Shades of #EBE1E9

#EBE1E9
(235,225,233)
#D6CDD4
(214,205,212)
#C1B9BF
(193,185,191)
#ACA5AA
(172,165,170)
#979195
(151,145,149)
#827D80
(130,125,128)
#6D696B
(109,105,107)
#585556
(88,85,86)
#434141
(67,65,65)
#2E2D2C
(46,45,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBE1E9

#EBE1E9
(235,225,233)
#ECE3EB
(236,227,235)
#EDE5ED
(237,229,237)
#EEE7EF
(238,231,239)
#EFE9F1
(239,233,241)
#F0EBF3
(240,235,243)
#F1EDF5
(241,237,245)
#F2EFF7
(242,239,247)
#F3F1F9
(243,241,249)
#F4F3FB
(244,243,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1E9; }

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

This text font color is #EBE1E9.

Background Color

.myBgColor { background-color: #EBE1E9; }

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

This div background color is #EBE1E9.

Border color

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

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

This div border color is #EBE1E9.

Opacity

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

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

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

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

This text has shadow with #EBE1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE1E9.

Preview

Color preview on black background

This text has color #EBE1E9 on black background.


Color preview on white background

This text has color #EBE1E9 on white background.


Black color preview on #EBE1E9 background

This text has black color on #EBE1E9 background.


White color preview on #EBE1E9 background

This text has white color on #EBE1E9 background.


Related colors

Complementary color

Complementary color for #hex is #141E16.


I love getcolorcode.com

Triadic colors

1 #E9EBE1 and #E1E9EB with #EBE1E9 are triadic colors.

2 #E9E1EB and #E1EBE9 with #EBE1E9 are triadic colors.