COLOR #E7B4F0

HEX: #E7B4F0
RGB: (231,180,240)

Renk bilgisi

#E7B4F0 contains mainly red and blue colors. #E7B4F0 ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#E7B4F0 color RGB value is (231,180,240).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 180 of 255 = 71%
B 240 of 255 = 94%

231
180
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 180 + 240 = 651 (100%)
R 231 of 651 ~ 35.48%
G 180 of 651 ~ 27.65%
B 240 of 651 ~ 36.87%

%35.48
%27.65
%36.87

CMYK RENK MODELİ

#E7B4F0 rengi CMYK tonu (4,25,0,6).

  • camgöbeği tonu 3.75%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(4,25,0,6)
C4M25Y0K6 
(4%,25%,0%,6%)
(0.04/0.25/0.00/0.06)	

CMYK yüzdeleri

%3.75
%25
%0
%5.88

Codes

Color #E7B4F0 in popluar color models

E7B4F0
RGB231180240
HSL291°66.67%82.35%
HSB/HSV291°25.00%94.12%
CMYK3.75%25.00%0.00%
5.88%

Color #E7B4F0 in popluar number systems.

HEXE7B4F0
Decimal231180240
Binary111001111011010011110000
Octal347264360

Shades and tints

Shades of #E7B4F0

#E7B4F0
(231,180,240)
#D2A4DB
(210,164,219)
#BD94C6
(189,148,198)
#A884B1
(168,132,177)
#93749C
(147,116,156)
#7E6487
(126,100,135)
#695472
(105,84,114)
#54445D
(84,68,93)
#3F3448
(63,52,72)
#2A2433
(42,36,51)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #E7B4F0

#E7B4F0
(231,180,240)
#E9BAF1
(233,186,241)
#EBC0F2
(235,192,242)
#EDC6F3
(237,198,243)
#EFCCF4
(239,204,244)
#F1D2F5
(241,210,245)
#F3D8F6
(243,216,246)
#F5DEF7
(245,222,247)
#F7E4F8
(247,228,248)
#F9EAF9
(249,234,249)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B4F0; }

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

This text font color is #E7B4F0.


Background Color

.myBgColor { background-color: #E7B4F0; }

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

This div background color is #E7B4F0.


Border color

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

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

This div border color is #E7B4F0.


Opacity

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

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

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

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

This text has shadow with #E7B4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4F0 on black background.


Color preview on white background

This text has color #E7B4F0 on white background.



Black color preview on #E7B4F0 background

This text has black color on #E7B4F0 background.


White color preview on #E7B4F0 background

This text has white color on #E7B4F0 background.