COLOR #E6A4C7

HEX: #E6A4C7
RGB: (230,164,199)

Renk bilgisi

#E6A4C7 contains mainly red and blue colors. #E6A4C7 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E6A4C7 color RGB value is (230,164,199).

  • kırmız ton 230;
  • yeşil ton 164;
  • mavi ton 199.
RGB:
(230,164,199)
(90%,64%,78%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 164 of 255 = 64%
B 199 of 255 = 78%

230
164
199

R + G + B ~ 77%. #E6A4C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 164 + 199 = 593 (100%)
R 230 of 593 ~ 38.79%
G 164 of 593 ~ 27.66%
B 199 of 593 ~ 33.56%

%38.79
%27.66
%33.56

CMYK RENK MODELİ

#E6A4C7 rengi CMYK tonu (0,29,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.70%
  • sarı tonu 13.48%
  • ana renk tonu 9.80%
CMYK:
(0,29,13,10)
C0M29Y13K10 
(0%,29%,13%,10%)
(0.00/0.29/0.13/0.10)	

CMYK yüzdeleri

%0
%28.7
%13.48
%9.8

Codes

Color #E6A4C7 in popluar color models

E6A4C7
RGB230164199
HSL328°56.90%77.25%
HSB/HSV328°28.70%90.20%
CMYK0.00%28.70%13.48%
9.80%

Color #E6A4C7 in popluar number systems.

HEXE6A4C7
Decimal230164199
Binary111001101010010011000111
Octal346244307

Shades and tints

Shades of #E6A4C7

#E6A4C7
(230,164,199)
#D296B5
(210,150,181)
#BE88A3
(190,136,163)
#AA7A91
(170,122,145)
#966C7F
(150,108,127)
#825E6D
(130,94,109)
#6E505B
(110,80,91)
#5A4249
(90,66,73)
#463437
(70,52,55)
#322625
(50,38,37)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6A4C7

#E6A4C7
(230,164,199)
#E8ACCC
(232,172,204)
#EAB4D1
(234,180,209)
#ECBCD6
(236,188,214)
#EEC4DB
(238,196,219)
#F0CCE0
(240,204,224)
#F2D4E5
(242,212,229)
#F4DCEA
(244,220,234)
#F6E4EF
(246,228,239)
#F8ECF4
(248,236,244)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A4C7 color. Also use rgb(230,164,199) instead hex code.

Text Font Color

.myTextColor { color: #E6A4C7; }

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

This text font color is #E6A4C7.


Background Color

.myBgColor { background-color: #E6A4C7; }

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

This div background color is #E6A4C7.


Border color

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

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

This div border color is #E6A4C7.


Opacity

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

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

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

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

This text has shadow with #E6A4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A4C7 on black background.


Color preview on white background

This text has color #E6A4C7 on white background.



Black color preview on #E6A4C7 background

This text has black color on #E6A4C7 background.


White color preview on #E6A4C7 background

This text has white color on #E6A4C7 background.