COLOR #EBC9FF

HEX: #EBC9FF RGB: (235,201,255)

Color info

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

RGB color model

#EBC9FF color RGB value is (235,201,255).

RGB: (235,201,255) (92%, 79%, 100%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 255 of 255 = 100%

235
201
255

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

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 255 = 691 (100%)
R 235 of 691 ~ 34.01%
G 201 of 691 ~ 29.09%
B 255 of 691 ~ 36.9'%

%34.01
%29.09
%36.9

CMYK color model

#EBC9FF color CMYK value is (8,21,0,0).

  • cyan value is 7.84%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (8,21,0,0)
C8M21Y0K0 (8%, 21%, 0%, 0%)
(0.08 / 0.21 / 0.00 / 0.00)

CMYK percentages

%7.84
%21.18
%0
%0

Codes

Color #EBC9FF in popluar color models

EB C9 FF
RGB 235 201 255
HSL 278° 100.00% 89.41%
HSB/HSV 278° 21.18% 100.00%
CMYK 7.84% 21.18% 0.00%
0.00%

Color #EBC9FF in popluar number systems.

HEX EB C9 FF
Decimal 235 201 255
Binary 11101011 11001001 11111111
Octal 353 311 377

Shades and tints

Shades of #EBC9FF

#EBC9FF
(235,201,255)
#D6B7E8
(214,183,232)
#C1A5D1
(193,165,209)
#AC93BA
(172,147,186)
#9781A3
(151,129,163)
#826F8C
(130,111,140)
#6D5D75
(109,93,117)
#584B5E
(88,75,94)
#433947
(67,57,71)
#2E2730
(46,39,48)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBC9FF

#EBC9FF
(235,201,255)
#ECCDFF
(236,205,255)
#EDD1FF
(237,209,255)
#EED5FF
(238,213,255)
#EFD9FF
(239,217,255)
#F0DDFF
(240,221,255)
#F1E1FF
(241,225,255)
#F2E5FF
(242,229,255)
#F3E9FF
(243,233,255)
#F4EDFF
(244,237,255)
#F5F1FF
(245,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9FF; }

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

This text font color is #EBC9FF.

Background Color

.myBgColor { background-color: #EBC9FF; }

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

This div background color is #EBC9FF.

Border color

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

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

This div border color is #EBC9FF.

Opacity

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

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

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

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

This text has shadow with #EBC9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9FF.

Preview

Color preview on black background

This text has color #EBC9FF on black background.


Color preview on white background

This text has color #EBC9FF on white background.


Black color preview on #EBC9FF background

This text has black color on #EBC9FF background.


White color preview on #EBC9FF background

This text has white color on #EBC9FF background.


Related colors

Complementary color

Complementary color for #hex is #143600.


I love getcolorcode.com

Triadic colors

1 #FFEBC9 and #C9FFEB with #EBC9FF are triadic colors.

2 #FFC9EB and #C9EBFF with #EBC9FF are triadic colors.