COLOR #EBC9ED

HEX: #EBC9ED RGB: (235,201,237)

Color info

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

RGB color model

#EBC9ED color RGB value is (235,201,237).

RGB: (235,201,237) (92%, 79%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 237 of 255 = 93%

235
201
237

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

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 237 = 673 (100%)
R 235 of 673 ~ 34.92%
G 201 of 673 ~ 29.87%
B 237 of 673 ~ 35.22'%

%34.92
%29.87
%35.22

CMYK color model

#EBC9ED color CMYK value is (1,15,0,7).

  • cyan value is 0.84%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (1,15,0,7)
C1M15Y0K7 (1%, 15%, 0%, 7%)
(0.01 / 0.15 / 0.00 / 0.07)

CMYK percentages

%0.84
%15.19
%0
%7.06

Codes

Color #EBC9ED in popluar color models

EB C9 ED
RGB 235 201 237
HSL 297° 50.00% 85.88%
HSB/HSV 297° 15.19% 92.94%
CMYK 0.84% 15.19% 0.00%
7.06%

Color #EBC9ED in popluar number systems.

HEX EB C9 ED
Decimal 235 201 237
Binary 11101011 11001001 11101101
Octal 353 311 355

Shades and tints

Shades of #EBC9ED

#EBC9ED
(235,201,237)
#D6B7D8
(214,183,216)
#C1A5C3
(193,165,195)
#AC93AE
(172,147,174)
#978199
(151,129,153)
#826F84
(130,111,132)
#6D5D6F
(109,93,111)
#584B5A
(88,75,90)
#433945
(67,57,69)
#2E2730
(46,39,48)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #EBC9ED

#EBC9ED
(235,201,237)
#ECCDEE
(236,205,238)
#EDD1EF
(237,209,239)
#EED5F0
(238,213,240)
#EFD9F1
(239,217,241)
#F0DDF2
(240,221,242)
#F1E1F3
(241,225,243)
#F2E5F4
(242,229,244)
#F3E9F5
(243,233,245)
#F4EDF6
(244,237,246)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9ED; }

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

This text font color is #EBC9ED.

Background Color

.myBgColor { background-color: #EBC9ED; }

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

This div background color is #EBC9ED.

Border color

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

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

This div border color is #EBC9ED.

Opacity

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

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

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

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

This text has shadow with #EBC9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9ED.

Preview

Color preview on black background

This text has color #EBC9ED on black background.


Color preview on white background

This text has color #EBC9ED on white background.


Black color preview on #EBC9ED background

This text has black color on #EBC9ED background.


White color preview on #EBC9ED background

This text has white color on #EBC9ED background.


Related colors

Complementary color

Complementary color for #hex is #143612.


I love getcolorcode.com

Triadic colors

1 #EDEBC9 and #C9EDEB with #EBC9ED are triadic colors.

2 #EDC9EB and #C9EBED with #EBC9ED are triadic colors.