COLOR #E4BEDD

HEX: #E4BEDD
RGB: (228,190,221)

Renk bilgisi

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

RGB renk modeli

#E4BEDD color RGB value is (228,190,221).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 190 of 255 = 75%
B 221 of 255 = 87%

228
190
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 190 + 221 = 639 (100%)
R 228 of 639 ~ 35.68%
G 190 of 639 ~ 29.73%
B 221 of 639 ~ 34.59%

%35.68
%29.73
%34.59

CMYK RENK MODELİ

#E4BEDD rengi CMYK tonu (0,17,3,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 3.07%
  • ana renk tonu 10.59%
CMYK:
(0,17,3,11)
C0M17Y3K11 
(0%,17%,3%,11%)
(0.00/0.17/0.03/0.11)	

CMYK yüzdeleri

%0
%16.67
%3.07
%10.59

Codes

Color #E4BEDD in popluar color models

E4BEDD
RGB228190221
HSL311°41.30%81.96%
HSB/HSV311°16.67%89.41%
CMYK0.00%16.67%3.07%
10.59%

Color #E4BEDD in popluar number systems.

HEXE4BEDD
Decimal228190221
Binary111001001011111011011101
Octal344276335

Shades and tints

Shades of #E4BEDD

#E4BEDD
(228,190,221)
#D0ADC9
(208,173,201)
#BC9CB5
(188,156,181)
#A88BA1
(168,139,161)
#947A8D
(148,122,141)
#806979
(128,105,121)
#6C5865
(108,88,101)
#584751
(88,71,81)
#44363D
(68,54,61)
#302529
(48,37,41)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #E4BEDD

#E4BEDD
(228,190,221)
#E6C3E0
(230,195,224)
#E8C8E3
(232,200,227)
#EACDE6
(234,205,230)
#ECD2E9
(236,210,233)
#EED7EC
(238,215,236)
#F0DCEF
(240,220,239)
#F2E1F2
(242,225,242)
#F4E6F5
(244,230,245)
#F6EBF8
(246,235,248)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BEDD; }

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

This text font color is #E4BEDD.


Background Color

.myBgColor { background-color: #E4BEDD; }

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

This div background color is #E4BEDD.


Border color

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

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

This div border color is #E4BEDD.


Opacity

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

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

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

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

This text has shadow with #E4BEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEDD on black background.


Color preview on white background

This text has color #E4BEDD on white background.



Black color preview on #E4BEDD background

This text has black color on #E4BEDD background.


White color preview on #E4BEDD background

This text has white color on #E4BEDD background.