COLOR #EBE6EA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
230
234

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

Portions of RGB colors in percentages

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

%33.62
%32.9
%33.48

CMYK color model

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

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

Codes

Color #EBE6EA in popluar color models

EBE6EA
RGB235230234
HSL312°11.11%91.18%
HSB/HSV312°2.13%92.16%
CMYK0.00%2.13%0.43%
7.84%

Color #EBE6EA in popluar number systems.

HEXEBE6EA
Decimal235230234
Binary111010111110011011101010
Octal353346352

Shades and tints

Shades of #EBE6EA

#EBE6EA
(235,230,234)
#D6D2D5
(214,210,213)
#C1BEC0
(193,190,192)
#ACAAAB
(172,170,171)
#979696
(151,150,150)
#828281
(130,130,129)
#6D6E6C
(109,110,108)
#585A57
(88,90,87)
#434642
(67,70,66)
#2E322D
(46,50,45)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #EBE6EA

#EBE6EA
(235,230,234)
#ECE8EB
(236,232,235)
#EDEAEC
(237,234,236)
#EEECED
(238,236,237)
#EFEEEE
(239,238,238)
#F0F0EF
(240,240,239)
#F1F2F0
(241,242,240)
#F2F4F1
(242,244,241)
#F3F6F2
(243,246,242)
#F4F8F3
(244,248,243)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6EA; }

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

This text font color is #EBE6EA.


Background Color

.myBgColor { background-color: #EBE6EA; }

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

This div background color is #EBE6EA.


Border color

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

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

This div border color is #EBE6EA.


Opacity

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

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

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

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

This text has shadow with #EBE6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE6EA on black background.


Color preview on white background

This text has color #EBE6EA on white background.



Black color preview on #EBE6EA background

This text has black color on #EBE6EA background.


White color preview on #EBE6EA background

This text has white color on #EBE6EA background.