COLOR #E5C5BB

HEX: #E5C5BB
RGB: (229,197,187)

Renk bilgisi

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

RGB renk modeli

#E5C5BB color RGB value is (229,197,187).

  • kırmız ton 229;
  • yeşil ton 197;
  • mavi ton 187.
RGB:
(229,197,187)
(90%,77%,73%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 197 of 255 = 77%
B 187 of 255 = 73%

229
197
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 197 + 187 = 613 (100%)
R 229 of 613 ~ 37.36%
G 197 of 613 ~ 32.14%
B 187 of 613 ~ 30.51%

%37.36
%32.14
%30.51

CMYK RENK MODELİ

#E5C5BB rengi CMYK tonu (0,14,18,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.97%
  • sarı tonu 18.34%
  • ana renk tonu 10.20%
CMYK:
(0,14,18,10)
C0M14Y18K10 
(0%,14%,18%,10%)
(0.00/0.14/0.18/0.10)	

CMYK yüzdeleri

%0
%13.97
%18.34
%10.2

Codes

Color #E5C5BB in popluar color models

E5C5BB
RGB229197187
HSL14°44.68%81.57%
HSB/HSV14°18.34%89.80%
CMYK0.00%13.97%18.34%
10.20%

Color #E5C5BB in popluar number systems.

HEXE5C5BB
Decimal229197187
Binary111001011100010110111011
Octal345305273

Shades and tints

Shades of #E5C5BB

#E5C5BB
(229,197,187)
#D1B4AA
(209,180,170)
#BDA399
(189,163,153)
#A99288
(169,146,136)
#958177
(149,129,119)
#817066
(129,112,102)
#6D5F55
(109,95,85)
#594E44
(89,78,68)
#453D33
(69,61,51)
#312C22
(49,44,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #E5C5BB

#E5C5BB
(229,197,187)
#E7CAC1
(231,202,193)
#E9CFC7
(233,207,199)
#EBD4CD
(235,212,205)
#EDD9D3
(237,217,211)
#EFDED9
(239,222,217)
#F1E3DF
(241,227,223)
#F3E8E5
(243,232,229)
#F5EDEB
(245,237,235)
#F7F2F1
(247,242,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C5BB color. Also use rgb(229,197,187) instead hex code.

Text Font Color

.myTextColor { color: #E5C5BB; }

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

This text font color is #E5C5BB.


Background Color

.myBgColor { background-color: #E5C5BB; }

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

This div background color is #E5C5BB.


Border color

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

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

This div border color is #E5C5BB.


Opacity

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

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

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

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

This text has shadow with #E5C5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C5BB on black background.


Color preview on white background

This text has color #E5C5BB on white background.



Black color preview on #E5C5BB background

This text has black color on #E5C5BB background.


White color preview on #E5C5BB background

This text has white color on #E5C5BB background.