COLOR #EBE3E4

HEX: #EBE3E4
RGB: (235,227,228)

Color info

#EBE3E4 contains red, green and blue colors in about the same proportion. Web safe color of #EBE3E4 is #FFCCCC (or #FCC).

RGB color model

#EBE3E4 color RGB value is (235,227,228).

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

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 228 of 255 = 89%

235
227
228

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 228 = 690 (100%)
R 235 of 690 ~ 34.06%
G 227 of 690 ~ 32.9%
B 228 of 690 ~ 33.04%

%34.06
%32.9
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,3,3,8)
C0M3Y3K8 
(0%,3%,3%,8%)
(0.00/0.03/0.03/0.08)	

CMYK percentages

%0
%3.4
%2.98
%7.84

Codes

Color #EBE3E4 in popluar color models

EBE3E4
RGB235227228
HSL353°16.67%90.59%
HSB/HSV353°3.40%92.16%
CMYK0.00%3.40%2.98%
7.84%

Color #EBE3E4 in popluar number systems.

HEXEBE3E4
Decimal235227228
Binary111010111110001111100100
Octal353343344

Shades and tints

Shades of #EBE3E4

#EBE3E4
(235,227,228)
#D6CFD0
(214,207,208)
#C1BBBC
(193,187,188)
#ACA7A8
(172,167,168)
#979394
(151,147,148)
#827F80
(130,127,128)
#6D6B6C
(109,107,108)
#585758
(88,87,88)
#434344
(67,67,68)
#2E2F30
(46,47,48)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #EBE3E4

#EBE3E4
(235,227,228)
#ECE5E6
(236,229,230)
#EDE7E8
(237,231,232)
#EEE9EA
(238,233,234)
#EFEBEC
(239,235,236)
#F0EDEE
(240,237,238)
#F1EFF0
(241,239,240)
#F2F1F2
(242,241,242)
#F3F3F4
(243,243,244)
#F4F5F6
(244,245,246)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3E4; }

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

This text font color is #EBE3E4.


Background Color

.myBgColor { background-color: #EBE3E4; }

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

This div background color is #EBE3E4.


Border color

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

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

This div border color is #EBE3E4.


Opacity

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

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

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

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

This text has shadow with #EBE3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3E4 on black background.


Color preview on white background

This text has color #EBE3E4 on white background.



Black color preview on #EBE3E4 background

This text has black color on #EBE3E4 background.


White color preview on #EBE3E4 background

This text has white color on #EBE3E4 background.