COLOR #EBE7F8

HEX: #EBE7F8 RGB: (235,231,248)

Color info

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

RGB color model

#EBE7F8 color RGB value is (235,231,248).

RGB: (235,231,248) (92%, 91%, 97%)

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 248 of 255 = 97%

235
231
248

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

Portions of RGB colors in percentages

R + G + B = 235 + 231 + 248 = 714 (100%)
R 235 of 714 ~ 32.91%
G 231 of 714 ~ 32.35%
B 248 of 714 ~ 34.73'%

%32.91
%32.35
%34.73

CMYK color model

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

  • cyan value is 5.24%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (5,7,0,3)
C5M7Y0K3 (5%, 7%, 0%, 3%)
(0.05 / 0.07 / 0.00 / 0.03)

CMYK percentages

%5.24
%6.85
%0
%2.75

Codes

Color #EBE7F8 in popluar color models

EB E7 F8
RGB 235 231 248
HSL 254° 54.84% 93.92%
HSB/HSV 254° 6.85% 97.25%
CMYK 5.24% 6.85% 0.00%
2.75%

Color #EBE7F8 in popluar number systems.

HEX EB E7 F8
Decimal 235 231 248
Binary 11101011 11100111 11111000
Octal 353 347 370

Shades and tints

Shades of #EBE7F8

#EBE7F8
(235,231,248)
#D6D2E2
(214,210,226)
#C1BDCC
(193,189,204)
#ACA8B6
(172,168,182)
#9793A0
(151,147,160)
#827E8A
(130,126,138)
#6D6974
(109,105,116)
#58545E
(88,84,94)
#433F48
(67,63,72)
#2E2A32
(46,42,50)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBE7F8

#EBE7F8
(235,231,248)
#ECE9F8
(236,233,248)
#EDEBF8
(237,235,248)
#EEEDF8
(238,237,248)
#EFEFF8
(239,239,248)
#F0F1F8
(240,241,248)
#F1F3F8
(241,243,248)
#F2F5F8
(242,245,248)
#F3F7F8
(243,247,248)
#F4F9F8
(244,249,248)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7F8; }

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

This text font color is #EBE7F8.

Background Color

.myBgColor { background-color: #EBE7F8; }

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

This div background color is #EBE7F8.

Border color

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

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

This div border color is #EBE7F8.

Opacity

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

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

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

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

This text has shadow with #EBE7F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE7F8.

Preview

Color preview on black background

This text has color #EBE7F8 on black background.


Color preview on white background

This text has color #EBE7F8 on white background.


Black color preview on #EBE7F8 background

This text has black color on #EBE7F8 background.


White color preview on #EBE7F8 background

This text has white color on #EBE7F8 background.


Related colors

Complementary color

Complementary color for #hex is #141807.


I love getcolorcode.com

Triadic colors

1 #F8EBE7 and #E7F8EB with #EBE7F8 are triadic colors.

2 #F8E7EB and #E7EBF8 with #EBE7F8 are triadic colors.