COLOR #E5B0E2

HEX: #E5B0E2
RGB: (229,176,226)

Renk bilgisi

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

RGB renk modeli

#E5B0E2 color RGB value is (229,176,226).

  • kırmız ton 229;
  • yeşil ton 176;
  • mavi ton 226.
RGB:
(229,176,226)
(90%,69%,89%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 176 of 255 = 69%
B 226 of 255 = 89%

229
176
226

R + G + B ~ 83%. #E5B0E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 176 + 226 = 631 (100%)
R 229 of 631 ~ 36.29%
G 176 of 631 ~ 27.89%
B 226 of 631 ~ 35.82%

%36.29
%27.89
%35.82

CMYK RENK MODELİ

#E5B0E2 rengi CMYK tonu (0,23,1,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.14%
  • sarı tonu 1.31%
  • ana renk tonu 10.20%
CMYK:
(0,23,1,10)
C0M23Y1K10 
(0%,23%,1%,10%)
(0.00/0.23/0.01/0.10)	

CMYK yüzdeleri

%0
%23.14
%1.31
%10.2

Codes

Color #E5B0E2 in popluar color models

E5B0E2
RGB229176226
HSL303°50.48%79.41%
HSB/HSV303°23.14%89.80%
CMYK0.00%23.14%1.31%
10.20%

Color #E5B0E2 in popluar number systems.

HEXE5B0E2
Decimal229176226
Binary111001011011000011100010
Octal345260342

Shades and tints

Shades of #E5B0E2

#E5B0E2
(229,176,226)
#D1A0CE
(209,160,206)
#BD90BA
(189,144,186)
#A980A6
(169,128,166)
#957092
(149,112,146)
#81607E
(129,96,126)
#6D506A
(109,80,106)
#594056
(89,64,86)
#453042
(69,48,66)
#31202E
(49,32,46)
#1D101A
(29,16,26)
#000000
(0,0,0)

Tints of #E5B0E2

#E5B0E2
(229,176,226)
#E7B7E4
(231,183,228)
#E9BEE6
(233,190,230)
#EBC5E8
(235,197,232)
#EDCCEA
(237,204,234)
#EFD3EC
(239,211,236)
#F1DAEE
(241,218,238)
#F3E1F0
(243,225,240)
#F5E8F2
(245,232,242)
#F7EFF4
(247,239,244)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B0E2 color. Also use rgb(229,176,226) instead hex code.

Text Font Color

.myTextColor { color: #E5B0E2; }

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

This text font color is #E5B0E2.


Background Color

.myBgColor { background-color: #E5B0E2; }

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

This div background color is #E5B0E2.


Border color

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

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

This div border color is #E5B0E2.


Opacity

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

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

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

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

This text has shadow with #E5B0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0E2 on black background.


Color preview on white background

This text has color #E5B0E2 on white background.



Black color preview on #E5B0E2 background

This text has black color on #E5B0E2 background.


White color preview on #E5B0E2 background

This text has white color on #E5B0E2 background.