COLOR #EBD0E0

HEX: #EBD0E0 RGB: (235,208,224)

Color info

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

RGB color model

#EBD0E0 color RGB value is (235,208,224).

RGB: (235,208,224) (92%, 82%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 208 of 255 = 82%
B 224 of 255 = 88%

235
208
224

R + G + B ~ 87%. #EBD0E0 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 208 + 224 = 667 (100%)
R 235 of 667 ~ 35.23%
G 208 of 667 ~ 31.18%
B 224 of 667 ~ 33.58'%

%35.23
%31.18
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 4.68%
  • key color value is 7.84%

CMYK: (0,11,5,8)
C0M11Y5K8 (0%, 11%, 5%, 8%)
(0.00 / 0.11 / 0.05 / 0.08)

CMYK percentages

%0
%11.49
%4.68
%7.84

Codes

Color #EBD0E0 in popluar color models

EB D0 E0
RGB 235 208 224
HSL 324° 40.30% 86.86%
HSB/HSV 324° 11.49% 92.16%
CMYK 0.00% 11.49% 4.68%
7.84%

Color #EBD0E0 in popluar number systems.

HEX EB D0 E0
Decimal 235 208 224
Binary 11101011 11010000 11100000
Octal 353 320 340

Shades and tints

Shades of #EBD0E0

#EBD0E0
(235,208,224)
#D6BECC
(214,190,204)
#C1ACB8
(193,172,184)
#AC9AA4
(172,154,164)
#978890
(151,136,144)
#82767C
(130,118,124)
#6D6468
(109,100,104)
#585254
(88,82,84)
#434040
(67,64,64)
#2E2E2C
(46,46,44)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #EBD0E0

#EBD0E0
(235,208,224)
#ECD4E2
(236,212,226)
#EDD8E4
(237,216,228)
#EEDCE6
(238,220,230)
#EFE0E8
(239,224,232)
#F0E4EA
(240,228,234)
#F1E8EC
(241,232,236)
#F2ECEE
(242,236,238)
#F3F0F0
(243,240,240)
#F4F4F2
(244,244,242)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD0E0; }

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

This text font color is #EBD0E0.

Background Color

.myBgColor { background-color: #EBD0E0; }

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

This div background color is #EBD0E0.

Border color

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

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

This div border color is #EBD0E0.

Opacity

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

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

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

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

This text has shadow with #EBD0E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD0E0.

Preview

Color preview on black background

This text has color #EBD0E0 on black background.


Color preview on white background

This text has color #EBD0E0 on white background.


Black color preview on #EBD0E0 background

This text has black color on #EBD0E0 background.


White color preview on #EBD0E0 background

This text has white color on #EBD0E0 background.


Related colors

Complementary color

Complementary color for #hex is #142F1F.


I love getcolorcode.com

Triadic colors

1 #E0EBD0 and #D0E0EB with #EBD0E0 are triadic colors.

2 #E0D0EB and #D0EBE0 with #EBD0E0 are triadic colors.