COLOR #EBE9FC

HEX: #EBE9FC RGB: (235,233,252)

Color info

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

RGB color model

#EBE9FC color RGB value is (235,233,252).

RGB: (235,233,252) (92%, 91%, 99%)

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 252 of 255 = 99%

235
233
252

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

Portions of RGB colors in percentages

R + G + B = 235 + 233 + 252 = 720 (100%)
R 235 of 720 ~ 32.64%
G 233 of 720 ~ 32.36%
B 252 of 720 ~ 35'%

%32.64
%32.36
%35

CMYK color model

#EBE9FC color CMYK value is (7,8,0,1).

  • cyan value is 6.75%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (7,8,0,1)
C7M8Y0K1 (7%, 8%, 0%, 1%)
(0.07 / 0.08 / 0.00 / 0.01)

CMYK percentages

%6.75
%7.54
%0
%1.18

Codes

Color #EBE9FC in popluar color models

EB E9 FC
RGB 235 233 252
HSL 246° 76.00% 95.10%
HSB/HSV 246° 7.54% 98.82%
CMYK 6.75% 7.54% 0.00%
1.18%

Color #EBE9FC in popluar number systems.

HEX EB E9 FC
Decimal 235 233 252
Binary 11101011 11101001 11111100
Octal 353 351 374

Shades and tints

Shades of #EBE9FC

#EBE9FC
(235,233,252)
#D6D4E6
(214,212,230)
#C1BFD0
(193,191,208)
#ACAABA
(172,170,186)
#9795A4
(151,149,164)
#82808E
(130,128,142)
#6D6B78
(109,107,120)
#585662
(88,86,98)
#43414C
(67,65,76)
#2E2C36
(46,44,54)
#191720
(25,23,32)
#000000
(0,0,0)

Tints of #EBE9FC

#EBE9FC
(235,233,252)
#ECEBFC
(236,235,252)
#EDEDFC
(237,237,252)
#EEEFFC
(238,239,252)
#EFF1FC
(239,241,252)
#F0F3FC
(240,243,252)
#F1F5FC
(241,245,252)
#F2F7FC
(242,247,252)
#F3F9FC
(243,249,252)
#F4FBFC
(244,251,252)
#F5FDFC
(245,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE9FC color. Also use rgb(235,233,252) instead hex code.

Text Font Color

.myTextColor { color: #EBE9FC; }

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

This text font color is #EBE9FC.

Background Color

.myBgColor { background-color: #EBE9FC; }

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

This div background color is #EBE9FC.

Border color

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

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

This div border color is #EBE9FC.

Opacity

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

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

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

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

This text has shadow with #EBE9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE9FC.

Preview

Color preview on black background

This text has color #EBE9FC on black background.


Color preview on white background

This text has color #EBE9FC on white background.


Black color preview on #EBE9FC background

This text has black color on #EBE9FC background.


White color preview on #EBE9FC background

This text has white color on #EBE9FC background.


Related colors

Complementary color

Complementary color for #hex is #141603.


I love getcolorcode.com

Triadic colors

1 #FCEBE9 and #E9FCEB with #EBE9FC are triadic colors.

2 #FCE9EB and #E9EBFC with #EBE9FC are triadic colors.