COLOR #E6B091

HEX: #E6B091
RGB: (230,176,145)

Renk bilgisi

#E6B091 contains mainly red and green colors. #E6B091 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E6B091 color RGB value is (230,176,145).

  • kırmız ton 230;
  • yeşil ton 176;
  • mavi ton 145.
RGB:
(230,176,145)
(90%,69%,57%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 176 of 255 = 69%
B 145 of 255 = 57%

230
176
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 176 + 145 = 551 (100%)
R 230 of 551 ~ 41.74%
G 176 of 551 ~ 31.94%
B 145 of 551 ~ 26.32%

%41.74
%31.94
%26.32

CMYK RENK MODELİ

#E6B091 rengi CMYK tonu (0,23,37,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.48%
  • sarı tonu 36.96%
  • ana renk tonu 9.80%
CMYK:
(0,23,37,10)
C0M23Y37K10 
(0%,23%,37%,10%)
(0.00/0.23/0.37/0.10)	

CMYK yüzdeleri

%0
%23.48
%36.96
%9.8

Codes

Color #E6B091 in popluar color models

E6B091
RGB230176145
HSL22°62.96%73.53%
HSB/HSV22°36.96%90.20%
CMYK0.00%23.48%36.96%
9.80%

Color #E6B091 in popluar number systems.

HEXE6B091
Decimal230176145
Binary111001101011000010010001
Octal346260221

Shades and tints

Shades of #E6B091

#E6B091
(230,176,145)
#D2A084
(210,160,132)
#BE9077
(190,144,119)
#AA806A
(170,128,106)
#96705D
(150,112,93)
#826050
(130,96,80)
#6E5043
(110,80,67)
#5A4036
(90,64,54)
#463029
(70,48,41)
#32201C
(50,32,28)
#1E100F
(30,16,15)
#000000
(0,0,0)

Tints of #E6B091

#E6B091
(230,176,145)
#E8B79B
(232,183,155)
#EABEA5
(234,190,165)
#ECC5AF
(236,197,175)
#EECCB9
(238,204,185)
#F0D3C3
(240,211,195)
#F2DACD
(242,218,205)
#F4E1D7
(244,225,215)
#F6E8E1
(246,232,225)
#F8EFEB
(248,239,235)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B091 color. Also use rgb(230,176,145) instead hex code.

Text Font Color

.myTextColor { color: #E6B091; }

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

This text font color is #E6B091.


Background Color

.myBgColor { background-color: #E6B091; }

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

This div background color is #E6B091.


Border color

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

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

This div border color is #E6B091.


Opacity

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

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

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

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

This text has shadow with #E6B091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B091 on black background.


Color preview on white background

This text has color #E6B091 on white background.



Black color preview on #E6B091 background

This text has black color on #E6B091 background.


White color preview on #E6B091 background

This text has white color on #E6B091 background.