COLOR #E1C5BE

HEX: #E1C5BE
RGB: (225,197,190)

Renk bilgisi

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

RGB renk modeli

#E1C5BE color RGB value is (225,197,190).

  • kırmız ton 225;
  • yeşil ton 197;
  • mavi ton 190.
RGB:
(225,197,190)
(88%,77%,75%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 197 of 255 = 77%
B 190 of 255 = 75%

225
197
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 197 + 190 = 612 (100%)
R 225 of 612 ~ 36.76%
G 197 of 612 ~ 32.19%
B 190 of 612 ~ 31.05%

%36.76
%32.19
%31.05

CMYK RENK MODELİ

#E1C5BE rengi CMYK tonu (0,12,16,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.44%
  • sarı tonu 15.56%
  • ana renk tonu 11.76%
CMYK:
(0,12,16,12)
C0M12Y16K12 
(0%,12%,16%,12%)
(0.00/0.12/0.16/0.12)	

CMYK yüzdeleri

%0
%12.44
%15.56
%11.76

Codes

Color #E1C5BE in popluar color models

E1C5BE
RGB225197190
HSL12°36.84%81.37%
HSB/HSV12°15.56%88.24%
CMYK0.00%12.44%15.56%
11.76%

Color #E1C5BE in popluar number systems.

HEXE1C5BE
Decimal225197190
Binary111000011100010110111110
Octal341305276

Shades and tints

Shades of #E1C5BE

#E1C5BE
(225,197,190)
#CDB4AD
(205,180,173)
#B9A39C
(185,163,156)
#A5928B
(165,146,139)
#91817A
(145,129,122)
#7D7069
(125,112,105)
#695F58
(105,95,88)
#554E47
(85,78,71)
#413D36
(65,61,54)
#2D2C25
(45,44,37)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #E1C5BE

#E1C5BE
(225,197,190)
#E3CAC3
(227,202,195)
#E5CFC8
(229,207,200)
#E7D4CD
(231,212,205)
#E9D9D2
(233,217,210)
#EBDED7
(235,222,215)
#EDE3DC
(237,227,220)
#EFE8E1
(239,232,225)
#F1EDE6
(241,237,230)
#F3F2EB
(243,242,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C5BE color. Also use rgb(225,197,190) instead hex code.

Text Font Color

.myTextColor { color: #E1C5BE; }

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

This text font color is #E1C5BE.


Background Color

.myBgColor { background-color: #E1C5BE; }

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

This div background color is #E1C5BE.


Border color

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

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

This div border color is #E1C5BE.


Opacity

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

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

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

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

This text has shadow with #E1C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C5BE on black background.


Color preview on white background

This text has color #E1C5BE on white background.



Black color preview on #E1C5BE background

This text has black color on #E1C5BE background.


White color preview on #E1C5BE background

This text has white color on #E1C5BE background.