COLOR #E6B7F3

HEX: #E6B7F3
RGB: (230,183,243)

Color info

#E6B7F3 contains mainly red and blue colors. Web safe color of #E6B7F3 is #CCCCFF (or #CCF).

RGB color model

#E6B7F3 color RGB value is (230,183,243).

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

RGB channels and saturation

R 230 of 255 = 90%
G 183 of 255 = 72%
B 243 of 255 = 95%

230
183
243

R + G + B ~ 86%. #E6B7F3 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 183 + 243 = 656 (100%)
R 230 of 656 ~ 35.06%
G 183 of 656 ~ 27.9%
B 243 of 656 ~ 37.04%

%35.06
%27.9
%37.04

CMYK color model

#E6B7F3 color CMYK value is (5,25,0,5).

  • cyan value is 5.35%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(5,25,0,5)
C5M25Y0K5 
(5%,25%,0%,5%)
(0.05/0.25/0.00/0.05)	

CMYK percentages

%5.35
%24.69
%0
%4.71

Codes

Color #E6B7F3 in popluar color models

E6B7F3
RGB230183243
HSL287°71.43%83.53%
HSB/HSV287°24.69%95.29%
CMYK5.35%24.69%0.00%
4.71%

Color #E6B7F3 in popluar number systems.

HEXE6B7F3
Decimal230183243
Binary111001101011011111110011
Octal346267363

Shades and tints

Shades of #E6B7F3

#E6B7F3
(230,183,243)
#D2A7DD
(210,167,221)
#BE97C7
(190,151,199)
#AA87B1
(170,135,177)
#96779B
(150,119,155)
#826785
(130,103,133)
#6E576F
(110,87,111)
#5A4759
(90,71,89)
#463743
(70,55,67)
#32272D
(50,39,45)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6B7F3

#E6B7F3
(230,183,243)
#E8BDF4
(232,189,244)
#EAC3F5
(234,195,245)
#ECC9F6
(236,201,246)
#EECFF7
(238,207,247)
#F0D5F8
(240,213,248)
#F2DBF9
(242,219,249)
#F4E1FA
(244,225,250)
#F6E7FB
(246,231,251)
#F8EDFC
(248,237,252)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B7F3; }

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

This text font color is #E6B7F3.


Background Color

.myBgColor { background-color: #E6B7F3; }

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

This div background color is #E6B7F3.


Border color

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

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

This div border color is #E6B7F3.


Opacity

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

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

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

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

This text has shadow with #E6B7F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B7F3 on black background.


Color preview on white background

This text has color #E6B7F3 on white background.



Black color preview on #E6B7F3 background

This text has black color on #E6B7F3 background.


White color preview on #E6B7F3 background

This text has white color on #E6B7F3 background.