COLOR #EBE3E7

HEX: #EBE3E7
RGB: (235,227,231)

Color info

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

RGB color model

#EBE3E7 color RGB value is (235,227,231).

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

RGB channels and saturation

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

235
227
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 231 = 693 (100%)
R 235 of 693 ~ 33.91%
G 227 of 693 ~ 32.76%
B 231 of 693 ~ 33.33%

%33.91
%32.76
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(0,3,2,8)
C0M3Y2K8 
(0%,3%,2%,8%)
(0.00/0.03/0.02/0.08)	

CMYK percentages

%0
%3.4
%1.7
%7.84

Codes

Color #EBE3E7 in popluar color models

EBE3E7
RGB235227231
HSL330°16.67%90.59%
HSB/HSV330°3.40%92.16%
CMYK0.00%3.40%1.70%
7.84%

Color #EBE3E7 in popluar number systems.

HEXEBE3E7
Decimal235227231
Binary111010111110001111100111
Octal353343347

Shades and tints

Shades of #EBE3E7

#EBE3E7
(235,227,231)
#D6CFD2
(214,207,210)
#C1BBBD
(193,187,189)
#ACA7A8
(172,167,168)
#979393
(151,147,147)
#827F7E
(130,127,126)
#6D6B69
(109,107,105)
#585754
(88,87,84)
#43433F
(67,67,63)
#2E2F2A
(46,47,42)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBE3E7

#EBE3E7
(235,227,231)
#ECE5E9
(236,229,233)
#EDE7EB
(237,231,235)
#EEE9ED
(238,233,237)
#EFEBEF
(239,235,239)
#F0EDF1
(240,237,241)
#F1EFF3
(241,239,243)
#F2F1F5
(242,241,245)
#F3F3F7
(243,243,247)
#F4F5F9
(244,245,249)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3E7; }

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

This text font color is #EBE3E7.


Background Color

.myBgColor { background-color: #EBE3E7; }

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

This div background color is #EBE3E7.


Border color

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

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

This div border color is #EBE3E7.


Opacity

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

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

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

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

This text has shadow with #EBE3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3E7 on black background.


Color preview on white background

This text has color #EBE3E7 on white background.



Black color preview on #EBE3E7 background

This text has black color on #EBE3E7 background.


White color preview on #EBE3E7 background

This text has white color on #EBE3E7 background.