COLOR #EBC9DE

HEX: #EBC9DE RGB: (235,201,222)

Color info

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

RGB color model

#EBC9DE color RGB value is (235,201,222).

RGB: (235,201,222) (92%, 79%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 222 of 255 = 87%

235
201
222

R + G + B ~ 86%. #EBC9DE is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 222 = 658 (100%)
R 235 of 658 ~ 35.71%
G 201 of 658 ~ 30.55%
B 222 of 658 ~ 33.74'%

%35.71
%30.55
%33.74

CMYK color model

#EBC9DE color CMYK value is (0,14,6,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 5.53%
  • key color value is 7.84%

CMYK: (0,14,6,8)
C0M14Y6K8 (0%, 14%, 6%, 8%)
(0.00 / 0.14 / 0.06 / 0.08)

CMYK percentages

%0
%14.47
%5.53
%7.84

Codes

Color #EBC9DE in popluar color models

EB C9 DE
RGB 235 201 222
HSL 323° 45.95% 85.49%
HSB/HSV 323° 14.47% 92.16%
CMYK 0.00% 14.47% 5.53%
7.84%

Color #EBC9DE in popluar number systems.

HEX EB C9 DE
Decimal 235 201 222
Binary 11101011 11001001 11011110
Octal 353 311 336

Shades and tints

Shades of #EBC9DE

#EBC9DE
(235,201,222)
#D6B7CA
(214,183,202)
#C1A5B6
(193,165,182)
#AC93A2
(172,147,162)
#97818E
(151,129,142)
#826F7A
(130,111,122)
#6D5D66
(109,93,102)
#584B52
(88,75,82)
#43393E
(67,57,62)
#2E272A
(46,39,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EBC9DE

#EBC9DE
(235,201,222)
#ECCDE1
(236,205,225)
#EDD1E4
(237,209,228)
#EED5E7
(238,213,231)
#EFD9EA
(239,217,234)
#F0DDED
(240,221,237)
#F1E1F0
(241,225,240)
#F2E5F3
(242,229,243)
#F3E9F6
(243,233,246)
#F4EDF9
(244,237,249)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9DE color. Also use rgb(235,201,222) instead hex code.

Text Font Color

.myTextColor { color: #EBC9DE; }

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

This text font color is #EBC9DE.

Background Color

.myBgColor { background-color: #EBC9DE; }

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

This div background color is #EBC9DE.

Border color

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

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

This div border color is #EBC9DE.

Opacity

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

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

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

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

This text has shadow with #EBC9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9DE.

Preview

Color preview on black background

This text has color #EBC9DE on black background.


Color preview on white background

This text has color #EBC9DE on white background.


Black color preview on #EBC9DE background

This text has black color on #EBC9DE background.


White color preview on #EBC9DE background

This text has white color on #EBC9DE background.


Related colors

Complementary color

Complementary color for #hex is #143621.


I love getcolorcode.com

Triadic colors

1 #DEEBC9 and #C9DEEB with #EBC9DE are triadic colors.

2 #DEC9EB and #C9EBDE with #EBC9DE are triadic colors.