COLOR #E6B687

HEX: #E6B687
RGB: (230,182,135)

Renk bilgisi

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

RGB renk modeli

#E6B687 color RGB value is (230,182,135).

  • kırmız ton 230;
  • yeşil ton 182;
  • mavi ton 135.
RGB:
(230,182,135)
(90%,71%,53%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 182 of 255 = 71%
B 135 of 255 = 53%

230
182
135

R + G + B ~ 71%. #E6B687 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 182 + 135 = 547 (100%)
R 230 of 547 ~ 42.05%
G 182 of 547 ~ 33.27%
B 135 of 547 ~ 24.68%

%42.05
%33.27
%24.68

CMYK RENK MODELİ

#E6B687 rengi CMYK tonu (0,21,41,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.87%
  • sarı tonu 41.30%
  • ana renk tonu 9.80%
CMYK:
(0,21,41,10)
C0M21Y41K10 
(0%,21%,41%,10%)
(0.00/0.21/0.41/0.10)	

CMYK yüzdeleri

%0
%20.87
%41.3
%9.8

Codes

Color #E6B687 in popluar color models

E6B687
RGB230182135
HSL30°65.52%71.57%
HSB/HSV30°41.30%90.20%
CMYK0.00%20.87%41.30%
9.80%

Color #E6B687 in popluar number systems.

HEXE6B687
Decimal230182135
Binary111001101011011010000111
Octal346266207

Shades and tints

Shades of #E6B687

#E6B687
(230,182,135)
#D2A67B
(210,166,123)
#BE966F
(190,150,111)
#AA8663
(170,134,99)
#967657
(150,118,87)
#82664B
(130,102,75)
#6E563F
(110,86,63)
#5A4633
(90,70,51)
#463627
(70,54,39)
#32261B
(50,38,27)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #E6B687

#E6B687
(230,182,135)
#E8BC91
(232,188,145)
#EAC29B
(234,194,155)
#ECC8A5
(236,200,165)
#EECEAF
(238,206,175)
#F0D4B9
(240,212,185)
#F2DAC3
(242,218,195)
#F4E0CD
(244,224,205)
#F6E6D7
(246,230,215)
#F8ECE1
(248,236,225)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B687 color. Also use rgb(230,182,135) instead hex code.

Text Font Color

.myTextColor { color: #E6B687; }

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

This text font color is #E6B687.


Background Color

.myBgColor { background-color: #E6B687; }

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

This div background color is #E6B687.


Border color

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

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

This div border color is #E6B687.


Opacity

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

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

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

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

This text has shadow with #E6B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B687 on black background.


Color preview on white background

This text has color #E6B687 on white background.



Black color preview on #E6B687 background

This text has black color on #E6B687 background.


White color preview on #E6B687 background

This text has white color on #E6B687 background.