COLOR #E6B09B

HEX: #E6B09B
RGB: (230,176,155)

Renk bilgisi

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

RGB renk modeli

#E6B09B color RGB value is (230,176,155).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 176 of 255 = 69%
B 155 of 255 = 61%

230
176
155

R + G + B ~ 73%. #E6B09B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 176 + 155 = 561 (100%)
R 230 of 561 ~ 41%
G 176 of 561 ~ 31.37%
B 155 of 561 ~ 27.63%

%41
%31.37
%27.63

CMYK RENK MODELİ

#E6B09B rengi CMYK tonu (0,23,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.48%
  • sarı tonu 32.61%
  • ana renk tonu 9.80%
CMYK:
(0,23,33,10)
C0M23Y33K10 
(0%,23%,33%,10%)
(0.00/0.23/0.33/0.10)	

CMYK yüzdeleri

%0
%23.48
%32.61
%9.8

Codes

Color #E6B09B in popluar color models

E6B09B
RGB230176155
HSL17°60.00%75.49%
HSB/HSV17°32.61%90.20%
CMYK0.00%23.48%32.61%
9.80%

Color #E6B09B in popluar number systems.

HEXE6B09B
Decimal230176155
Binary111001101011000010011011
Octal346260233

Shades and tints

Shades of #E6B09B

#E6B09B
(230,176,155)
#D2A08D
(210,160,141)
#BE907F
(190,144,127)
#AA8071
(170,128,113)
#967063
(150,112,99)
#826055
(130,96,85)
#6E5047
(110,80,71)
#5A4039
(90,64,57)
#46302B
(70,48,43)
#32201D
(50,32,29)
#1E100F
(30,16,15)
#000000
(0,0,0)

Tints of #E6B09B

#E6B09B
(230,176,155)
#E8B7A4
(232,183,164)
#EABEAD
(234,190,173)
#ECC5B6
(236,197,182)
#EECCBF
(238,204,191)
#F0D3C8
(240,211,200)
#F2DAD1
(242,218,209)
#F4E1DA
(244,225,218)
#F6E8E3
(246,232,227)
#F8EFEC
(248,239,236)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B09B; }

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

This text font color is #E6B09B.


Background Color

.myBgColor { background-color: #E6B09B; }

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

This div background color is #E6B09B.


Border color

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

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

This div border color is #E6B09B.


Opacity

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

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

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

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

This text has shadow with #E6B09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B09B on black background.


Color preview on white background

This text has color #E6B09B on white background.



Black color preview on #E6B09B background

This text has black color on #E6B09B background.


White color preview on #E6B09B background

This text has white color on #E6B09B background.