COLOR #E7ACC9

HEX: #E7ACC9
RGB: (231,172,201)

Renk bilgisi

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

RGB renk modeli

#E7ACC9 color RGB value is (231,172,201).

  • kırmız ton 231;
  • yeşil ton 172;
  • mavi ton 201.
RGB:
(231,172,201)
(91%,67%,79%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 172 of 255 = 67%
B 201 of 255 = 79%

231
172
201

R + G + B ~ 79%. #E7ACC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 172 + 201 = 604 (100%)
R 231 of 604 ~ 38.25%
G 172 of 604 ~ 28.48%
B 201 of 604 ~ 33.28%

%38.25
%28.48
%33.28

CMYK RENK MODELİ

#E7ACC9 rengi CMYK tonu (0,26,13,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.54%
  • sarı tonu 12.99%
  • ana renk tonu 9.41%
CMYK:
(0,26,13,9)
C0M26Y13K9 
(0%,26%,13%,9%)
(0.00/0.26/0.13/0.09)	

CMYK yüzdeleri

%0
%25.54
%12.99
%9.41

Codes

Color #E7ACC9 in popluar color models

E7ACC9
RGB231172201
HSL331°55.14%79.02%
HSB/HSV331°25.54%90.59%
CMYK0.00%25.54%12.99%
9.41%

Color #E7ACC9 in popluar number systems.

HEXE7ACC9
Decimal231172201
Binary111001111010110011001001
Octal347254311

Shades and tints

Shades of #E7ACC9

#E7ACC9
(231,172,201)
#D29DB7
(210,157,183)
#BD8EA5
(189,142,165)
#A87F93
(168,127,147)
#937081
(147,112,129)
#7E616F
(126,97,111)
#69525D
(105,82,93)
#54434B
(84,67,75)
#3F3439
(63,52,57)
#2A2527
(42,37,39)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7ACC9

#E7ACC9
(231,172,201)
#E9B3CD
(233,179,205)
#EBBAD1
(235,186,209)
#EDC1D5
(237,193,213)
#EFC8D9
(239,200,217)
#F1CFDD
(241,207,221)
#F3D6E1
(243,214,225)
#F5DDE5
(245,221,229)
#F7E4E9
(247,228,233)
#F9EBED
(249,235,237)
#FBF2F1
(251,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ACC9 color. Also use rgb(231,172,201) instead hex code.

Text Font Color

.myTextColor { color: #E7ACC9; }

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

This text font color is #E7ACC9.


Background Color

.myBgColor { background-color: #E7ACC9; }

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

This div background color is #E7ACC9.


Border color

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

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

This div border color is #E7ACC9.


Opacity

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

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

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

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

This text has shadow with #E7ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ACC9 on black background.


Color preview on white background

This text has color #E7ACC9 on white background.



Black color preview on #E7ACC9 background

This text has black color on #E7ACC9 background.


White color preview on #E7ACC9 background

This text has white color on #E7ACC9 background.