COLOR #E6A198

HEX: #E6A198
RGB: (230,161,152)

Renk bilgisi

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

RGB renk modeli

#E6A198 color RGB value is (230,161,152).

  • kırmız ton 230;
  • yeşil ton 161;
  • mavi ton 152.
RGB:
(230,161,152)
(90%,63%,60%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 161 of 255 = 63%
B 152 of 255 = 60%

230
161
152

R + G + B ~ 71%. #E6A198 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 161 + 152 = 543 (100%)
R 230 of 543 ~ 42.36%
G 161 of 543 ~ 29.65%
B 152 of 543 ~ 27.99%

%42.36
%29.65
%27.99

CMYK RENK MODELİ

#E6A198 rengi CMYK tonu (0,30,34,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.00%
  • sarı tonu 33.91%
  • ana renk tonu 9.80%
CMYK:
(0,30,34,10)
C0M30Y34K10 
(0%,30%,34%,10%)
(0.00/0.30/0.34/0.10)	

CMYK yüzdeleri

%0
%30
%33.91
%9.8

Codes

Color #E6A198 in popluar color models

E6A198
RGB230161152
HSL60.94%74.90%
HSB/HSV33.91%90.20%
CMYK0.00%30.00%33.91%
9.80%

Color #E6A198 in popluar number systems.

HEXE6A198
Decimal230161152
Binary111001101010000110011000
Octal346241230

Shades and tints

Shades of #E6A198

#E6A198
(230,161,152)
#D2938B
(210,147,139)
#BE857E
(190,133,126)
#AA7771
(170,119,113)
#966964
(150,105,100)
#825B57
(130,91,87)
#6E4D4A
(110,77,74)
#5A3F3D
(90,63,61)
#463130
(70,49,48)
#322323
(50,35,35)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #E6A198

#E6A198
(230,161,152)
#E8A9A1
(232,169,161)
#EAB1AA
(234,177,170)
#ECB9B3
(236,185,179)
#EEC1BC
(238,193,188)
#F0C9C5
(240,201,197)
#F2D1CE
(242,209,206)
#F4D9D7
(244,217,215)
#F6E1E0
(246,225,224)
#F8E9E9
(248,233,233)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A198 color. Also use rgb(230,161,152) instead hex code.

Text Font Color

.myTextColor { color: #E6A198; }

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

This text font color is #E6A198.


Background Color

.myBgColor { background-color: #E6A198; }

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

This div background color is #E6A198.


Border color

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

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

This div border color is #E6A198.


Opacity

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

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

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

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

This text has shadow with #E6A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A198 on black background.


Color preview on white background

This text has color #E6A198 on white background.



Black color preview on #E6A198 background

This text has black color on #E6A198 background.


White color preview on #E6A198 background

This text has white color on #E6A198 background.