COLOR #EBDAF9

HEX: #EBDAF9
RGB: (235,218,249)

Color info

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

RGB color model

#EBDAF9 color RGB value is (235,218,249).

  • red value is 235;
  • green value is 218;
  • blue value is 249.
RGB:
(235,218,249)
(92%,85%,98%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 249 of 255 = 98%

235
218
249

R + G + B ~ 92%. #EBDAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 249 = 702 (100%)
R 235 of 702 ~ 33.48%
G 218 of 702 ~ 31.05%
B 249 of 702 ~ 35.47%

%33.48
%31.05
%35.47

CMYK color model

#EBDAF9 color CMYK value is (6,12,0,2).

  • cyan value is 5.62%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,12,0,2)
C6M12Y0K2 
(6%,12%,0%,2%)
(0.06/0.12/0.00/0.02)	

CMYK percentages

%5.62
%12.45
%0
%2.35

Codes

Color #EBDAF9 in popluar color models

EBDAF9
RGB235218249
HSL273°72.09%91.57%
HSB/HSV273°12.45%97.65%
CMYK5.62%12.45%0.00%
2.35%

Color #EBDAF9 in popluar number systems.

HEXEBDAF9
Decimal235218249
Binary111010111101101011111001
Octal353332371

Shades and tints

Shades of #EBDAF9

#EBDAF9
(235,218,249)
#D6C7E3
(214,199,227)
#C1B4CD
(193,180,205)
#ACA1B7
(172,161,183)
#978EA1
(151,142,161)
#827B8B
(130,123,139)
#6D6875
(109,104,117)
#58555F
(88,85,95)
#434249
(67,66,73)
#2E2F33
(46,47,51)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #EBDAF9

#EBDAF9
(235,218,249)
#ECDDF9
(236,221,249)
#EDE0F9
(237,224,249)
#EEE3F9
(238,227,249)
#EFE6F9
(239,230,249)
#F0E9F9
(240,233,249)
#F1ECF9
(241,236,249)
#F2EFF9
(242,239,249)
#F3F2F9
(243,242,249)
#F4F5F9
(244,245,249)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDAF9 color. Also use rgb(235,218,249) instead hex code.

Text Font Color

.myTextColor { color: #EBDAF9; }

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

This text font color is #EBDAF9.


Background Color

.myBgColor { background-color: #EBDAF9; }

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

This div background color is #EBDAF9.


Border color

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

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

This div border color is #EBDAF9.


Opacity

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

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

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

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

This text has shadow with #EBDAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAF9 on black background.


Color preview on white background

This text has color #EBDAF9 on white background.



Black color preview on #EBDAF9 background

This text has black color on #EBDAF9 background.


White color preview on #EBDAF9 background

This text has white color on #EBDAF9 background.