COLOR #EBDFE8

HEX: #EBDFE8
RGB: (235,223,232)

Color info

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

RGB color model

#EBDFE8 color RGB value is (235,223,232).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 232 of 255 = 91%

235
223
232

R + G + B ~ 90%. #EBDFE8 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 232 = 690 (100%)
R 235 of 690 ~ 34.06%
G 223 of 690 ~ 32.32%
B 232 of 690 ~ 33.62%

%34.06
%32.32
%33.62

CMYK color model

#EBDFE8 color CMYK value is (0,5,1,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(0,5,1,8)
C0M5Y1K8 
(0%,5%,1%,8%)
(0.00/0.05/0.01/0.08)	

CMYK percentages

%0
%5.11
%1.28
%7.84

Codes

Color #EBDFE8 in popluar color models

EBDFE8
RGB235223232
HSL315°23.08%89.80%
HSB/HSV315°5.11%92.16%
CMYK0.00%5.11%1.28%
7.84%

Color #EBDFE8 in popluar number systems.

HEXEBDFE8
Decimal235223232
Binary111010111101111111101000
Octal353337350

Shades and tints

Shades of #EBDFE8

#EBDFE8
(235,223,232)
#D6CBD3
(214,203,211)
#C1B7BE
(193,183,190)
#ACA3A9
(172,163,169)
#978F94
(151,143,148)
#827B7F
(130,123,127)
#6D676A
(109,103,106)
#585355
(88,83,85)
#433F40
(67,63,64)
#2E2B2B
(46,43,43)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBDFE8

#EBDFE8
(235,223,232)
#ECE1EA
(236,225,234)
#EDE3EC
(237,227,236)
#EEE5EE
(238,229,238)
#EFE7F0
(239,231,240)
#F0E9F2
(240,233,242)
#F1EBF4
(241,235,244)
#F2EDF6
(242,237,246)
#F3EFF8
(243,239,248)
#F4F1FA
(244,241,250)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFE8; }

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

This text font color is #EBDFE8.


Background Color

.myBgColor { background-color: #EBDFE8; }

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

This div background color is #EBDFE8.


Border color

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

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

This div border color is #EBDFE8.


Opacity

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

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

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

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

This text has shadow with #EBDFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFE8 on black background.


Color preview on white background

This text has color #EBDFE8 on white background.



Black color preview on #EBDFE8 background

This text has black color on #EBDFE8 background.


White color preview on #EBDFE8 background

This text has white color on #EBDFE8 background.