COLOR #E6D4B5

HEX: #E6D4B5
RGB: (230,212,181)

Renk bilgisi

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

RGB renk modeli

#E6D4B5 color RGB value is (230,212,181).

  • kırmız ton 230;
  • yeşil ton 212;
  • mavi ton 181.
RGB:
(230,212,181)
(90%,83%,71%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 212 of 255 = 83%
B 181 of 255 = 71%

230
212
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 212 + 181 = 623 (100%)
R 230 of 623 ~ 36.92%
G 212 of 623 ~ 34.03%
B 181 of 623 ~ 29.05%

%36.92
%34.03
%29.05

CMYK RENK MODELİ

#E6D4B5 rengi CMYK tonu (0,8,21,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.83%
  • sarı tonu 21.30%
  • ana renk tonu 9.80%
CMYK:
(0,8,21,10)
C0M8Y21K10 
(0%,8%,21%,10%)
(0.00/0.08/0.21/0.10)	

CMYK yüzdeleri

%0
%7.83
%21.3
%9.8

Codes

Color #E6D4B5 in popluar color models

E6D4B5
RGB230212181
HSL38°49.49%80.59%
HSB/HSV38°21.30%90.20%
CMYK0.00%7.83%21.30%
9.80%

Color #E6D4B5 in popluar number systems.

HEXE6D4B5
Decimal230212181
Binary111001101101010010110101
Octal346324265

Shades and tints

Shades of #E6D4B5

#E6D4B5
(230,212,181)
#D2C1A5
(210,193,165)
#BEAE95
(190,174,149)
#AA9B85
(170,155,133)
#968875
(150,136,117)
#827565
(130,117,101)
#6E6255
(110,98,85)
#5A4F45
(90,79,69)
#463C35
(70,60,53)
#322925
(50,41,37)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6D4B5

#E6D4B5
(230,212,181)
#E8D7BB
(232,215,187)
#EADAC1
(234,218,193)
#ECDDC7
(236,221,199)
#EEE0CD
(238,224,205)
#F0E3D3
(240,227,211)
#F2E6D9
(242,230,217)
#F4E9DF
(244,233,223)
#F6ECE5
(246,236,229)
#F8EFEB
(248,239,235)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D4B5 color. Also use rgb(230,212,181) instead hex code.

Text Font Color

.myTextColor { color: #E6D4B5; }

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

This text font color is #E6D4B5.


Background Color

.myBgColor { background-color: #E6D4B5; }

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

This div background color is #E6D4B5.


Border color

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

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

This div border color is #E6D4B5.


Opacity

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

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

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

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

This text has shadow with #E6D4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4B5 on black background.


Color preview on white background

This text has color #E6D4B5 on white background.



Black color preview on #E6D4B5 background

This text has black color on #E6D4B5 background.


White color preview on #E6D4B5 background

This text has white color on #E6D4B5 background.