COLOR #E6AB73

HEX: #E6AB73
RGB: (230,171,115)

Renk bilgisi

#E6AB73 contains mainly red and green colors. #E6AB73 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E6AB73 color RGB value is (230,171,115).

  • kırmız ton 230;
  • yeşil ton 171;
  • mavi ton 115.
RGB:
(230,171,115)
(90%,67%,45%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 171 of 255 = 67%
B 115 of 255 = 45%

230
171
115

R + G + B ~ 67%. #E6AB73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 171 + 115 = 516 (100%)
R 230 of 516 ~ 44.57%
G 171 of 516 ~ 33.14%
B 115 of 516 ~ 22.29%

%44.57
%33.14
%22.29

CMYK RENK MODELİ

#E6AB73 rengi CMYK tonu (0,26,50,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.65%
  • sarı tonu 50.00%
  • ana renk tonu 9.80%
CMYK:
(0,26,50,10)
C0M26Y50K10 
(0%,26%,50%,10%)
(0.00/0.26/0.50/0.10)	

CMYK yüzdeleri

%0
%25.65
%50
%9.8

Codes

Color #E6AB73 in popluar color models

E6AB73
RGB230171115
HSL29°69.70%67.65%
HSB/HSV29°50.00%90.20%
CMYK0.00%25.65%50.00%
9.80%

Color #E6AB73 in popluar number systems.

HEXE6AB73
Decimal230171115
Binary11100110101010111110011
Octal346253163

Shades and tints

Shades of #E6AB73

#E6AB73
(230,171,115)
#D29C69
(210,156,105)
#BE8D5F
(190,141,95)
#AA7E55
(170,126,85)
#966F4B
(150,111,75)
#826041
(130,96,65)
#6E5137
(110,81,55)
#5A422D
(90,66,45)
#463323
(70,51,35)
#322419
(50,36,25)
#1E150F
(30,21,15)
#000000
(0,0,0)

Tints of #E6AB73

#E6AB73
(230,171,115)
#E8B27F
(232,178,127)
#EAB98B
(234,185,139)
#ECC097
(236,192,151)
#EEC7A3
(238,199,163)
#F0CEAF
(240,206,175)
#F2D5BB
(242,213,187)
#F4DCC7
(244,220,199)
#F6E3D3
(246,227,211)
#F8EADF
(248,234,223)
#FAF1EB
(250,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AB73 color. Also use rgb(230,171,115) instead hex code.

Text Font Color

.myTextColor { color: #E6AB73; }

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

This text font color is #E6AB73.


Background Color

.myBgColor { background-color: #E6AB73; }

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

This div background color is #E6AB73.


Border color

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

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

This div border color is #E6AB73.


Opacity

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

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

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

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

This text has shadow with #E6AB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AB73 on black background.


Color preview on white background

This text has color #E6AB73 on white background.



Black color preview on #E6AB73 background

This text has black color on #E6AB73 background.


White color preview on #E6AB73 background

This text has white color on #E6AB73 background.