COLOR #E6D3BB

HEX: #E6D3BB
RGB: (230,211,187)

Renk bilgisi

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

RGB renk modeli

#E6D3BB color RGB value is (230,211,187).

  • kırmız ton 230;
  • yeşil ton 211;
  • mavi ton 187.
RGB:
(230,211,187)
(90%,83%,73%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 211 of 255 = 83%
B 187 of 255 = 73%

230
211
187

R + G + B ~ 82%. #E6D3BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 211 + 187 = 628 (100%)
R 230 of 628 ~ 36.62%
G 211 of 628 ~ 33.6%
B 187 of 628 ~ 29.78%

%36.62
%33.6
%29.78

CMYK RENK MODELİ

#E6D3BB rengi CMYK tonu (0,8,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.26%
  • sarı tonu 18.70%
  • ana renk tonu 9.80%
CMYK:
(0,8,19,10)
C0M8Y19K10 
(0%,8%,19%,10%)
(0.00/0.08/0.19/0.10)	

CMYK yüzdeleri

%0
%8.26
%18.7
%9.8

Codes

Color #E6D3BB in popluar color models

E6D3BB
RGB230211187
HSL33°46.24%81.76%
HSB/HSV33°18.70%90.20%
CMYK0.00%8.26%18.70%
9.80%

Color #E6D3BB in popluar number systems.

HEXE6D3BB
Decimal230211187
Binary111001101101001110111011
Octal346323273

Shades and tints

Shades of #E6D3BB

#E6D3BB
(230,211,187)
#D2C0AA
(210,192,170)
#BEAD99
(190,173,153)
#AA9A88
(170,154,136)
#968777
(150,135,119)
#827466
(130,116,102)
#6E6155
(110,97,85)
#5A4E44
(90,78,68)
#463B33
(70,59,51)
#322822
(50,40,34)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #E6D3BB

#E6D3BB
(230,211,187)
#E8D7C1
(232,215,193)
#EADBC7
(234,219,199)
#ECDFCD
(236,223,205)
#EEE3D3
(238,227,211)
#F0E7D9
(240,231,217)
#F2EBDF
(242,235,223)
#F4EFE5
(244,239,229)
#F6F3EB
(246,243,235)
#F8F7F1
(248,247,241)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3BB color. Also use rgb(230,211,187) instead hex code.

Text Font Color

.myTextColor { color: #E6D3BB; }

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

This text font color is #E6D3BB.


Background Color

.myBgColor { background-color: #E6D3BB; }

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

This div background color is #E6D3BB.


Border color

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

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

This div border color is #E6D3BB.


Opacity

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

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

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

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

This text has shadow with #E6D3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D3BB on black background.


Color preview on white background

This text has color #E6D3BB on white background.



Black color preview on #E6D3BB background

This text has black color on #E6D3BB background.


White color preview on #E6D3BB background

This text has white color on #E6D3BB background.