COLOR #E5C6BB

HEX: #E5C6BB
RGB: (229,198,187)

Renk bilgisi

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

RGB renk modeli

#E5C6BB color RGB value is (229,198,187).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 198 of 255 = 78%
B 187 of 255 = 73%

229
198
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 198 + 187 = 614 (100%)
R 229 of 614 ~ 37.3%
G 198 of 614 ~ 32.25%
B 187 of 614 ~ 30.46%

%37.3
%32.25
%30.46

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.54%
  • 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.54
%18.34
%10.2

Codes

Color #E5C6BB in popluar color models

E5C6BB
RGB229198187
HSL16°44.68%81.57%
HSB/HSV16°18.34%89.80%
CMYK0.00%13.54%18.34%
10.20%

Color #E5C6BB in popluar number systems.

HEXE5C6BB
Decimal229198187
Binary111001011100011010111011
Octal345306273

Shades and tints

Shades of #E5C6BB

#E5C6BB
(229,198,187)
#D1B4AA
(209,180,170)
#BDA299
(189,162,153)
#A99088
(169,144,136)
#957E77
(149,126,119)
#816C66
(129,108,102)
#6D5A55
(109,90,85)
#594844
(89,72,68)
#453633
(69,54,51)
#312422
(49,36,34)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #E5C6BB

#E5C6BB
(229,198,187)
#E7CBC1
(231,203,193)
#E9D0C7
(233,208,199)
#EBD5CD
(235,213,205)
#EDDAD3
(237,218,211)
#EFDFD9
(239,223,217)
#F1E4DF
(241,228,223)
#F3E9E5
(243,233,229)
#F5EEEB
(245,238,235)
#F7F3F1
(247,243,241)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C6BB; }

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

This text font color is #E5C6BB.


Background Color

.myBgColor { background-color: #E5C6BB; }

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

This div background color is #E5C6BB.


Border color

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

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

This div border color is #E5C6BB.


Opacity

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

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

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

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

This text has shadow with #E5C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6BB on black background.


Color preview on white background

This text has color #E5C6BB on white background.



Black color preview on #E5C6BB background

This text has black color on #E5C6BB background.


White color preview on #E5C6BB background

This text has white color on #E5C6BB background.