COLOR #E6CCBA

HEX: #E6CCBA
RGB: (230,204,186)

Renk bilgisi

#E6CCBA contains red, green and blue colors in about the same proportion. #E6CCBA ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#E6CCBA color RGB value is (230,204,186).

  • kırmız ton 230;
  • yeşil ton 204;
  • mavi ton 186.
RGB:
(230,204,186)
(90%,80%,73%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 204 of 255 = 80%
B 186 of 255 = 73%

230
204
186

R + G + B ~ 81%. #E6CCBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 204 + 186 = 620 (100%)
R 230 of 620 ~ 37.1%
G 204 of 620 ~ 32.9%
B 186 of 620 ~ 30%

%37.1
%32.9
%30

CMYK RENK MODELİ

#E6CCBA rengi CMYK tonu (0,11,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.30%
  • sarı tonu 19.13%
  • ana renk tonu 9.80%
CMYK:
(0,11,19,10)
C0M11Y19K10 
(0%,11%,19%,10%)
(0.00/0.11/0.19/0.10)	

CMYK yüzdeleri

%0
%11.3
%19.13
%9.8

Codes

Color #E6CCBA in popluar color models

E6CCBA
RGB230204186
HSL25°46.81%81.57%
HSB/HSV25°19.13%90.20%
CMYK0.00%11.30%19.13%
9.80%

Color #E6CCBA in popluar number systems.

HEXE6CCBA
Decimal230204186
Binary111001101100110010111010
Octal346314272

Shades and tints

Shades of #E6CCBA

#E6CCBA
(230,204,186)
#D2BAAA
(210,186,170)
#BEA89A
(190,168,154)
#AA968A
(170,150,138)
#96847A
(150,132,122)
#82726A
(130,114,106)
#6E605A
(110,96,90)
#5A4E4A
(90,78,74)
#463C3A
(70,60,58)
#322A2A
(50,42,42)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6CCBA

#E6CCBA
(230,204,186)
#E8D0C0
(232,208,192)
#EAD4C6
(234,212,198)
#ECD8CC
(236,216,204)
#EEDCD2
(238,220,210)
#F0E0D8
(240,224,216)
#F2E4DE
(242,228,222)
#F4E8E4
(244,232,228)
#F6ECEA
(246,236,234)
#F8F0F0
(248,240,240)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CCBA color. Also use rgb(230,204,186) instead hex code.

Text Font Color

.myTextColor { color: #E6CCBA; }

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

This text font color is #E6CCBA.


Background Color

.myBgColor { background-color: #E6CCBA; }

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

This div background color is #E6CCBA.


Border color

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

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

This div border color is #E6CCBA.


Opacity

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

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

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

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

This text has shadow with #E6CCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCBA on black background.


Color preview on white background

This text has color #E6CCBA on white background.



Black color preview on #E6CCBA background

This text has black color on #E6CCBA background.


White color preview on #E6CCBA background

This text has white color on #E6CCBA background.