COLOR #EBC9EE

HEX: #EBC9EE RGB: (235,201,238)

Color info

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

RGB color model

#EBC9EE color RGB value is (235,201,238).

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

RGB channels and saturation

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

235
201
238

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

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 238 = 674 (100%)
R 235 of 674 ~ 34.87%
G 201 of 674 ~ 29.82%
B 238 of 674 ~ 35.31'%

%34.87
%29.82
%35.31

CMYK color model

#EBC9EE color CMYK value is (1,16,0,7).

  • cyan value is 1.26%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (1,16,0,7)
C1M16Y0K7 (1%, 16%, 0%, 7%)
(0.01 / 0.16 / 0.00 / 0.07)

CMYK percentages

%1.26
%15.55
%0
%6.67

Codes

Color #EBC9EE in popluar color models

EB C9 EE
RGB 235 201 238
HSL 295° 52.11% 86.08%
HSB/HSV 295° 15.55% 93.33%
CMYK 1.26% 15.55% 0.00%
6.67%

Color #EBC9EE in popluar number systems.

HEX EB C9 EE
Decimal 235 201 238
Binary 11101011 11001001 11101110
Octal 353 311 356

Shades and tints

Shades of #EBC9EE

#EBC9EE
(235,201,238)
#D6B7D9
(214,183,217)
#C1A5C4
(193,165,196)
#AC93AF
(172,147,175)
#97819A
(151,129,154)
#826F85
(130,111,133)
#6D5D70
(109,93,112)
#584B5B
(88,75,91)
#433946
(67,57,70)
#2E2731
(46,39,49)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBC9EE

#EBC9EE
(235,201,238)
#ECCDEF
(236,205,239)
#EDD1F0
(237,209,240)
#EED5F1
(238,213,241)
#EFD9F2
(239,217,242)
#F0DDF3
(240,221,243)
#F1E1F4
(241,225,244)
#F2E5F5
(242,229,245)
#F3E9F6
(243,233,246)
#F4EDF7
(244,237,247)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9EE; }

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

This text font color is #EBC9EE.

Background Color

.myBgColor { background-color: #EBC9EE; }

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

This div background color is #EBC9EE.

Border color

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

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

This div border color is #EBC9EE.

Opacity

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

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

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

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

This text has shadow with #EBC9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9EE.

Preview

Color preview on black background

This text has color #EBC9EE on black background.


Color preview on white background

This text has color #EBC9EE on white background.


Black color preview on #EBC9EE background

This text has black color on #EBC9EE background.


White color preview on #EBC9EE background

This text has white color on #EBC9EE background.


Related colors

Complementary color

Complementary color for #hex is #143611.


I love getcolorcode.com

Triadic colors

1 #EEEBC9 and #C9EEEB with #EBC9EE are triadic colors.

2 #EEC9EB and #C9EBEE with #EBC9EE are triadic colors.