COLOR #EBC8FC

HEX: #EBC8FC RGB: (235,200,252)

Color info

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

RGB color model

#EBC8FC color RGB value is (235,200,252).

RGB: (235,200,252) (92%, 78%, 99%)

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 252 of 255 = 99%

235
200
252

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

Portions of RGB colors in percentages

R + G + B = 235 + 200 + 252 = 687 (100%)
R 235 of 687 ~ 34.21%
G 200 of 687 ~ 29.11%
B 252 of 687 ~ 36.68'%

%34.21
%29.11
%36.68

CMYK color model

#EBC8FC color CMYK value is (7,21,0,1).

  • cyan value is 6.75%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (7,21,0,1)
C7M21Y0K1 (7%, 21%, 0%, 1%)
(0.07 / 0.21 / 0.00 / 0.01)

CMYK percentages

%6.75
%20.63
%0
%1.18

Codes

Color #EBC8FC in popluar color models

EB C8 FC
RGB 235 200 252
HSL 280° 89.66% 88.63%
HSB/HSV 280° 20.63% 98.82%
CMYK 6.75% 20.63% 0.00%
1.18%

Color #EBC8FC in popluar number systems.

HEX EB C8 FC
Decimal 235 200 252
Binary 11101011 11001000 11111100
Octal 353 310 374

Shades and tints

Shades of #EBC8FC

#EBC8FC
(235,200,252)
#D6B6E6
(214,182,230)
#C1A4D0
(193,164,208)
#AC92BA
(172,146,186)
#9780A4
(151,128,164)
#826E8E
(130,110,142)
#6D5C78
(109,92,120)
#584A62
(88,74,98)
#43384C
(67,56,76)
#2E2636
(46,38,54)
#191420
(25,20,32)
#000000
(0,0,0)

Tints of #EBC8FC

#EBC8FC
(235,200,252)
#ECCDFC
(236,205,252)
#EDD2FC
(237,210,252)
#EED7FC
(238,215,252)
#EFDCFC
(239,220,252)
#F0E1FC
(240,225,252)
#F1E6FC
(241,230,252)
#F2EBFC
(242,235,252)
#F3F0FC
(243,240,252)
#F4F5FC
(244,245,252)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC8FC color. Also use rgb(235,200,252) instead hex code.

Text Font Color

.myTextColor { color: #EBC8FC; }

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

This text font color is #EBC8FC.

Background Color

.myBgColor { background-color: #EBC8FC; }

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

This div background color is #EBC8FC.

Border color

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

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

This div border color is #EBC8FC.

Opacity

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

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

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

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

This text has shadow with #EBC8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC8FC.

Preview

Color preview on black background

This text has color #EBC8FC on black background.


Color preview on white background

This text has color #EBC8FC on white background.


Black color preview on #EBC8FC background

This text has black color on #EBC8FC background.


White color preview on #EBC8FC background

This text has white color on #EBC8FC background.


Related colors

Complementary color

Complementary color for #hex is #143703.


I love getcolorcode.com

Triadic colors

1 #FCEBC8 and #C8FCEB with #EBC8FC are triadic colors.

2 #FCC8EB and #C8EBFC with #EBC8FC are triadic colors.