COLOR #EBD8FC

HEX: #EBD8FC
RGB: (235,216,252)

Color info

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

RGB color model

#EBD8FC color RGB value is (235,216,252).

  • red value is 235;
  • green value is 216;
  • blue value is 252.
RGB:
(235,216,252)
(92%,85%,99%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 252 of 255 = 99%

235
216
252

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

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 252 = 703 (100%)
R 235 of 703 ~ 33.43%
G 216 of 703 ~ 30.73%
B 252 of 703 ~ 35.85%

%33.43
%30.73
%35.85

CMYK color model

#EBD8FC color CMYK value is (7,14,0,1).

  • cyan value is 6.75%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,14,0,1)
C7M14Y0K1 
(7%,14%,0%,1%)
(0.07/0.14/0.00/0.01)	

CMYK percentages

%6.75
%14.29
%0
%1.18

Codes

Color #EBD8FC in popluar color models

EBD8FC
RGB235216252
HSL272°85.71%91.76%
HSB/HSV272°14.29%98.82%
CMYK6.75%14.29%0.00%
1.18%

Color #EBD8FC in popluar number systems.

HEXEBD8FC
Decimal235216252
Binary111010111101100011111100
Octal353330374

Shades and tints

Shades of #EBD8FC

#EBD8FC
(235,216,252)
#D6C5E6
(214,197,230)
#C1B2D0
(193,178,208)
#AC9FBA
(172,159,186)
#978CA4
(151,140,164)
#82798E
(130,121,142)
#6D6678
(109,102,120)
#585362
(88,83,98)
#43404C
(67,64,76)
#2E2D36
(46,45,54)
#191A20
(25,26,32)
#000000
(0,0,0)

Tints of #EBD8FC

#EBD8FC
(235,216,252)
#ECDBFC
(236,219,252)
#EDDEFC
(237,222,252)
#EEE1FC
(238,225,252)
#EFE4FC
(239,228,252)
#F0E7FC
(240,231,252)
#F1EAFC
(241,234,252)
#F2EDFC
(242,237,252)
#F3F0FC
(243,240,252)
#F4F3FC
(244,243,252)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8FC; }

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

This text font color is #EBD8FC.


Background Color

.myBgColor { background-color: #EBD8FC; }

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

This div background color is #EBD8FC.


Border color

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

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

This div border color is #EBD8FC.


Opacity

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

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

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

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

This text has shadow with #EBD8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD8FC on black background.


Color preview on white background

This text has color #EBD8FC on white background.



Black color preview on #EBD8FC background

This text has black color on #EBD8FC background.


White color preview on #EBD8FC background

This text has white color on #EBD8FC background.