COLOR #E4BEE1

HEX: #E4BEE1
RGB: (228,190,225)

Renk bilgisi

#E4BEE1 contains red, green and blue colors in about the same proportion. #E4BEE1 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#E4BEE1 color RGB value is (228,190,225).

  • kırmız ton 228;
  • yeşil ton 190;
  • mavi ton 225.
RGB:
(228,190,225)
(89%,75%,88%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 190 of 255 = 75%
B 225 of 255 = 88%

228
190
225

R + G + B ~ 84%. #E4BEE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 190 + 225 = 643 (100%)
R 228 of 643 ~ 35.46%
G 190 of 643 ~ 29.55%
B 225 of 643 ~ 34.99%

%35.46
%29.55
%34.99

CMYK RENK MODELİ

#E4BEE1 rengi CMYK tonu (0,17,1,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 1.32%
  • ana renk tonu 10.59%
CMYK:
(0,17,1,11)
C0M17Y1K11 
(0%,17%,1%,11%)
(0.00/0.17/0.01/0.11)	

CMYK yüzdeleri

%0
%16.67
%1.32
%10.59

Codes

Color #E4BEE1 in popluar color models

E4BEE1
RGB228190225
HSL305°41.30%81.96%
HSB/HSV305°16.67%89.41%
CMYK0.00%16.67%1.32%
10.59%

Color #E4BEE1 in popluar number systems.

HEXE4BEE1
Decimal228190225
Binary111001001011111011100001
Octal344276341

Shades and tints

Shades of #E4BEE1

#E4BEE1
(228,190,225)
#D0ADCD
(208,173,205)
#BC9CB9
(188,156,185)
#A88BA5
(168,139,165)
#947A91
(148,122,145)
#80697D
(128,105,125)
#6C5869
(108,88,105)
#584755
(88,71,85)
#443641
(68,54,65)
#30252D
(48,37,45)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4BEE1

#E4BEE1
(228,190,225)
#E6C3E3
(230,195,227)
#E8C8E5
(232,200,229)
#EACDE7
(234,205,231)
#ECD2E9
(236,210,233)
#EED7EB
(238,215,235)
#F0DCED
(240,220,237)
#F2E1EF
(242,225,239)
#F4E6F1
(244,230,241)
#F6EBF3
(246,235,243)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BEE1; }

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

This text font color is #E4BEE1.


Background Color

.myBgColor { background-color: #E4BEE1; }

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

This div background color is #E4BEE1.


Border color

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

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

This div border color is #E4BEE1.


Opacity

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

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

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

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

This text has shadow with #E4BEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEE1 on black background.


Color preview on white background

This text has color #E4BEE1 on white background.



Black color preview on #E4BEE1 background

This text has black color on #E4BEE1 background.


White color preview on #E4BEE1 background

This text has white color on #E4BEE1 background.