COLOR #E5C3BB

HEX: #E5C3BB
RGB: (229,195,187)

Renk bilgisi

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

RGB renk modeli

#E5C3BB color RGB value is (229,195,187).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 195 of 255 = 76%
B 187 of 255 = 73%

229
195
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 195 + 187 = 611 (100%)
R 229 of 611 ~ 37.48%
G 195 of 611 ~ 31.91%
B 187 of 611 ~ 30.61%

%37.48
%31.91
%30.61

CMYK RENK MODELİ

#E5C3BB rengi CMYK tonu (0,15,18,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.85%
  • sarı tonu 18.34%
  • ana renk tonu 10.20%
CMYK:
(0,15,18,10)
C0M15Y18K10 
(0%,15%,18%,10%)
(0.00/0.15/0.18/0.10)	

CMYK yüzdeleri

%0
%14.85
%18.34
%10.2

Codes

Color #E5C3BB in popluar color models

E5C3BB
RGB229195187
HSL11°44.68%81.57%
HSB/HSV11°18.34%89.80%
CMYK0.00%14.85%18.34%
10.20%

Color #E5C3BB in popluar number systems.

HEXE5C3BB
Decimal229195187
Binary111001011100001110111011
Octal345303273

Shades and tints

Shades of #E5C3BB

#E5C3BB
(229,195,187)
#D1B2AA
(209,178,170)
#BDA199
(189,161,153)
#A99088
(169,144,136)
#957F77
(149,127,119)
#816E66
(129,110,102)
#6D5D55
(109,93,85)
#594C44
(89,76,68)
#453B33
(69,59,51)
#312A22
(49,42,34)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #E5C3BB

#E5C3BB
(229,195,187)
#E7C8C1
(231,200,193)
#E9CDC7
(233,205,199)
#EBD2CD
(235,210,205)
#EDD7D3
(237,215,211)
#EFDCD9
(239,220,217)
#F1E1DF
(241,225,223)
#F3E6E5
(243,230,229)
#F5EBEB
(245,235,235)
#F7F0F1
(247,240,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C3BB; }

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

This text font color is #E5C3BB.


Background Color

.myBgColor { background-color: #E5C3BB; }

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

This div background color is #E5C3BB.


Border color

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

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

This div border color is #E5C3BB.


Opacity

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

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

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

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

This text has shadow with #E5C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C3BB on black background.


Color preview on white background

This text has color #E5C3BB on white background.



Black color preview on #E5C3BB background

This text has black color on #E5C3BB background.


White color preview on #E5C3BB background

This text has white color on #E5C3BB background.