COLOR #E5C7BE

HEX: #E5C7BE
RGB: (229,199,190)

Renk bilgisi

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

RGB renk modeli

#E5C7BE color RGB value is (229,199,190).

  • kırmız ton 229;
  • yeşil ton 199;
  • mavi ton 190.
RGB:
(229,199,190)
(90%,78%,75%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 199 of 255 = 78%
B 190 of 255 = 75%

229
199
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 199 + 190 = 618 (100%)
R 229 of 618 ~ 37.06%
G 199 of 618 ~ 32.2%
B 190 of 618 ~ 30.74%

%37.06
%32.2
%30.74

CMYK RENK MODELİ

#E5C7BE rengi CMYK tonu (0,13,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.10%
  • sarı tonu 17.03%
  • ana renk tonu 10.20%
CMYK:
(0,13,17,10)
C0M13Y17K10 
(0%,13%,17%,10%)
(0.00/0.13/0.17/0.10)	

CMYK yüzdeleri

%0
%13.1
%17.03
%10.2

Codes

Color #E5C7BE in popluar color models

E5C7BE
RGB229199190
HSL14°42.86%82.16%
HSB/HSV14°17.03%89.80%
CMYK0.00%13.10%17.03%
10.20%

Color #E5C7BE in popluar number systems.

HEXE5C7BE
Decimal229199190
Binary111001011100011110111110
Octal345307276

Shades and tints

Shades of #E5C7BE

#E5C7BE
(229,199,190)
#D1B5AD
(209,181,173)
#BDA39C
(189,163,156)
#A9918B
(169,145,139)
#957F7A
(149,127,122)
#816D69
(129,109,105)
#6D5B58
(109,91,88)
#594947
(89,73,71)
#453736
(69,55,54)
#312525
(49,37,37)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #E5C7BE

#E5C7BE
(229,199,190)
#E7CCC3
(231,204,195)
#E9D1C8
(233,209,200)
#EBD6CD
(235,214,205)
#EDDBD2
(237,219,210)
#EFE0D7
(239,224,215)
#F1E5DC
(241,229,220)
#F3EAE1
(243,234,225)
#F5EFE6
(245,239,230)
#F7F4EB
(247,244,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C7BE color. Also use rgb(229,199,190) instead hex code.

Text Font Color

.myTextColor { color: #E5C7BE; }

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

This text font color is #E5C7BE.


Background Color

.myBgColor { background-color: #E5C7BE; }

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

This div background color is #E5C7BE.


Border color

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

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

This div border color is #E5C7BE.


Opacity

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

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

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

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

This text has shadow with #E5C7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7BE on black background.


Color preview on white background

This text has color #E5C7BE on white background.



Black color preview on #E5C7BE background

This text has black color on #E5C7BE background.


White color preview on #E5C7BE background

This text has white color on #E5C7BE background.