COLOR #E5B6EE

HEX: #E5B6EE
RGB: (229,182,238)

Renk bilgisi

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

RGB renk modeli

#E5B6EE color RGB value is (229,182,238).

  • kırmız ton 229;
  • yeşil ton 182;
  • mavi ton 238.
RGB:
(229,182,238)
(90%,71%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 182 of 255 = 71%
B 238 of 255 = 93%

229
182
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 182 + 238 = 649 (100%)
R 229 of 649 ~ 35.29%
G 182 of 649 ~ 28.04%
B 238 of 649 ~ 36.67%

%35.29
%28.04
%36.67

CMYK RENK MODELİ

#E5B6EE rengi CMYK tonu (4,24,0,7).

  • camgöbeği tonu 3.78%
  • eflatun tonu 23.53%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(4,24,0,7)
C4M24Y0K7 
(4%,24%,0%,7%)
(0.04/0.24/0.00/0.07)	

CMYK yüzdeleri

%3.78
%23.53
%0
%6.67

Codes

Color #E5B6EE in popluar color models

E5B6EE
RGB229182238
HSL290°62.22%82.35%
HSB/HSV290°23.53%93.33%
CMYK3.78%23.53%0.00%
6.67%

Color #E5B6EE in popluar number systems.

HEXE5B6EE
Decimal229182238
Binary111001011011011011101110
Octal345266356

Shades and tints

Shades of #E5B6EE

#E5B6EE
(229,182,238)
#D1A6D9
(209,166,217)
#BD96C4
(189,150,196)
#A986AF
(169,134,175)
#95769A
(149,118,154)
#816685
(129,102,133)
#6D5670
(109,86,112)
#59465B
(89,70,91)
#453646
(69,54,70)
#312631
(49,38,49)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #E5B6EE

#E5B6EE
(229,182,238)
#E7BCEF
(231,188,239)
#E9C2F0
(233,194,240)
#EBC8F1
(235,200,241)
#EDCEF2
(237,206,242)
#EFD4F3
(239,212,243)
#F1DAF4
(241,218,244)
#F3E0F5
(243,224,245)
#F5E6F6
(245,230,246)
#F7ECF7
(247,236,247)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B6EE color. Also use rgb(229,182,238) instead hex code.

Text Font Color

.myTextColor { color: #E5B6EE; }

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

This text font color is #E5B6EE.


Background Color

.myBgColor { background-color: #E5B6EE; }

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

This div background color is #E5B6EE.


Border color

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

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

This div border color is #E5B6EE.


Opacity

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

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

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

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

This text has shadow with #E5B6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B6EE on black background.


Color preview on white background

This text has color #E5B6EE on white background.



Black color preview on #E5B6EE background

This text has black color on #E5B6EE background.


White color preview on #E5B6EE background

This text has white color on #E5B6EE background.