COLOR #E6BCA0

HEX: #E6BCA0
RGB: (230,188,160)

Renk bilgisi

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

RGB renk modeli

#E6BCA0 color RGB value is (230,188,160).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 160 of 255 = 63%

230
188
160

R + G + B ~ 76%. #E6BCA0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 160 = 578 (100%)
R 230 of 578 ~ 39.79%
G 188 of 578 ~ 32.53%
B 160 of 578 ~ 27.68%

%39.79
%32.53
%27.68

CMYK RENK MODELİ

#E6BCA0 rengi CMYK tonu (0,18,30,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 30.43%
  • ana renk tonu 9.80%
CMYK:
(0,18,30,10)
C0M18Y30K10 
(0%,18%,30%,10%)
(0.00/0.18/0.30/0.10)	

CMYK yüzdeleri

%0
%18.26
%30.43
%9.8

Codes

Color #E6BCA0 in popluar color models

E6BCA0
RGB230188160
HSL24°58.33%76.47%
HSB/HSV24°30.43%90.20%
CMYK0.00%18.26%30.43%
9.80%

Color #E6BCA0 in popluar number systems.

HEXE6BCA0
Decimal230188160
Binary111001101011110010100000
Octal346274240

Shades and tints

Shades of #E6BCA0

#E6BCA0
(230,188,160)
#D2AB92
(210,171,146)
#BE9A84
(190,154,132)
#AA8976
(170,137,118)
#967868
(150,120,104)
#82675A
(130,103,90)
#6E564C
(110,86,76)
#5A453E
(90,69,62)
#463430
(70,52,48)
#322322
(50,35,34)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #E6BCA0

#E6BCA0
(230,188,160)
#E8C2A8
(232,194,168)
#EAC8B0
(234,200,176)
#ECCEB8
(236,206,184)
#EED4C0
(238,212,192)
#F0DAC8
(240,218,200)
#F2E0D0
(242,224,208)
#F4E6D8
(244,230,216)
#F6ECE0
(246,236,224)
#F8F2E8
(248,242,232)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BCA0; }

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

This text font color is #E6BCA0.


Background Color

.myBgColor { background-color: #E6BCA0; }

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

This div background color is #E6BCA0.


Border color

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

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

This div border color is #E6BCA0.


Opacity

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

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

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

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

This text has shadow with #E6BCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCA0 on black background.


Color preview on white background

This text has color #E6BCA0 on white background.



Black color preview on #E6BCA0 background

This text has black color on #E6BCA0 background.


White color preview on #E6BCA0 background

This text has white color on #E6BCA0 background.