COLOR #E6B59C

HEX: #E6B59C
RGB: (230,181,156)

Renk bilgisi

#E6B59C contains mainly red and green colors. #E6B59C ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6B59C color RGB value is (230,181,156).

  • kırmız ton 230;
  • yeşil ton 181;
  • mavi ton 156.
RGB:
(230,181,156)
(90%,71%,61%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 181 of 255 = 71%
B 156 of 255 = 61%

230
181
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 181 + 156 = 567 (100%)
R 230 of 567 ~ 40.56%
G 181 of 567 ~ 31.92%
B 156 of 567 ~ 27.51%

%40.56
%31.92
%27.51

CMYK RENK MODELİ

#E6B59C rengi CMYK tonu (0,21,32,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.30%
  • sarı tonu 32.17%
  • ana renk tonu 9.80%
CMYK:
(0,21,32,10)
C0M21Y32K10 
(0%,21%,32%,10%)
(0.00/0.21/0.32/0.10)	

CMYK yüzdeleri

%0
%21.3
%32.17
%9.8

Codes

Color #E6B59C in popluar color models

E6B59C
RGB230181156
HSL20°59.68%75.69%
HSB/HSV20°32.17%90.20%
CMYK0.00%21.30%32.17%
9.80%

Color #E6B59C in popluar number systems.

HEXE6B59C
Decimal230181156
Binary111001101011010110011100
Octal346265234

Shades and tints

Shades of #E6B59C

#E6B59C
(230,181,156)
#D2A58E
(210,165,142)
#BE9580
(190,149,128)
#AA8572
(170,133,114)
#967564
(150,117,100)
#826556
(130,101,86)
#6E5548
(110,85,72)
#5A453A
(90,69,58)
#46352C
(70,53,44)
#32251E
(50,37,30)
#1E1510
(30,21,16)
#000000
(0,0,0)

Tints of #E6B59C

#E6B59C
(230,181,156)
#E8BBA5
(232,187,165)
#EAC1AE
(234,193,174)
#ECC7B7
(236,199,183)
#EECDC0
(238,205,192)
#F0D3C9
(240,211,201)
#F2D9D2
(242,217,210)
#F4DFDB
(244,223,219)
#F6E5E4
(246,229,228)
#F8EBED
(248,235,237)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B59C color. Also use rgb(230,181,156) instead hex code.

Text Font Color

.myTextColor { color: #E6B59C; }

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

This text font color is #E6B59C.


Background Color

.myBgColor { background-color: #E6B59C; }

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

This div background color is #E6B59C.


Border color

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

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

This div border color is #E6B59C.


Opacity

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

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

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

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

This text has shadow with #E6B59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B59C on black background.


Color preview on white background

This text has color #E6B59C on white background.



Black color preview on #E6B59C background

This text has black color on #E6B59C background.


White color preview on #E6B59C background

This text has white color on #E6B59C background.