COLOR #E6C2BA

HEX: #E6C2BA
RGB: (230,194,186)

Renk bilgisi

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

RGB renk modeli

#E6C2BA color RGB value is (230,194,186).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 194 of 255 = 76%
B 186 of 255 = 73%

230
194
186

R + G + B ~ 80%. #E6C2BA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 194 + 186 = 610 (100%)
R 230 of 610 ~ 37.7%
G 194 of 610 ~ 31.8%
B 186 of 610 ~ 30.49%

%37.7
%31.8
%30.49

CMYK RENK MODELİ

#E6C2BA rengi CMYK tonu (0,16,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.65%
  • sarı tonu 19.13%
  • ana renk tonu 9.80%
CMYK:
(0,16,19,10)
C0M16Y19K10 
(0%,16%,19%,10%)
(0.00/0.16/0.19/0.10)	

CMYK yüzdeleri

%0
%15.65
%19.13
%9.8

Codes

Color #E6C2BA in popluar color models

E6C2BA
RGB230194186
HSL11°46.81%81.57%
HSB/HSV11°19.13%90.20%
CMYK0.00%15.65%19.13%
9.80%

Color #E6C2BA in popluar number systems.

HEXE6C2BA
Decimal230194186
Binary111001101100001010111010
Octal346302272

Shades and tints

Shades of #E6C2BA

#E6C2BA
(230,194,186)
#D2B1AA
(210,177,170)
#BEA09A
(190,160,154)
#AA8F8A
(170,143,138)
#967E7A
(150,126,122)
#826D6A
(130,109,106)
#6E5C5A
(110,92,90)
#5A4B4A
(90,75,74)
#463A3A
(70,58,58)
#32292A
(50,41,42)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6C2BA

#E6C2BA
(230,194,186)
#E8C7C0
(232,199,192)
#EACCC6
(234,204,198)
#ECD1CC
(236,209,204)
#EED6D2
(238,214,210)
#F0DBD8
(240,219,216)
#F2E0DE
(242,224,222)
#F4E5E4
(244,229,228)
#F6EAEA
(246,234,234)
#F8EFF0
(248,239,240)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C2BA; }

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

This text font color is #E6C2BA.


Background Color

.myBgColor { background-color: #E6C2BA; }

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

This div background color is #E6C2BA.


Border color

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

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

This div border color is #E6C2BA.


Opacity

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

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

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

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

This text has shadow with #E6C2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C2BA on black background.


Color preview on white background

This text has color #E6C2BA on white background.



Black color preview on #E6C2BA background

This text has black color on #E6C2BA background.


White color preview on #E6C2BA background

This text has white color on #E6C2BA background.