COLOR #EBDCE9

HEX: #EBDCE9 RGB: (235,220,233)

Color info

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

RGB color model

#EBDCE9 color RGB value is (235,220,233).

RGB: (235,220,233) (92%, 86%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 233 of 255 = 91%

235
220
233

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

Portions of RGB colors in percentages

R + G + B = 235 + 220 + 233 = 688 (100%)
R 235 of 688 ~ 34.16%
G 220 of 688 ~ 31.98%
B 233 of 688 ~ 33.87'%

%34.16
%31.98
%33.87

CMYK color model

#EBDCE9 color CMYK value is (0,6,1,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 0.85%
  • key color value is 7.84%

CMYK: (0,6,1,8)
C0M6Y1K8 (0%, 6%, 1%, 8%)
(0.00 / 0.06 / 0.01 / 0.08)

CMYK percentages

%0
%6.38
%0.85
%7.84

Codes

Color #EBDCE9 in popluar color models

EB DC E9
RGB 235 220 233
HSL 308° 27.27% 89.22%
HSB/HSV 308° 6.38% 92.16%
CMYK 0.00% 6.38% 0.85%
7.84%

Color #EBDCE9 in popluar number systems.

HEX EB DC E9
Decimal 235 220 233
Binary 11101011 11011100 11101001
Octal 353 334 351

Shades and tints

Shades of #EBDCE9

#EBDCE9
(235,220,233)
#D6C8D4
(214,200,212)
#C1B4BF
(193,180,191)
#ACA0AA
(172,160,170)
#978C95
(151,140,149)
#827880
(130,120,128)
#6D646B
(109,100,107)
#585056
(88,80,86)
#433C41
(67,60,65)
#2E282C
(46,40,44)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #EBDCE9

#EBDCE9
(235,220,233)
#ECDFEB
(236,223,235)
#EDE2ED
(237,226,237)
#EEE5EF
(238,229,239)
#EFE8F1
(239,232,241)
#F0EBF3
(240,235,243)
#F1EEF5
(241,238,245)
#F2F1F7
(242,241,247)
#F3F4F9
(243,244,249)
#F4F7FB
(244,247,251)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDCE9; }

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

This text font color is #EBDCE9.

Background Color

.myBgColor { background-color: #EBDCE9; }

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

This div background color is #EBDCE9.

Border color

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

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

This div border color is #EBDCE9.

Opacity

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

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

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

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

This text has shadow with #EBDCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDCE9.

Preview

Color preview on black background

This text has color #EBDCE9 on black background.


Color preview on white background

This text has color #EBDCE9 on white background.


Black color preview on #EBDCE9 background

This text has black color on #EBDCE9 background.


White color preview on #EBDCE9 background

This text has white color on #EBDCE9 background.


Related colors

Complementary color

Complementary color for #hex is #142316.


I love getcolorcode.com

Triadic colors

1 #E9EBDC and #DCE9EB with #EBDCE9 are triadic colors.

2 #E9DCEB and #DCEBE9 with #EBDCE9 are triadic colors.