COLOR #E6BEF3

HEX: #E6BEF3
RGB: (230,190,243)

Color info

#E6BEF3 contains red, green and blue colors in about the same proportion. Web safe color of #E6BEF3 is #CCCCFF (or #CCF).

RGB color model

#E6BEF3 color RGB value is (230,190,243).

  • red value is 230;
  • green value is 190;
  • blue value is 243.
RGB:
(230,190,243)
(90%,75%,95%)

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 243 of 255 = 95%

230
190
243

R + G + B ~ 87%. #E6BEF3 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 243 = 663 (100%)
R 230 of 663 ~ 34.69%
G 190 of 663 ~ 28.66%
B 243 of 663 ~ 36.65%

%34.69
%28.66
%36.65

CMYK color model

#E6BEF3 color CMYK value is (5,22,0,5).

  • cyan value is 5.35%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,22,0,5)
C5M22Y0K5 
(5%,22%,0%,5%)
(0.05/0.22/0.00/0.05)	

CMYK percentages

%5.35
%21.81
%0
%4.71

Codes

Color #E6BEF3 in popluar color models

E6BEF3
RGB230190243
HSL285°68.83%84.90%
HSB/HSV285°21.81%95.29%
CMYK5.35%21.81%0.00%
4.71%

Color #E6BEF3 in popluar number systems.

HEXE6BEF3
Decimal230190243
Binary111001101011111011110011
Octal346276363

Shades and tints

Shades of #E6BEF3

#E6BEF3
(230,190,243)
#D2ADDD
(210,173,221)
#BE9CC7
(190,156,199)
#AA8BB1
(170,139,177)
#967A9B
(150,122,155)
#826985
(130,105,133)
#6E586F
(110,88,111)
#5A4759
(90,71,89)
#463643
(70,54,67)
#32252D
(50,37,45)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E6BEF3

#E6BEF3
(230,190,243)
#E8C3F4
(232,195,244)
#EAC8F5
(234,200,245)
#ECCDF6
(236,205,246)
#EED2F7
(238,210,247)
#F0D7F8
(240,215,248)
#F2DCF9
(242,220,249)
#F4E1FA
(244,225,250)
#F6E6FB
(246,230,251)
#F8EBFC
(248,235,252)
#FAF0FD
(250,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BEF3 color. Also use rgb(230,190,243) instead hex code.

Text Font Color

.myTextColor { color: #E6BEF3; }

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

This text font color is #E6BEF3.


Background Color

.myBgColor { background-color: #E6BEF3; }

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

This div background color is #E6BEF3.


Border color

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

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

This div border color is #E6BEF3.


Opacity

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

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

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

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

This text has shadow with #E6BEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEF3 on black background.


Color preview on white background

This text has color #E6BEF3 on white background.



Black color preview on #E6BEF3 background

This text has black color on #E6BEF3 background.


White color preview on #E6BEF3 background

This text has white color on #E6BEF3 background.