COLOR #E7A398

HEX: #E7A398
RGB: (231,163,152)

Renk bilgisi

#E7A398 contains mainly red color. #E7A398 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#E7A398 color RGB value is (231,163,152).

  • kırmız ton 231;
  • yeşil ton 163;
  • mavi ton 152.
RGB:
(231,163,152)
(91%,64%,60%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 163 of 255 = 64%
B 152 of 255 = 60%

231
163
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 163 + 152 = 546 (100%)
R 231 of 546 ~ 42.31%
G 163 of 546 ~ 29.85%
B 152 of 546 ~ 27.84%

%42.31
%29.85
%27.84

CMYK RENK MODELİ

#E7A398 rengi CMYK tonu (0,29,34,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.44%
  • sarı tonu 34.20%
  • ana renk tonu 9.41%
CMYK:
(0,29,34,9)
C0M29Y34K9 
(0%,29%,34%,9%)
(0.00/0.29/0.34/0.09)	

CMYK yüzdeleri

%0
%29.44
%34.2
%9.41

Codes

Color #E7A398 in popluar color models

E7A398
RGB231163152
HSL62.20%75.10%
HSB/HSV34.20%90.59%
CMYK0.00%29.44%34.20%
9.41%

Color #E7A398 in popluar number systems.

HEXE7A398
Decimal231163152
Binary111001111010001110011000
Octal347243230

Shades and tints

Shades of #E7A398

#E7A398
(231,163,152)
#D2958B
(210,149,139)
#BD877E
(189,135,126)
#A87971
(168,121,113)
#936B64
(147,107,100)
#7E5D57
(126,93,87)
#694F4A
(105,79,74)
#54413D
(84,65,61)
#3F3330
(63,51,48)
#2A2523
(42,37,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E7A398

#E7A398
(231,163,152)
#E9ABA1
(233,171,161)
#EBB3AA
(235,179,170)
#EDBBB3
(237,187,179)
#EFC3BC
(239,195,188)
#F1CBC5
(241,203,197)
#F3D3CE
(243,211,206)
#F5DBD7
(245,219,215)
#F7E3E0
(247,227,224)
#F9EBE9
(249,235,233)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A398 color. Also use rgb(231,163,152) instead hex code.

Text Font Color

.myTextColor { color: #E7A398; }

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

This text font color is #E7A398.


Background Color

.myBgColor { background-color: #E7A398; }

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

This div background color is #E7A398.


Border color

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

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

This div border color is #E7A398.


Opacity

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

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

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

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

This text has shadow with #E7A398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A398 on black background.


Color preview on white background

This text has color #E7A398 on white background.



Black color preview on #E7A398 background

This text has black color on #E7A398 background.


White color preview on #E7A398 background

This text has white color on #E7A398 background.