COLOR #EBCBF9

HEX: #EBCBF9
RGB: (235,203,249)

Color info

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

RGB color model

#EBCBF9 color RGB value is (235,203,249).

  • red value is 235;
  • green value is 203;
  • blue value is 249.
RGB:
(235,203,249)
(92%,80%,98%)

RGB channels and saturation

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

235
203
249

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

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 249 = 687 (100%)
R 235 of 687 ~ 34.21%
G 203 of 687 ~ 29.55%
B 249 of 687 ~ 36.24%

%34.21
%29.55
%36.24

CMYK color model

#EBCBF9 color CMYK value is (6,18,0,2).

  • cyan value is 5.62%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,18,0,2)
C6M18Y0K2 
(6%,18%,0%,2%)
(0.06/0.18/0.00/0.02)	

CMYK percentages

%5.62
%18.47
%0
%2.35

Codes

Color #EBCBF9 in popluar color models

EBCBF9
RGB235203249
HSL282°79.31%88.63%
HSB/HSV282°18.47%97.65%
CMYK5.62%18.47%0.00%
2.35%

Color #EBCBF9 in popluar number systems.

HEXEBCBF9
Decimal235203249
Binary111010111100101111111001
Octal353313371

Shades and tints

Shades of #EBCBF9

#EBCBF9
(235,203,249)
#D6B9E3
(214,185,227)
#C1A7CD
(193,167,205)
#AC95B7
(172,149,183)
#9783A1
(151,131,161)
#82718B
(130,113,139)
#6D5F75
(109,95,117)
#584D5F
(88,77,95)
#433B49
(67,59,73)
#2E2933
(46,41,51)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #EBCBF9

#EBCBF9
(235,203,249)
#ECCFF9
(236,207,249)
#EDD3F9
(237,211,249)
#EED7F9
(238,215,249)
#EFDBF9
(239,219,249)
#F0DFF9
(240,223,249)
#F1E3F9
(241,227,249)
#F2E7F9
(242,231,249)
#F3EBF9
(243,235,249)
#F4EFF9
(244,239,249)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBF9; }

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

This text font color is #EBCBF9.


Background Color

.myBgColor { background-color: #EBCBF9; }

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

This div background color is #EBCBF9.


Border color

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

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

This div border color is #EBCBF9.


Opacity

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

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

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

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

This text has shadow with #EBCBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBF9 on black background.


Color preview on white background

This text has color #EBCBF9 on white background.



Black color preview on #EBCBF9 background

This text has black color on #EBCBF9 background.


White color preview on #EBCBF9 background

This text has white color on #EBCBF9 background.