COLOR #E1D3BB

HEX: #E1D3BB
RGB: (225,211,187)

Renk bilgisi

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

RGB renk modeli

#E1D3BB color RGB value is (225,211,187).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 211 of 255 = 83%
B 187 of 255 = 73%

225
211
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 211 + 187 = 623 (100%)
R 225 of 623 ~ 36.12%
G 211 of 623 ~ 33.87%
B 187 of 623 ~ 30.02%

%36.12
%33.87
%30.02

CMYK RENK MODELİ

#E1D3BB rengi CMYK tonu (0,6,17,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.22%
  • sarı tonu 16.89%
  • ana renk tonu 11.76%
CMYK:
(0,6,17,12)
C0M6Y17K12 
(0%,6%,17%,12%)
(0.00/0.06/0.17/0.12)	

CMYK yüzdeleri

%0
%6.22
%16.89
%11.76

Codes

Color #E1D3BB in popluar color models

E1D3BB
RGB225211187
HSL38°38.78%80.78%
HSB/HSV38°16.89%88.24%
CMYK0.00%6.22%16.89%
11.76%

Color #E1D3BB in popluar number systems.

HEXE1D3BB
Decimal225211187
Binary111000011101001110111011
Octal341323273

Shades and tints

Shades of #E1D3BB

#E1D3BB
(225,211,187)
#CDC0AA
(205,192,170)
#B9AD99
(185,173,153)
#A59A88
(165,154,136)
#918777
(145,135,119)
#7D7466
(125,116,102)
#696155
(105,97,85)
#554E44
(85,78,68)
#413B33
(65,59,51)
#2D2822
(45,40,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #E1D3BB

#E1D3BB
(225,211,187)
#E3D7C1
(227,215,193)
#E5DBC7
(229,219,199)
#E7DFCD
(231,223,205)
#E9E3D3
(233,227,211)
#EBE7D9
(235,231,217)
#EDEBDF
(237,235,223)
#EFEFE5
(239,239,229)
#F1F3EB
(241,243,235)
#F3F7F1
(243,247,241)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D3BB; }

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

This text font color is #E1D3BB.


Background Color

.myBgColor { background-color: #E1D3BB; }

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

This div background color is #E1D3BB.


Border color

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

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

This div border color is #E1D3BB.


Opacity

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

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

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

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

This text has shadow with #E1D3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D3BB on black background.


Color preview on white background

This text has color #E1D3BB on white background.



Black color preview on #E1D3BB background

This text has black color on #E1D3BB background.


White color preview on #E1D3BB background

This text has white color on #E1D3BB background.