COLOR #E6BC8F

HEX: #E6BC8F
RGB: (230,188,143)

Renk bilgisi

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

RGB renk modeli

#E6BC8F color RGB value is (230,188,143).

  • kırmız ton 230;
  • yeşil ton 188;
  • mavi ton 143.
RGB:
(230,188,143)
(90%,74%,56%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 143 of 255 = 56%

230
188
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 143 = 561 (100%)
R 230 of 561 ~ 41%
G 188 of 561 ~ 33.51%
B 143 of 561 ~ 25.49%

%41
%33.51
%25.49

CMYK RENK MODELİ

#E6BC8F rengi CMYK tonu (0,18,38,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 37.83%
  • ana renk tonu 9.80%
CMYK:
(0,18,38,10)
C0M18Y38K10 
(0%,18%,38%,10%)
(0.00/0.18/0.38/0.10)	

CMYK yüzdeleri

%0
%18.26
%37.83
%9.8

Codes

Color #E6BC8F in popluar color models

E6BC8F
RGB230188143
HSL31°63.50%73.14%
HSB/HSV31°37.83%90.20%
CMYK0.00%18.26%37.83%
9.80%

Color #E6BC8F in popluar number systems.

HEXE6BC8F
Decimal230188143
Binary111001101011110010001111
Octal346274217

Shades and tints

Shades of #E6BC8F

#E6BC8F
(230,188,143)
#D2AB82
(210,171,130)
#BE9A75
(190,154,117)
#AA8968
(170,137,104)
#96785B
(150,120,91)
#82674E
(130,103,78)
#6E5641
(110,86,65)
#5A4534
(90,69,52)
#463427
(70,52,39)
#32231A
(50,35,26)
#1E120D
(30,18,13)
#000000
(0,0,0)

Tints of #E6BC8F

#E6BC8F
(230,188,143)
#E8C299
(232,194,153)
#EAC8A3
(234,200,163)
#ECCEAD
(236,206,173)
#EED4B7
(238,212,183)
#F0DAC1
(240,218,193)
#F2E0CB
(242,224,203)
#F4E6D5
(244,230,213)
#F6ECDF
(246,236,223)
#F8F2E9
(248,242,233)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BC8F color. Also use rgb(230,188,143) instead hex code.

Text Font Color

.myTextColor { color: #E6BC8F; }

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

This text font color is #E6BC8F.


Background Color

.myBgColor { background-color: #E6BC8F; }

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

This div background color is #E6BC8F.


Border color

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

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

This div border color is #E6BC8F.


Opacity

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

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

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

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

This text has shadow with #E6BC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BC8F on black background.


Color preview on white background

This text has color #E6BC8F on white background.



Black color preview on #E6BC8F background

This text has black color on #E6BC8F background.


White color preview on #E6BC8F background

This text has white color on #E6BC8F background.