COLOR #E67BE3

HEX: #E67BE3
RGB: (230,123,227)

Color info

#E67BE3 contains mainly red and blue colors. Web safe color of #E67BE3 is #CC66CC (or #C6C).

RGB color model

#E67BE3 color RGB value is (230,123,227).

  • red value is 230;
  • green value is 123;
  • blue value is 227.
RGB:
(230,123,227)
(90%,48%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 123 of 255 = 48%
B 227 of 255 = 89%

230
123
227

R + G + B ~ 76%. #E67BE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 123 + 227 = 580 (100%)
R 230 of 580 ~ 39.66%
G 123 of 580 ~ 21.21%
B 227 of 580 ~ 39.14%

%39.66
%21.21
%39.14

CMYK color model

#E67BE3 color CMYK value is (0,47,1,10).

  • cyan value is 0.00%
  • magenta value is 46.52%
  • yellow value is 1.30%
  • key color value is 9.80%
CMYK:
(0,47,1,10)
C0M47Y1K10 
(0%,47%,1%,10%)
(0.00/0.47/0.01/0.10)	

CMYK percentages

%0
%46.52
%1.3
%9.8

Codes

Color #E67BE3 in popluar color models

E67BE3
RGB230123227
HSL302°68.15%69.22%
HSB/HSV302°46.52%90.20%
CMYK0.00%46.52%1.30%
9.80%

Color #E67BE3 in popluar number systems.

HEXE67BE3
Decimal230123227
Binary11100110111101111100011
Octal346173343

Shades and tints

Shades of #E67BE3

#E67BE3
(230,123,227)
#D270CF
(210,112,207)
#BE65BB
(190,101,187)
#AA5AA7
(170,90,167)
#964F93
(150,79,147)
#82447F
(130,68,127)
#6E396B
(110,57,107)
#5A2E57
(90,46,87)
#462343
(70,35,67)
#32182F
(50,24,47)
#1E0D1B
(30,13,27)
#000000
(0,0,0)

Tints of #E67BE3

#E67BE3
(230,123,227)
#E887E5
(232,135,229)
#EA93E7
(234,147,231)
#EC9FE9
(236,159,233)
#EEABEB
(238,171,235)
#F0B7ED
(240,183,237)
#F2C3EF
(242,195,239)
#F4CFF1
(244,207,241)
#F6DBF3
(246,219,243)
#F8E7F5
(248,231,245)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67BE3 color. Also use rgb(230,123,227) instead hex code.

Text Font Color

.myTextColor { color: #E67BE3; }

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

This text font color is #E67BE3.


Background Color

.myBgColor { background-color: #E67BE3; }

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

This div background color is #E67BE3.


Border color

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

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

This div border color is #E67BE3.


Opacity

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

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

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

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

This text has shadow with #E67BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67BE3 on black background.


Color preview on white background

This text has color #E67BE3 on white background.



Black color preview on #E67BE3 background

This text has black color on #E67BE3 background.


White color preview on #E67BE3 background

This text has white color on #E67BE3 background.