COLOR #E7B4ED

HEX: #E7B4ED
RGB: (231,180,237)

Renk bilgisi

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

RGB renk modeli

#E7B4ED color RGB value is (231,180,237).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 180 of 255 = 71%
B 237 of 255 = 93%

231
180
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 180 + 237 = 648 (100%)
R 231 of 648 ~ 35.65%
G 180 of 648 ~ 27.78%
B 237 of 648 ~ 36.57%

%35.65
%27.78
%36.57

CMYK RENK MODELİ

#E7B4ED rengi CMYK tonu (3,24,0,7).

  • camgöbeği tonu 2.53%
  • eflatun tonu 24.05%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,24,0,7)
C3M24Y0K7 
(3%,24%,0%,7%)
(0.03/0.24/0.00/0.07)	

CMYK yüzdeleri

%2.53
%24.05
%0
%7.06

Codes

Color #E7B4ED in popluar color models

E7B4ED
RGB231180237
HSL294°61.29%81.76%
HSB/HSV294°24.05%92.94%
CMYK2.53%24.05%0.00%
7.06%

Color #E7B4ED in popluar number systems.

HEXE7B4ED
Decimal231180237
Binary111001111011010011101101
Octal347264355

Shades and tints

Shades of #E7B4ED

#E7B4ED
(231,180,237)
#D2A4D8
(210,164,216)
#BD94C3
(189,148,195)
#A884AE
(168,132,174)
#937499
(147,116,153)
#7E6484
(126,100,132)
#69546F
(105,84,111)
#54445A
(84,68,90)
#3F3445
(63,52,69)
#2A2430
(42,36,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #E7B4ED

#E7B4ED
(231,180,237)
#E9BAEE
(233,186,238)
#EBC0EF
(235,192,239)
#EDC6F0
(237,198,240)
#EFCCF1
(239,204,241)
#F1D2F2
(241,210,242)
#F3D8F3
(243,216,243)
#F5DEF4
(245,222,244)
#F7E4F5
(247,228,245)
#F9EAF6
(249,234,246)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B4ED; }

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

This text font color is #E7B4ED.


Background Color

.myBgColor { background-color: #E7B4ED; }

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

This div background color is #E7B4ED.


Border color

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

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

This div border color is #E7B4ED.


Opacity

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

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

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

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

This text has shadow with #E7B4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4ED on black background.


Color preview on white background

This text has color #E7B4ED on white background.



Black color preview on #E7B4ED background

This text has black color on #E7B4ED background.


White color preview on #E7B4ED background

This text has white color on #E7B4ED background.