COLOR #E7A6D4

HEX: #E7A6D4
RGB: (231,166,212)

Renk bilgisi

#E7A6D4 contains mainly red and blue colors. #E7A6D4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#E7A6D4 color RGB value is (231,166,212).

  • kırmız ton 231;
  • yeşil ton 166;
  • mavi ton 212.
RGB:
(231,166,212)
(91%,65%,83%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 166 of 255 = 65%
B 212 of 255 = 83%

231
166
212

R + G + B ~ 80%. #E7A6D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 166 + 212 = 609 (100%)
R 231 of 609 ~ 37.93%
G 166 of 609 ~ 27.26%
B 212 of 609 ~ 34.81%

%37.93
%27.26
%34.81

CMYK RENK MODELİ

#E7A6D4 rengi CMYK tonu (0,28,8,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.14%
  • sarı tonu 8.23%
  • ana renk tonu 9.41%
CMYK:
(0,28,8,9)
C0M28Y8K9 
(0%,28%,8%,9%)
(0.00/0.28/0.08/0.09)	

CMYK yüzdeleri

%0
%28.14
%8.23
%9.41

Codes

Color #E7A6D4 in popluar color models

E7A6D4
RGB231166212
HSL318°57.52%77.84%
HSB/HSV318°28.14%90.59%
CMYK0.00%28.14%8.23%
9.41%

Color #E7A6D4 in popluar number systems.

HEXE7A6D4
Decimal231166212
Binary111001111010011011010100
Octal347246324

Shades and tints

Shades of #E7A6D4

#E7A6D4
(231,166,212)
#D297C1
(210,151,193)
#BD88AE
(189,136,174)
#A8799B
(168,121,155)
#936A88
(147,106,136)
#7E5B75
(126,91,117)
#694C62
(105,76,98)
#543D4F
(84,61,79)
#3F2E3C
(63,46,60)
#2A1F29
(42,31,41)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #E7A6D4

#E7A6D4
(231,166,212)
#E9AED7
(233,174,215)
#EBB6DA
(235,182,218)
#EDBEDD
(237,190,221)
#EFC6E0
(239,198,224)
#F1CEE3
(241,206,227)
#F3D6E6
(243,214,230)
#F5DEE9
(245,222,233)
#F7E6EC
(247,230,236)
#F9EEEF
(249,238,239)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A6D4 color. Also use rgb(231,166,212) instead hex code.

Text Font Color

.myTextColor { color: #E7A6D4; }

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

This text font color is #E7A6D4.


Background Color

.myBgColor { background-color: #E7A6D4; }

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

This div background color is #E7A6D4.


Border color

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

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

This div border color is #E7A6D4.


Opacity

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

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

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

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

This text has shadow with #E7A6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A6D4 on black background.


Color preview on white background

This text has color #E7A6D4 on white background.



Black color preview on #E7A6D4 background

This text has black color on #E7A6D4 background.


White color preview on #E7A6D4 background

This text has white color on #E7A6D4 background.