COLOR #E7B4DC

HEX: #E7B4DC
RGB: (231,180,220)

Renk bilgisi

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

RGB renk modeli

#E7B4DC color RGB value is (231,180,220).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 180 of 255 = 71%
B 220 of 255 = 86%

231
180
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 180 + 220 = 631 (100%)
R 231 of 631 ~ 36.61%
G 180 of 631 ~ 28.53%
B 220 of 631 ~ 34.87%

%36.61
%28.53
%34.87

CMYK RENK MODELİ

#E7B4DC rengi CMYK tonu (0,22,5,9).

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

CMYK yüzdeleri

%0
%22.08
%4.76
%9.41

Codes

Color #E7B4DC in popluar color models

E7B4DC
RGB231180220
HSL313°51.52%80.59%
HSB/HSV313°22.08%90.59%
CMYK0.00%22.08%4.76%
9.41%

Color #E7B4DC in popluar number systems.

HEXE7B4DC
Decimal231180220
Binary111001111011010011011100
Octal347264334

Shades and tints

Shades of #E7B4DC

#E7B4DC
(231,180,220)
#D2A4C8
(210,164,200)
#BD94B4
(189,148,180)
#A884A0
(168,132,160)
#93748C
(147,116,140)
#7E6478
(126,100,120)
#695464
(105,84,100)
#544450
(84,68,80)
#3F343C
(63,52,60)
#2A2428
(42,36,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7B4DC

#E7B4DC
(231,180,220)
#E9BADF
(233,186,223)
#EBC0E2
(235,192,226)
#EDC6E5
(237,198,229)
#EFCCE8
(239,204,232)
#F1D2EB
(241,210,235)
#F3D8EE
(243,216,238)
#F5DEF1
(245,222,241)
#F7E4F4
(247,228,244)
#F9EAF7
(249,234,247)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B4DC; }

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

This text font color is #E7B4DC.


Background Color

.myBgColor { background-color: #E7B4DC; }

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

This div background color is #E7B4DC.


Border color

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

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

This div border color is #E7B4DC.


Opacity

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

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

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

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

This text has shadow with #E7B4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4DC on black background.


Color preview on white background

This text has color #E7B4DC on white background.



Black color preview on #E7B4DC background

This text has black color on #E7B4DC background.


White color preview on #E7B4DC background

This text has white color on #E7B4DC background.