COLOR #EBE1EB

HEX: #EBE1EB
RGB: (235,225,235)

Color info

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

RGB color model

#EBE1EB color RGB value is (235,225,235).

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

RGB channels and saturation

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

235
225
235

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 235 = 695 (100%)
R 235 of 695 ~ 33.81%
G 225 of 695 ~ 32.37%
B 235 of 695 ~ 33.81%

%33.81
%32.37
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • 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
%7.84

Codes

Color #EBE1EB in popluar color models

EBE1EB
RGB235225235
HSL300°20.00%90.20%
HSB/HSV300°4.26%92.16%
CMYK0.00%4.26%0.00%
7.84%

Color #EBE1EB in popluar number systems.

HEXEBE1EB
Decimal235225235
Binary111010111110000111101011
Octal353341353

Shades and tints

Shades of #EBE1EB

#EBE1EB
(235,225,235)
#D6CDD6
(214,205,214)
#C1B9C1
(193,185,193)
#ACA5AC
(172,165,172)
#979197
(151,145,151)
#827D82
(130,125,130)
#6D696D
(109,105,109)
#585558
(88,85,88)
#434143
(67,65,67)
#2E2D2E
(46,45,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBE1EB

#EBE1EB
(235,225,235)
#ECE3EC
(236,227,236)
#EDE5ED
(237,229,237)
#EEE7EE
(238,231,238)
#EFE9EF
(239,233,239)
#F0EBF0
(240,235,240)
#F1EDF1
(241,237,241)
#F2EFF2
(242,239,242)
#F3F1F3
(243,241,243)
#F4F3F4
(244,243,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1EB; }

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

This text font color is #EBE1EB.


Background Color

.myBgColor { background-color: #EBE1EB; }

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

This div background color is #EBE1EB.


Border color

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

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

This div border color is #EBE1EB.


Opacity

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

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

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

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

This text has shadow with #EBE1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1EB on black background.


Color preview on white background

This text has color #EBE1EB on white background.



Black color preview on #EBE1EB background

This text has black color on #EBE1EB background.


White color preview on #EBE1EB background

This text has white color on #EBE1EB background.