COLOR #E6A09F

HEX: #E6A09F
RGB: (230,160,159)

Renk bilgisi

#E6A09F contains mainly red color. #E6A09F ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E6A09F color RGB value is (230,160,159).

  • kırmız ton 230;
  • yeşil ton 160;
  • mavi ton 159.
RGB:
(230,160,159)
(90%,63%,62%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 160 of 255 = 63%
B 159 of 255 = 62%

230
160
159

R + G + B ~ 72%. #E6A09F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 160 + 159 = 549 (100%)
R 230 of 549 ~ 41.89%
G 160 of 549 ~ 29.14%
B 159 of 549 ~ 28.96%

%41.89
%29.14
%28.96

CMYK RENK MODELİ

#E6A09F rengi CMYK tonu (0,30,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.43%
  • sarı tonu 30.87%
  • ana renk tonu 9.80%
CMYK:
(0,30,31,10)
C0M30Y31K10 
(0%,30%,31%,10%)
(0.00/0.30/0.31/0.10)	

CMYK yüzdeleri

%0
%30.43
%30.87
%9.8

Codes

Color #E6A09F in popluar color models

E6A09F
RGB230160159
HSL58.68%76.27%
HSB/HSV30.87%90.20%
CMYK0.00%30.43%30.87%
9.80%

Color #E6A09F in popluar number systems.

HEXE6A09F
Decimal230160159
Binary111001101010000010011111
Octal346240237

Shades and tints

Shades of #E6A09F

#E6A09F
(230,160,159)
#D29291
(210,146,145)
#BE8483
(190,132,131)
#AA7675
(170,118,117)
#966867
(150,104,103)
#825A59
(130,90,89)
#6E4C4B
(110,76,75)
#5A3E3D
(90,62,61)
#46302F
(70,48,47)
#322221
(50,34,33)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6A09F

#E6A09F
(230,160,159)
#E8A8A7
(232,168,167)
#EAB0AF
(234,176,175)
#ECB8B7
(236,184,183)
#EEC0BF
(238,192,191)
#F0C8C7
(240,200,199)
#F2D0CF
(242,208,207)
#F4D8D7
(244,216,215)
#F6E0DF
(246,224,223)
#F8E8E7
(248,232,231)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A09F color. Also use rgb(230,160,159) instead hex code.

Text Font Color

.myTextColor { color: #E6A09F; }

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

This text font color is #E6A09F.


Background Color

.myBgColor { background-color: #E6A09F; }

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

This div background color is #E6A09F.


Border color

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

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

This div border color is #E6A09F.


Opacity

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

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

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

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

This text has shadow with #E6A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A09F on black background.


Color preview on white background

This text has color #E6A09F on white background.



Black color preview on #E6A09F background

This text has black color on #E6A09F background.


White color preview on #E6A09F background

This text has white color on #E6A09F background.