COLOR #E6B09E

HEX: #E6B09E
RGB: (230,176,158)

Renk bilgisi

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

RGB renk modeli

#E6B09E color RGB value is (230,176,158).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 176 of 255 = 69%
B 158 of 255 = 62%

230
176
158

R + G + B ~ 74%. #E6B09E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 176 + 158 = 564 (100%)
R 230 of 564 ~ 40.78%
G 176 of 564 ~ 31.21%
B 158 of 564 ~ 28.01%

%40.78
%31.21
%28.01

CMYK RENK MODELİ

#E6B09E rengi CMYK tonu (0,23,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.48%
  • sarı tonu 31.30%
  • ana renk tonu 9.80%
CMYK:
(0,23,31,10)
C0M23Y31K10 
(0%,23%,31%,10%)
(0.00/0.23/0.31/0.10)	

CMYK yüzdeleri

%0
%23.48
%31.3
%9.8

Codes

Color #E6B09E in popluar color models

E6B09E
RGB230176158
HSL15°59.02%76.08%
HSB/HSV15°31.30%90.20%
CMYK0.00%23.48%31.30%
9.80%

Color #E6B09E in popluar number systems.

HEXE6B09E
Decimal230176158
Binary111001101011000010011110
Octal346260236

Shades and tints

Shades of #E6B09E

#E6B09E
(230,176,158)
#D2A090
(210,160,144)
#BE9082
(190,144,130)
#AA8074
(170,128,116)
#967066
(150,112,102)
#826058
(130,96,88)
#6E504A
(110,80,74)
#5A403C
(90,64,60)
#46302E
(70,48,46)
#322020
(50,32,32)
#1E1012
(30,16,18)
#000000
(0,0,0)

Tints of #E6B09E

#E6B09E
(230,176,158)
#E8B7A6
(232,183,166)
#EABEAE
(234,190,174)
#ECC5B6
(236,197,182)
#EECCBE
(238,204,190)
#F0D3C6
(240,211,198)
#F2DACE
(242,218,206)
#F4E1D6
(244,225,214)
#F6E8DE
(246,232,222)
#F8EFE6
(248,239,230)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B09E; }

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

This text font color is #E6B09E.


Background Color

.myBgColor { background-color: #E6B09E; }

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

This div background color is #E6B09E.


Border color

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

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

This div border color is #E6B09E.


Opacity

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

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

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

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

This text has shadow with #E6B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B09E on black background.


Color preview on white background

This text has color #E6B09E on white background.



Black color preview on #E6B09E background

This text has black color on #E6B09E background.


White color preview on #E6B09E background

This text has white color on #E6B09E background.