COLOR #EBDADC

HEX: #EBDADC
RGB: (235,218,220)

Color info

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

RGB color model

#EBDADC color RGB value is (235,218,220).

  • red value is 235;
  • green value is 218;
  • blue value is 220.
RGB:
(235,218,220)
(92%,85%,86%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 220 of 255 = 86%

235
218
220

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 220 = 673 (100%)
R 235 of 673 ~ 34.92%
G 218 of 673 ~ 32.39%
B 220 of 673 ~ 32.69%

%34.92
%32.39
%32.69

CMYK color model

#EBDADC color CMYK value is (0,7,6,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(0,7,6,8)
C0M7Y6K8 
(0%,7%,6%,8%)
(0.00/0.07/0.06/0.08)	

CMYK percentages

%0
%7.23
%6.38
%7.84

Codes

Color #EBDADC in popluar color models

EBDADC
RGB235218220
HSL353°29.82%88.82%
HSB/HSV353°7.23%92.16%
CMYK0.00%7.23%6.38%
7.84%

Color #EBDADC in popluar number systems.

HEXEBDADC
Decimal235218220
Binary111010111101101011011100
Octal353332334

Shades and tints

Shades of #EBDADC

#EBDADC
(235,218,220)
#D6C7C8
(214,199,200)
#C1B4B4
(193,180,180)
#ACA1A0
(172,161,160)
#978E8C
(151,142,140)
#827B78
(130,123,120)
#6D6864
(109,104,100)
#585550
(88,85,80)
#43423C
(67,66,60)
#2E2F28
(46,47,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBDADC

#EBDADC
(235,218,220)
#ECDDDF
(236,221,223)
#EDE0E2
(237,224,226)
#EEE3E5
(238,227,229)
#EFE6E8
(239,230,232)
#F0E9EB
(240,233,235)
#F1ECEE
(241,236,238)
#F2EFF1
(242,239,241)
#F3F2F4
(243,242,244)
#F4F5F7
(244,245,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDADC color. Also use rgb(235,218,220) instead hex code.

Text Font Color

.myTextColor { color: #EBDADC; }

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

This text font color is #EBDADC.


Background Color

.myBgColor { background-color: #EBDADC; }

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

This div background color is #EBDADC.


Border color

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

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

This div border color is #EBDADC.


Opacity

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

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

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

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

This text has shadow with #EBDADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDADC on black background.


Color preview on white background

This text has color #EBDADC on white background.



Black color preview on #EBDADC background

This text has black color on #EBDADC background.


White color preview on #EBDADC background

This text has white color on #EBDADC background.