COLOR #EBE8FA

HEX: #EBE8FA RGB: (235,232,250)

Color info

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

RGB color model

#EBE8FA color RGB value is (235,232,250).

RGB: (235,232,250) (92%, 91%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 250 of 255 = 98%

235
232
250

R + G + B ~ 94%. #EBE8FA is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 232 + 250 = 717 (100%)
R 235 of 717 ~ 32.78%
G 232 of 717 ~ 32.36%
B 250 of 717 ~ 34.87'%

%32.78
%32.36
%34.87

CMYK color model

#EBE8FA color CMYK value is (6,7,0,2).

  • cyan value is 6.00%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,7,0,2)
C6M7Y0K2 (6%, 7%, 0%, 2%)
(0.06 / 0.07 / 0.00 / 0.02)

CMYK percentages

%6
%7.2
%0
%1.96

Codes

Color #EBE8FA in popluar color models

EB E8 FA
RGB 235 232 250
HSL 250° 64.29% 94.51%
HSB/HSV 250° 7.20% 98.04%
CMYK 6.00% 7.20% 0.00%
1.96%

Color #EBE8FA in popluar number systems.

HEX EB E8 FA
Decimal 235 232 250
Binary 11101011 11101000 11111010
Octal 353 350 372

Shades and tints

Shades of #EBE8FA

#EBE8FA
(235,232,250)
#D6D3E4
(214,211,228)
#C1BECE
(193,190,206)
#ACA9B8
(172,169,184)
#9794A2
(151,148,162)
#827F8C
(130,127,140)
#6D6A76
(109,106,118)
#585560
(88,85,96)
#43404A
(67,64,74)
#2E2B34
(46,43,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #EBE8FA

#EBE8FA
(235,232,250)
#ECEAFA
(236,234,250)
#EDECFA
(237,236,250)
#EEEEFA
(238,238,250)
#EFF0FA
(239,240,250)
#F0F2FA
(240,242,250)
#F1F4FA
(241,244,250)
#F2F6FA
(242,246,250)
#F3F8FA
(243,248,250)
#F4FAFA
(244,250,250)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8FA; }

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

This text font color is #EBE8FA.

Background Color

.myBgColor { background-color: #EBE8FA; }

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

This div background color is #EBE8FA.

Border color

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

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

This div border color is #EBE8FA.

Opacity

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

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

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

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

This text has shadow with #EBE8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE8FA.

Preview

Color preview on black background

This text has color #EBE8FA on black background.


Color preview on white background

This text has color #EBE8FA on white background.


Black color preview on #EBE8FA background

This text has black color on #EBE8FA background.


White color preview on #EBE8FA background

This text has white color on #EBE8FA background.


Related colors

Complementary color

Complementary color for #hex is #141705.


I love getcolorcode.com

Triadic colors

1 #FAEBE8 and #E8FAEB with #EBE8FA are triadic colors.

2 #FAE8EB and #E8EBFA with #EBE8FA are triadic colors.