COLOR #E5BEEB

HEX: #E5BEEB
RGB: (229,190,235)

Renk bilgisi

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

RGB renk modeli

#E5BEEB color RGB value is (229,190,235).

  • kırmız ton 229;
  • yeşil ton 190;
  • mavi ton 235.
RGB:
(229,190,235)
(90%,75%,92%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 190 of 255 = 75%
B 235 of 255 = 92%

229
190
235

R + G + B ~ 86%. #E5BEEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 190 + 235 = 654 (100%)
R 229 of 654 ~ 35.02%
G 190 of 654 ~ 29.05%
B 235 of 654 ~ 35.93%

%35.02
%29.05
%35.93

CMYK RENK MODELİ

#E5BEEB rengi CMYK tonu (3,19,0,8).

  • camgöbeği tonu 2.55%
  • eflatun tonu 19.15%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(3,19,0,8)
C3M19Y0K8 
(3%,19%,0%,8%)
(0.03/0.19/0.00/0.08)	

CMYK yüzdeleri

%2.55
%19.15
%0
%7.84

Codes

Color #E5BEEB in popluar color models

E5BEEB
RGB229190235
HSL292°52.94%83.33%
HSB/HSV292°19.15%92.16%
CMYK2.55%19.15%0.00%
7.84%

Color #E5BEEB in popluar number systems.

HEXE5BEEB
Decimal229190235
Binary111001011011111011101011
Octal345276353

Shades and tints

Shades of #E5BEEB

#E5BEEB
(229,190,235)
#D1ADD6
(209,173,214)
#BD9CC1
(189,156,193)
#A98BAC
(169,139,172)
#957A97
(149,122,151)
#816982
(129,105,130)
#6D586D
(109,88,109)
#594758
(89,71,88)
#453643
(69,54,67)
#31252E
(49,37,46)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #E5BEEB

#E5BEEB
(229,190,235)
#E7C3EC
(231,195,236)
#E9C8ED
(233,200,237)
#EBCDEE
(235,205,238)
#EDD2EF
(237,210,239)
#EFD7F0
(239,215,240)
#F1DCF1
(241,220,241)
#F3E1F2
(243,225,242)
#F5E6F3
(245,230,243)
#F7EBF4
(247,235,244)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BEEB; }

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

This text font color is #E5BEEB.


Background Color

.myBgColor { background-color: #E5BEEB; }

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

This div background color is #E5BEEB.


Border color

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

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

This div border color is #E5BEEB.


Opacity

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

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

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

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

This text has shadow with #E5BEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BEEB on black background.


Color preview on white background

This text has color #E5BEEB on white background.



Black color preview on #E5BEEB background

This text has black color on #E5BEEB background.


White color preview on #E5BEEB background

This text has white color on #E5BEEB background.