COLOR #EBD8E0

HEX: #EBD8E0 RGB: (235,216,224)

Color info

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

RGB color model

#EBD8E0 color RGB value is (235,216,224).

RGB: (235,216,224) (92%, 85%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 224 of 255 = 88%

235
216
224

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

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 224 = 675 (100%)
R 235 of 675 ~ 34.81%
G 216 of 675 ~ 32%
B 224 of 675 ~ 33.19'%

%34.81
%32
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK: (0,8,5,8) C0M8Y5K8 (0%,8%,5%,8%) (0.00/0.08/0.05/0.08) 

CMYK percentages

%0
%8.09
%4.68
%7.84

Codes

Color #EBD8E0 in popluar color models

EB D8 E0
RGB 235 216 224
HSL 335° 32.20% 88.43%
HSB/HSV 335° 8.09% 92.16%
CMYK 0.00% 8.09% 4.68%
7.84%

Color #EBD8E0 in popluar number systems.

HEX EB D8 E0
Decimal 235 216 224
Binary 11101011 11011000 11100000
Octal 353 330 340

Shades and tints

Shades of #EBD8E0

#EBD8E0
(235,216,224)
#D6C5CC
(214,197,204)
#C1B2B8
(193,178,184)
#AC9FA4
(172,159,164)
#978C90
(151,140,144)
#82797C
(130,121,124)
#6D6668
(109,102,104)
#585354
(88,83,84)
#434040
(67,64,64)
#2E2D2C
(46,45,44)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #EBD8E0

#EBD8E0
(235,216,224)
#ECDBE2
(236,219,226)
#EDDEE4
(237,222,228)
#EEE1E6
(238,225,230)
#EFE4E8
(239,228,232)
#F0E7EA
(240,231,234)
#F1EAEC
(241,234,236)
#F2EDEE
(242,237,238)
#F3F0F0
(243,240,240)
#F4F3F2
(244,243,242)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD8E0 color. Also use rgb(235,216,224) instead hex code.

Text Font Color

.myTextColor { color: #EBD8E0; }

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

This text font color is #EBD8E0.

Background Color

.myBgColor { background-color: #EBD8E0; }

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

This div background color is #EBD8E0.

Border color

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

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

This div border color is #EBD8E0.

Opacity

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

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

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

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

This text has shadow with #EBD8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8E0.

Preview

Color preview on black background

This text has color #EBD8E0 on black background.


Color preview on white background

This text has color #EBD8E0 on white background.


Black color preview on #EBD8E0 background

This text has black color on #EBD8E0 background.


White color preview on #EBD8E0 background

This text has white color on #EBD8E0 background.


Related colors

Complementary color

Complementary color for #hex is #14271F.


I love getcolorcode.com

Triadic colors

1 #E0EBD8 and #D8E0EB with #EBD8E0 are triadic colors.

2 #E0D8EB and #D8EBE0 with #EBD8E0 are triadic colors.