COLOR #EBD0E7

HEX: #EBD0E7 RGB: (235,208,231)

Color info

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

RGB color model

#EBD0E7 color RGB value is (235,208,231).

RGB: (235,208,231) (92%, 82%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 208 of 255 = 82%
B 231 of 255 = 91%

235
208
231

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

Portions of RGB colors in percentages

R + G + B = 235 + 208 + 231 = 674 (100%)
R 235 of 674 ~ 34.87%
G 208 of 674 ~ 30.86%
B 231 of 674 ~ 34.27'%

%34.87
%30.86
%34.27

CMYK color model

#EBD0E7 color CMYK value is (0,11,2,8).

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

CMYK: (0,11,2,8)
C0M11Y2K8 (0%, 11%, 2%, 8%)
(0.00 / 0.11 / 0.02 / 0.08)

CMYK percentages

%0
%11.49
%1.7
%7.84

Codes

Color #EBD0E7 in popluar color models

EB D0 E7
RGB 235 208 231
HSL 309° 40.30% 86.86%
HSB/HSV 309° 11.49% 92.16%
CMYK 0.00% 11.49% 1.70%
7.84%

Color #EBD0E7 in popluar number systems.

HEX EB D0 E7
Decimal 235 208 231
Binary 11101011 11010000 11100111
Octal 353 320 347

Shades and tints

Shades of #EBD0E7

#EBD0E7
(235,208,231)
#D6BED2
(214,190,210)
#C1ACBD
(193,172,189)
#AC9AA8
(172,154,168)
#978893
(151,136,147)
#82767E
(130,118,126)
#6D6469
(109,100,105)
#585254
(88,82,84)
#43403F
(67,64,63)
#2E2E2A
(46,46,42)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #EBD0E7

#EBD0E7
(235,208,231)
#ECD4E9
(236,212,233)
#EDD8EB
(237,216,235)
#EEDCED
(238,220,237)
#EFE0EF
(239,224,239)
#F0E4F1
(240,228,241)
#F1E8F3
(241,232,243)
#F2ECF5
(242,236,245)
#F3F0F7
(243,240,247)
#F4F4F9
(244,244,249)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD0E7; }

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

This text font color is #EBD0E7.

Background Color

.myBgColor { background-color: #EBD0E7; }

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

This div background color is #EBD0E7.

Border color

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

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

This div border color is #EBD0E7.

Opacity

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

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

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

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

This text has shadow with #EBD0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD0E7.

Preview

Color preview on black background

This text has color #EBD0E7 on black background.


Color preview on white background

This text has color #EBD0E7 on white background.


Black color preview on #EBD0E7 background

This text has black color on #EBD0E7 background.


White color preview on #EBD0E7 background

This text has white color on #EBD0E7 background.


Related colors

Complementary color

Complementary color for #hex is #142F18.


I love getcolorcode.com

Triadic colors

1 #E7EBD0 and #D0E7EB with #EBD0E7 are triadic colors.

2 #E7D0EB and #D0EBE7 with #EBD0E7 are triadic colors.