COLOR #EBE3E8

HEX: #EBE3E8
RGB: (235,227,232)

Color info

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

RGB color model

#EBE3E8 color RGB value is (235,227,232).

  • red value is 235;
  • green value is 227;
  • blue value is 232.
RGB:
(235,227,232)
(92%,89%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 232 of 255 = 91%

235
227
232

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 232 = 694 (100%)
R 235 of 694 ~ 33.86%
G 227 of 694 ~ 32.71%
B 232 of 694 ~ 33.43%

%33.86
%32.71
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(0,3,1,8)
C0M3Y1K8 
(0%,3%,1%,8%)
(0.00/0.03/0.01/0.08)	

CMYK percentages

%0
%3.4
%1.28
%7.84

Codes

Color #EBE3E8 in popluar color models

EBE3E8
RGB235227232
HSL323°16.67%90.59%
HSB/HSV323°3.40%92.16%
CMYK0.00%3.40%1.28%
7.84%

Color #EBE3E8 in popluar number systems.

HEXEBE3E8
Decimal235227232
Binary111010111110001111101000
Octal353343350

Shades and tints

Shades of #EBE3E8

#EBE3E8
(235,227,232)
#D6CFD3
(214,207,211)
#C1BBBE
(193,187,190)
#ACA7A9
(172,167,169)
#979394
(151,147,148)
#827F7F
(130,127,127)
#6D6B6A
(109,107,106)
#585755
(88,87,85)
#434340
(67,67,64)
#2E2F2B
(46,47,43)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBE3E8

#EBE3E8
(235,227,232)
#ECE5EA
(236,229,234)
#EDE7EC
(237,231,236)
#EEE9EE
(238,233,238)
#EFEBF0
(239,235,240)
#F0EDF2
(240,237,242)
#F1EFF4
(241,239,244)
#F2F1F6
(242,241,246)
#F3F3F8
(243,243,248)
#F4F5FA
(244,245,250)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3E8; }

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

This text font color is #EBE3E8.


Background Color

.myBgColor { background-color: #EBE3E8; }

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

This div background color is #EBE3E8.


Border color

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

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

This div border color is #EBE3E8.


Opacity

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

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

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

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

This text has shadow with #EBE3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3E8 on black background.


Color preview on white background

This text has color #EBE3E8 on white background.



Black color preview on #EBE3E8 background

This text has black color on #EBE3E8 background.


White color preview on #EBE3E8 background

This text has white color on #EBE3E8 background.