COLOR #E4B8EF

HEX: #E4B8EF RGB: (228,184,239)

Color info

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

RGB color model

#E4B8EF color RGB value is (228,184,239).

RGB: (228,184,239) (89%, 72%, 94%)

RGB channels and saturation

R 228 of 255 = 89%
G 184 of 255 = 72%
B 239 of 255 = 94%

228
184
239

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

Portions of RGB colors in percentages

R + G + B = 228 + 184 + 239 = 651 (100%)
R 228 of 651 ~ 35.02%
G 184 of 651 ~ 28.26%
B 239 of 651 ~ 36.71'%

%35.02
%28.26
%36.71

CMYK color model

#E4B8EF color CMYK value is (5,23,0,6).

  • cyan value is 4.60%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,23,0,6)
C5M23Y0K6 (5%, 23%, 0%, 6%)
(0.05 / 0.23 / 0.00 / 0.06)

CMYK percentages

%4.6
%23.01
%0
%6.27

Codes

Color #E4B8EF in popluar color models

E4 B8 EF
RGB 228 184 239
HSL 288° 63.22% 82.94%
HSB/HSV 288° 23.01% 93.73%
CMYK 4.60% 23.01% 0.00%
6.27%

Color #E4B8EF in popluar number systems.

HEX E4 B8 EF
Decimal 228 184 239
Binary 11100100 10111000 11101111
Octal 344 270 357

Shades and tints

Shades of #E4B8EF

#E4B8EF
(228,184,239)
#D0A8DA
(208,168,218)
#BC98C5
(188,152,197)
#A888B0
(168,136,176)
#94789B
(148,120,155)
#806886
(128,104,134)
#6C5871
(108,88,113)
#58485C
(88,72,92)
#443847
(68,56,71)
#302832
(48,40,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #E4B8EF

#E4B8EF
(228,184,239)
#E6BEF0
(230,190,240)
#E8C4F1
(232,196,241)
#EACAF2
(234,202,242)
#ECD0F3
(236,208,243)
#EED6F4
(238,214,244)
#F0DCF5
(240,220,245)
#F2E2F6
(242,226,246)
#F4E8F7
(244,232,247)
#F6EEF8
(246,238,248)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B8EF color. Also use rgb(228,184,239) instead hex code.

Text Font Color

.myTextColor { color: #E4B8EF; }

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

This text font color is #E4B8EF.

Background Color

.myBgColor { background-color: #E4B8EF; }

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

This div background color is #E4B8EF.

Border color

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

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

This div border color is #E4B8EF.

Opacity

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

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

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

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

This text has shadow with #E4B8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B8EF.

Preview

Color preview on black background

This text has color #E4B8EF on black background.


Color preview on white background

This text has color #E4B8EF on white background.


Black color preview on #E4B8EF background

This text has black color on #E4B8EF background.


White color preview on #E4B8EF background

This text has white color on #E4B8EF background.


Related colors

Complementary color

Complementary color for #hex is #1B4710.


I love getcolorcode.com

Triadic colors

1 #EFE4B8 and #B8EFE4 with #E4B8EF are triadic colors.

2 #EFB8E4 and #B8E4EF with #E4B8EF are triadic colors.