COLOR #EBC6FF

HEX: #EBC6FF RGB: (235,198,255)

Color info

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

RGB color model

#EBC6FF color RGB value is (235,198,255).

RGB: (235,198,255) (92%, 78%, 100%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 255 of 255 = 100%

235
198
255

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

Portions of RGB colors in percentages

R + G + B = 235 + 198 + 255 = 688 (100%)
R 235 of 688 ~ 34.16%
G 198 of 688 ~ 28.78%
B 255 of 688 ~ 37.06'%

%34.16
%28.78
%37.06

CMYK color model

#EBC6FF color CMYK value is (8,22,0,0).

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

CMYK: (8,22,0,0)
C8M22Y0K0 (8%, 22%, 0%, 0%)
(0.08 / 0.22 / 0.00 / 0.00)

CMYK percentages

%7.84
%22.35
%0
%0

Codes

Color #EBC6FF in popluar color models

EB C6 FF
RGB 235 198 255
HSL 279° 100.00% 88.82%
HSB/HSV 279° 22.35% 100.00%
CMYK 7.84% 22.35% 0.00%
0.00%

Color #EBC6FF in popluar number systems.

HEX EB C6 FF
Decimal 235 198 255
Binary 11101011 11000110 11111111
Octal 353 306 377

Shades and tints

Shades of #EBC6FF

#EBC6FF
(235,198,255)
#D6B4E8
(214,180,232)
#C1A2D1
(193,162,209)
#AC90BA
(172,144,186)
#977EA3
(151,126,163)
#826C8C
(130,108,140)
#6D5A75
(109,90,117)
#58485E
(88,72,94)
#433647
(67,54,71)
#2E2430
(46,36,48)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #EBC6FF

#EBC6FF
(235,198,255)
#ECCBFF
(236,203,255)
#EDD0FF
(237,208,255)
#EED5FF
(238,213,255)
#EFDAFF
(239,218,255)
#F0DFFF
(240,223,255)
#F1E4FF
(241,228,255)
#F2E9FF
(242,233,255)
#F3EEFF
(243,238,255)
#F4F3FF
(244,243,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6FF; }

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

This text font color is #EBC6FF.

Background Color

.myBgColor { background-color: #EBC6FF; }

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

This div background color is #EBC6FF.

Border color

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

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

This div border color is #EBC6FF.

Opacity

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

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

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

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

This text has shadow with #EBC6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC6FF.

Preview

Color preview on black background

This text has color #EBC6FF on black background.


Color preview on white background

This text has color #EBC6FF on white background.


Black color preview on #EBC6FF background

This text has black color on #EBC6FF background.


White color preview on #EBC6FF background

This text has white color on #EBC6FF background.


Related colors

Complementary color

Complementary color for #hex is #143900.


I love getcolorcode.com

Triadic colors

1 #FFEBC6 and #C6FFEB with #EBC6FF are triadic colors.

2 #FFC6EB and #C6EBFF with #EBC6FF are triadic colors.