COLOR #EBD3E1

HEX: #EBD3E1
RGB: (235,211,225)

Color info

#EBD3E1 contains red, green and blue colors in about the same proportion. Web safe color of #EBD3E1 is #FFCCCC (or #FCC).

RGB color model

#EBD3E1 color RGB value is (235,211,225).

  • red value is 235;
  • green value is 211;
  • blue value is 225.
RGB:
(235,211,225)
(92%,83%,88%)

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 225 of 255 = 88%

235
211
225

R + G + B ~ 88%. #EBD3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 211 + 225 = 671 (100%)
R 235 of 671 ~ 35.02%
G 211 of 671 ~ 31.45%
B 225 of 671 ~ 33.53%

%35.02
%31.45
%33.53

CMYK color model

#EBD3E1 color CMYK value is (0,10,4,8).

  • cyan value is 0.00%
  • magenta value is 10.21%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,10,4,8)
C0M10Y4K8 
(0%,10%,4%,8%)
(0.00/0.10/0.04/0.08)	

CMYK percentages

%0
%10.21
%4.26
%7.84

Codes

Color #EBD3E1 in popluar color models

EBD3E1
RGB235211225
HSL325°37.50%87.45%
HSB/HSV325°10.21%92.16%
CMYK0.00%10.21%4.26%
7.84%

Color #EBD3E1 in popluar number systems.

HEXEBD3E1
Decimal235211225
Binary111010111101001111100001
Octal353323341

Shades and tints

Shades of #EBD3E1

#EBD3E1
(235,211,225)
#D6C0CD
(214,192,205)
#C1ADB9
(193,173,185)
#AC9AA5
(172,154,165)
#978791
(151,135,145)
#82747D
(130,116,125)
#6D6169
(109,97,105)
#584E55
(88,78,85)
#433B41
(67,59,65)
#2E282D
(46,40,45)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBD3E1

#EBD3E1
(235,211,225)
#ECD7E3
(236,215,227)
#EDDBE5
(237,219,229)
#EEDFE7
(238,223,231)
#EFE3E9
(239,227,233)
#F0E7EB
(240,231,235)
#F1EBED
(241,235,237)
#F2EFEF
(242,239,239)
#F3F3F1
(243,243,241)
#F4F7F3
(244,247,243)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD3E1 color. Also use rgb(235,211,225) instead hex code.

Text Font Color

.myTextColor { color: #EBD3E1; }

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

This text font color is #EBD3E1.


Background Color

.myBgColor { background-color: #EBD3E1; }

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

This div background color is #EBD3E1.


Border color

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

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

This div border color is #EBD3E1.


Opacity

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

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

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

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

This text has shadow with #EBD3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD3E1 on black background.


Color preview on white background

This text has color #EBD3E1 on white background.



Black color preview on #EBD3E1 background

This text has black color on #EBD3E1 background.


White color preview on #EBD3E1 background

This text has white color on #EBD3E1 background.