COLOR #E7B4E6

HEX: #E7B4E6
RGB: (231,180,230)

Renk bilgisi

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

RGB renk modeli

#E7B4E6 color RGB value is (231,180,230).

  • kırmız ton 231;
  • yeşil ton 180;
  • mavi ton 230.
RGB:
(231,180,230)
(91%,71%,90%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 180 of 255 = 71%
B 230 of 255 = 90%

231
180
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 180 + 230 = 641 (100%)
R 231 of 641 ~ 36.04%
G 180 of 641 ~ 28.08%
B 230 of 641 ~ 35.88%

%36.04
%28.08
%35.88

CMYK RENK MODELİ

#E7B4E6 rengi CMYK tonu (0,22,0,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.08%
  • sarı tonu 0.43%
  • ana renk tonu 9.41%
CMYK:
(0,22,0,9)
C0M22Y0K9 
(0%,22%,0%,9%)
(0.00/0.22/0.00/0.09)	

CMYK yüzdeleri

%0
%22.08
%0.43
%9.41

Codes

Color #E7B4E6 in popluar color models

E7B4E6
RGB231180230
HSL301°51.52%80.59%
HSB/HSV301°22.08%90.59%
CMYK0.00%22.08%0.43%
9.41%

Color #E7B4E6 in popluar number systems.

HEXE7B4E6
Decimal231180230
Binary111001111011010011100110
Octal347264346

Shades and tints

Shades of #E7B4E6

#E7B4E6
(231,180,230)
#D2A4D2
(210,164,210)
#BD94BE
(189,148,190)
#A884AA
(168,132,170)
#937496
(147,116,150)
#7E6482
(126,100,130)
#69546E
(105,84,110)
#54445A
(84,68,90)
#3F3446
(63,52,70)
#2A2432
(42,36,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #E7B4E6

#E7B4E6
(231,180,230)
#E9BAE8
(233,186,232)
#EBC0EA
(235,192,234)
#EDC6EC
(237,198,236)
#EFCCEE
(239,204,238)
#F1D2F0
(241,210,240)
#F3D8F2
(243,216,242)
#F5DEF4
(245,222,244)
#F7E4F6
(247,228,246)
#F9EAF8
(249,234,248)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B4E6 color. Also use rgb(231,180,230) instead hex code.

Text Font Color

.myTextColor { color: #E7B4E6; }

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

This text font color is #E7B4E6.


Background Color

.myBgColor { background-color: #E7B4E6; }

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

This div background color is #E7B4E6.


Border color

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

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

This div border color is #E7B4E6.


Opacity

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

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

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

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

This text has shadow with #E7B4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4E6 on black background.


Color preview on white background

This text has color #E7B4E6 on white background.



Black color preview on #E7B4E6 background

This text has black color on #E7B4E6 background.


White color preview on #E7B4E6 background

This text has white color on #E7B4E6 background.