COLOR #EBD3D6

HEX: #EBD3D6
RGB: (235,211,214)

Color info

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

RGB color model

#EBD3D6 color RGB value is (235,211,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 214 of 255 = 84%

235
211
214

R + G + B ~ 86%. #EBD3D6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 211 + 214 = 660 (100%)
R 235 of 660 ~ 35.61%
G 211 of 660 ~ 31.97%
B 214 of 660 ~ 32.42%

%35.61
%31.97
%32.42

CMYK color model

#EBD3D6 color CMYK value is (0,10,9,8).

  • cyan value is 0.00%
  • magenta value is 10.21%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,10,9,8)
C0M10Y9K8 
(0%,10%,9%,8%)
(0.00/0.10/0.09/0.08)	

CMYK percentages

%0
%10.21
%8.94
%7.84

Codes

Color #EBD3D6 in popluar color models

EBD3D6
RGB235211214
HSL353°37.50%87.45%
HSB/HSV353°10.21%92.16%
CMYK0.00%10.21%8.94%
7.84%

Color #EBD3D6 in popluar number systems.

HEXEBD3D6
Decimal235211214
Binary111010111101001111010110
Octal353323326

Shades and tints

Shades of #EBD3D6

#EBD3D6
(235,211,214)
#D6C0C3
(214,192,195)
#C1ADB0
(193,173,176)
#AC9A9D
(172,154,157)
#97878A
(151,135,138)
#827477
(130,116,119)
#6D6164
(109,97,100)
#584E51
(88,78,81)
#433B3E
(67,59,62)
#2E282B
(46,40,43)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBD3D6

#EBD3D6
(235,211,214)
#ECD7D9
(236,215,217)
#EDDBDC
(237,219,220)
#EEDFDF
(238,223,223)
#EFE3E2
(239,227,226)
#F0E7E5
(240,231,229)
#F1EBE8
(241,235,232)
#F2EFEB
(242,239,235)
#F3F3EE
(243,243,238)
#F4F7F1
(244,247,241)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD3D6; }

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

This text font color is #EBD3D6.


Background Color

.myBgColor { background-color: #EBD3D6; }

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

This div background color is #EBD3D6.


Border color

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

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

This div border color is #EBD3D6.


Opacity

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

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

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

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

This text has shadow with #EBD3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD3D6 on black background.


Color preview on white background

This text has color #EBD3D6 on white background.



Black color preview on #EBD3D6 background

This text has black color on #EBD3D6 background.


White color preview on #EBD3D6 background

This text has white color on #EBD3D6 background.