COLOR #EBCBFA

HEX: #EBCBFA RGB: (235,203,250)

Color info

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

RGB color model

#EBCBFA color RGB value is (235,203,250).

RGB: (235,203,250) (92%, 80%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 250 of 255 = 98%

235
203
250

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

Portions of RGB colors in percentages

R + G + B = 235 + 203 + 250 = 688 (100%)
R 235 of 688 ~ 34.16%
G 203 of 688 ~ 29.51%
B 250 of 688 ~ 36.34'%

%34.16
%29.51
%36.34

CMYK color model

#EBCBFA color CMYK value is (6,19,0,2).

  • cyan value is 6.00%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,19,0,2)
C6M19Y0K2 (6%, 19%, 0%, 2%)
(0.06 / 0.19 / 0.00 / 0.02)

CMYK percentages

%6
%18.8
%0
%1.96

Codes

Color #EBCBFA in popluar color models

EB CB FA
RGB 235 203 250
HSL 281° 82.46% 88.82%
HSB/HSV 281° 18.80% 98.04%
CMYK 6.00% 18.80% 0.00%
1.96%

Color #EBCBFA in popluar number systems.

HEX EB CB FA
Decimal 235 203 250
Binary 11101011 11001011 11111010
Octal 353 313 372

Shades and tints

Shades of #EBCBFA

#EBCBFA
(235,203,250)
#D6B9E4
(214,185,228)
#C1A7CE
(193,167,206)
#AC95B8
(172,149,184)
#9783A2
(151,131,162)
#82718C
(130,113,140)
#6D5F76
(109,95,118)
#584D60
(88,77,96)
#433B4A
(67,59,74)
#2E2934
(46,41,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #EBCBFA

#EBCBFA
(235,203,250)
#ECCFFA
(236,207,250)
#EDD3FA
(237,211,250)
#EED7FA
(238,215,250)
#EFDBFA
(239,219,250)
#F0DFFA
(240,223,250)
#F1E3FA
(241,227,250)
#F2E7FA
(242,231,250)
#F3EBFA
(243,235,250)
#F4EFFA
(244,239,250)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCBFA color. Also use rgb(235,203,250) instead hex code.

Text Font Color

.myTextColor { color: #EBCBFA; }

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

This text font color is #EBCBFA.

Background Color

.myBgColor { background-color: #EBCBFA; }

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

This div background color is #EBCBFA.

Border color

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

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

This div border color is #EBCBFA.

Opacity

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

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

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

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

This text has shadow with #EBCBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCBFA.

Preview

Color preview on black background

This text has color #EBCBFA on black background.


Color preview on white background

This text has color #EBCBFA on white background.


Black color preview on #EBCBFA background

This text has black color on #EBCBFA background.


White color preview on #EBCBFA background

This text has white color on #EBCBFA background.


Related colors

Complementary color

Complementary color for #hex is #143405.


I love getcolorcode.com

Triadic colors

1 #FAEBCB and #CBFAEB with #EBCBFA are triadic colors.

2 #FACBEB and #CBEBFA with #EBCBFA are triadic colors.