COLOR #E4BEEB

HEX: #E4BEEB RGB: (228,190,235)

Color info

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

RGB color model

#E4BEEB color RGB value is (228,190,235).

RGB: (228,190,235) (89%, 75%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 235 of 255 = 92%

228
190
235

R + G + B ~ 85%. #E4BEEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 190 + 235 = 653 (100%)
R 228 of 653 ~ 34.92%
G 190 of 653 ~ 29.1%
B 235 of 653 ~ 35.99'%

%34.92
%29.1
%35.99

CMYK color model

#E4BEEB color CMYK value is (3,19,0,8).

  • cyan value is 2.98%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (3,19,0,8) C3M19Y0K8 (3%,19%,0%,8%) (0.03/0.19/0.00/0.08) 

CMYK percentages

%2.98
%19.15
%0
%7.84

Codes

Color #E4BEEB in popluar color models

E4 BE EB
RGB 228 190 235
HSL 291° 52.94% 83.33%
HSB/HSV 291° 19.15% 92.16%
CMYK 2.98% 19.15% 0.00%
7.84%

Color #E4BEEB in popluar number systems.

HEX E4 BE EB
Decimal 228 190 235
Binary 11100100 10111110 11101011
Octal 344 276 353

Shades and tints

Shades of #E4BEEB

#E4BEEB
(228,190,235)
#D0ADD6
(208,173,214)
#BC9CC1
(188,156,193)
#A88BAC
(168,139,172)
#947A97
(148,122,151)
#806982
(128,105,130)
#6C586D
(108,88,109)
#584758
(88,71,88)
#443643
(68,54,67)
#30252E
(48,37,46)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4BEEB

#E4BEEB
(228,190,235)
#E6C3EC
(230,195,236)
#E8C8ED
(232,200,237)
#EACDEE
(234,205,238)
#ECD2EF
(236,210,239)
#EED7F0
(238,215,240)
#F0DCF1
(240,220,241)
#F2E1F2
(242,225,242)
#F4E6F3
(244,230,243)
#F6EBF4
(246,235,244)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BEEB color. Also use rgb(228,190,235) instead hex code.

Text Font Color

.myTextColor { color: #E4BEEB; }

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

This text font color is #E4BEEB.

Background Color

.myBgColor { background-color: #E4BEEB; }

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

This div background color is #E4BEEB.

Border color

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

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

This div border color is #E4BEEB.

Opacity

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

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

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

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

This text has shadow with #E4BEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BEEB.

Preview

Color preview on black background

This text has color #E4BEEB on black background.


Color preview on white background

This text has color #E4BEEB on white background.


Black color preview on #E4BEEB background

This text has black color on #E4BEEB background.


White color preview on #E4BEEB background

This text has white color on #E4BEEB background.


Related colors

Complementary color

Complementary color for #hex is #1B4114.


I love getcolorcode.com

Triadic colors

1 #EBE4BE and #BEEBE4 with #E4BEEB are triadic colors.

2 #EBBEE4 and #BEE4EB with #E4BEEB are triadic colors.