COLOR #EBDFFC

HEX: #EBDFFC
RGB: (235,223,252)

Color info

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

RGB color model

#EBDFFC color RGB value is (235,223,252).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 252 of 255 = 99%

235
223
252

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

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 252 = 710 (100%)
R 235 of 710 ~ 33.1%
G 223 of 710 ~ 31.41%
B 252 of 710 ~ 35.49%

%33.1
%31.41
%35.49

CMYK color model

#EBDFFC color CMYK value is (7,12,0,1).

  • cyan value is 6.75%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,12,0,1)
C7M12Y0K1 
(7%,12%,0%,1%)
(0.07/0.12/0.00/0.01)	

CMYK percentages

%6.75
%11.51
%0
%1.18

Codes

Color #EBDFFC in popluar color models

EBDFFC
RGB235223252
HSL265°82.86%93.14%
HSB/HSV265°11.51%98.82%
CMYK6.75%11.51%0.00%
1.18%

Color #EBDFFC in popluar number systems.

HEXEBDFFC
Decimal235223252
Binary111010111101111111111100
Octal353337374

Shades and tints

Shades of #EBDFFC

#EBDFFC
(235,223,252)
#D6CBE6
(214,203,230)
#C1B7D0
(193,183,208)
#ACA3BA
(172,163,186)
#978FA4
(151,143,164)
#827B8E
(130,123,142)
#6D6778
(109,103,120)
#585362
(88,83,98)
#433F4C
(67,63,76)
#2E2B36
(46,43,54)
#191720
(25,23,32)
#000000
(0,0,0)

Tints of #EBDFFC

#EBDFFC
(235,223,252)
#ECE1FC
(236,225,252)
#EDE3FC
(237,227,252)
#EEE5FC
(238,229,252)
#EFE7FC
(239,231,252)
#F0E9FC
(240,233,252)
#F1EBFC
(241,235,252)
#F2EDFC
(242,237,252)
#F3EFFC
(243,239,252)
#F4F1FC
(244,241,252)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFFC; }

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

This text font color is #EBDFFC.


Background Color

.myBgColor { background-color: #EBDFFC; }

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

This div background color is #EBDFFC.


Border color

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

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

This div border color is #EBDFFC.


Opacity

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

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

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

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

This text has shadow with #EBDFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFFC on black background.


Color preview on white background

This text has color #EBDFFC on white background.



Black color preview on #EBDFFC background

This text has black color on #EBDFFC background.


White color preview on #EBDFFC background

This text has white color on #EBDFFC background.