COLOR #E7B5D6

HEX: #E7B5D6
RGB: (231,181,214)

Renk bilgisi

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

RGB renk modeli

#E7B5D6 color RGB value is (231,181,214).

  • kırmız ton 231;
  • yeşil ton 181;
  • mavi ton 214.
RGB:
(231,181,214)
(91%,71%,84%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 181 of 255 = 71%
B 214 of 255 = 84%

231
181
214

R + G + B ~ 82%. #E7B5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 181 + 214 = 626 (100%)
R 231 of 626 ~ 36.9%
G 181 of 626 ~ 28.91%
B 214 of 626 ~ 34.19%

%36.9
%28.91
%34.19

CMYK RENK MODELİ

#E7B5D6 rengi CMYK tonu (0,22,7,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.65%
  • sarı tonu 7.36%
  • ana renk tonu 9.41%
CMYK:
(0,22,7,9)
C0M22Y7K9 
(0%,22%,7%,9%)
(0.00/0.22/0.07/0.09)	

CMYK yüzdeleri

%0
%21.65
%7.36
%9.41

Codes

Color #E7B5D6 in popluar color models

E7B5D6
RGB231181214
HSL320°51.02%80.78%
HSB/HSV320°21.65%90.59%
CMYK0.00%21.65%7.36%
9.41%

Color #E7B5D6 in popluar number systems.

HEXE7B5D6
Decimal231181214
Binary111001111011010111010110
Octal347265326

Shades and tints

Shades of #E7B5D6

#E7B5D6
(231,181,214)
#D2A5C3
(210,165,195)
#BD95B0
(189,149,176)
#A8859D
(168,133,157)
#93758A
(147,117,138)
#7E6577
(126,101,119)
#695564
(105,85,100)
#544551
(84,69,81)
#3F353E
(63,53,62)
#2A252B
(42,37,43)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #E7B5D6

#E7B5D6
(231,181,214)
#E9BBD9
(233,187,217)
#EBC1DC
(235,193,220)
#EDC7DF
(237,199,223)
#EFCDE2
(239,205,226)
#F1D3E5
(241,211,229)
#F3D9E8
(243,217,232)
#F5DFEB
(245,223,235)
#F7E5EE
(247,229,238)
#F9EBF1
(249,235,241)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B5D6 color. Also use rgb(231,181,214) instead hex code.

Text Font Color

.myTextColor { color: #E7B5D6; }

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

This text font color is #E7B5D6.


Background Color

.myBgColor { background-color: #E7B5D6; }

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

This div background color is #E7B5D6.


Border color

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

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

This div border color is #E7B5D6.


Opacity

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

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

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

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

This text has shadow with #E7B5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B5D6 on black background.


Color preview on white background

This text has color #E7B5D6 on white background.



Black color preview on #E7B5D6 background

This text has black color on #E7B5D6 background.


White color preview on #E7B5D6 background

This text has white color on #E7B5D6 background.