COLOR #EBD6EC

HEX: #EBD6EC RGB: (235,214,236)

Color info

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

RGB color model

#EBD6EC color RGB value is (235,214,236).

RGB: (235,214,236) (92%, 84%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 236 of 255 = 93%

235
214
236

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

Portions of RGB colors in percentages

R + G + B = 235 + 214 + 236 = 685 (100%)
R 235 of 685 ~ 34.31%
G 214 of 685 ~ 31.24%
B 236 of 685 ~ 34.45'%

%34.31
%31.24
%34.45

CMYK color model

#EBD6EC color CMYK value is (0,9,0,7).

  • cyan value is 0.42%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (0,9,0,7)
C0M9Y0K7 (0%, 9%, 0%, 7%)
(0.00 / 0.09 / 0.00 / 0.07)

CMYK percentages

%0.42
%9.32
%0
%7.45

Codes

Color #EBD6EC in popluar color models

EB D6 EC
RGB 235 214 236
HSL 297° 36.67% 88.24%
HSB/HSV 297° 9.32% 92.55%
CMYK 0.42% 9.32% 0.00%
7.45%

Color #EBD6EC in popluar number systems.

HEX EB D6 EC
Decimal 235 214 236
Binary 11101011 11010110 11101100
Octal 353 326 354

Shades and tints

Shades of #EBD6EC

#EBD6EC
(235,214,236)
#D6C3D7
(214,195,215)
#C1B0C2
(193,176,194)
#AC9DAD
(172,157,173)
#978A98
(151,138,152)
#827783
(130,119,131)
#6D646E
(109,100,110)
#585159
(88,81,89)
#433E44
(67,62,68)
#2E2B2F
(46,43,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #EBD6EC

#EBD6EC
(235,214,236)
#ECD9ED
(236,217,237)
#EDDCEE
(237,220,238)
#EEDFEF
(238,223,239)
#EFE2F0
(239,226,240)
#F0E5F1
(240,229,241)
#F1E8F2
(241,232,242)
#F2EBF3
(242,235,243)
#F3EEF4
(243,238,244)
#F4F1F5
(244,241,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD6EC color. Also use rgb(235,214,236) instead hex code.

Text Font Color

.myTextColor { color: #EBD6EC; }

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

This text font color is #EBD6EC.

Background Color

.myBgColor { background-color: #EBD6EC; }

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

This div background color is #EBD6EC.

Border color

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

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

This div border color is #EBD6EC.

Opacity

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

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

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

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

This text has shadow with #EBD6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD6EC.

Preview

Color preview on black background

This text has color #EBD6EC on black background.


Color preview on white background

This text has color #EBD6EC on white background.


Black color preview on #EBD6EC background

This text has black color on #EBD6EC background.


White color preview on #EBD6EC background

This text has white color on #EBD6EC background.


Related colors

Complementary color

Complementary color for #hex is #142913.


I love getcolorcode.com

Triadic colors

1 #ECEBD6 and #D6ECEB with #EBD6EC are triadic colors.

2 #ECD6EB and #D6EBEC with #EBD6EC are triadic colors.