COLOR #EBE7F2

HEX: #EBE7F2
RGB: (235,231,242)

Color info

#EBE7F2 contains red, green and blue colors in about the same proportion. Web safe color of #EBE7F2 is #FFFFFF (or #FFF).

RGB color model

#EBE7F2 color RGB value is (235,231,242).

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

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 242 of 255 = 95%

235
231
242

R + G + B ~ 93%. #EBE7F2 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 231 + 242 = 708 (100%)
R 235 of 708 ~ 33.19%
G 231 of 708 ~ 32.63%
B 242 of 708 ~ 34.18%

%33.19
%32.63
%34.18

CMYK color model

#EBE7F2 color CMYK value is (3,5,0,5).

  • cyan value is 2.89%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(3,5,0,5)
C3M5Y0K5 
(3%,5%,0%,5%)
(0.03/0.05/0.00/0.05)	

CMYK percentages

%2.89
%4.55
%0
%5.1

Codes

Color #EBE7F2 in popluar color models

EBE7F2
RGB235231242
HSL262°29.73%92.75%
HSB/HSV262°4.55%94.90%
CMYK2.89%4.55%0.00%
5.10%

Color #EBE7F2 in popluar number systems.

HEXEBE7F2
Decimal235231242
Binary111010111110011111110010
Octal353347362

Shades and tints

Shades of #EBE7F2

#EBE7F2
(235,231,242)
#D6D2DC
(214,210,220)
#C1BDC6
(193,189,198)
#ACA8B0
(172,168,176)
#97939A
(151,147,154)
#827E84
(130,126,132)
#6D696E
(109,105,110)
#585458
(88,84,88)
#433F42
(67,63,66)
#2E2A2C
(46,42,44)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EBE7F2

#EBE7F2
(235,231,242)
#ECE9F3
(236,233,243)
#EDEBF4
(237,235,244)
#EEEDF5
(238,237,245)
#EFEFF6
(239,239,246)
#F0F1F7
(240,241,247)
#F1F3F8
(241,243,248)
#F2F5F9
(242,245,249)
#F3F7FA
(243,247,250)
#F4F9FB
(244,249,251)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7F2; }

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

This text font color is #EBE7F2.


Background Color

.myBgColor { background-color: #EBE7F2; }

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

This div background color is #EBE7F2.


Border color

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

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

This div border color is #EBE7F2.


Opacity

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

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

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

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

This text has shadow with #EBE7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE7F2 on black background.


Color preview on white background

This text has color #EBE7F2 on white background.



Black color preview on #EBE7F2 background

This text has black color on #EBE7F2 background.


White color preview on #EBE7F2 background

This text has white color on #EBE7F2 background.