COLOR #E5DBC6

HEX: #E5DBC6
RGB: (229,219,198)

Renk bilgisi

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

RGB renk modeli

#E5DBC6 color RGB value is (229,219,198).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 219 of 255 = 86%
B 198 of 255 = 78%

229
219
198

R + G + B ~ 85%. #E5DBC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 219 + 198 = 646 (100%)
R 229 of 646 ~ 35.45%
G 219 of 646 ~ 33.9%
B 198 of 646 ~ 30.65%

%35.45
%33.9
%30.65

CMYK RENK MODELİ

#E5DBC6 rengi CMYK tonu (0,4,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.37%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(0,4,14,10)
C0M4Y14K10 
(0%,4%,14%,10%)
(0.00/0.04/0.14/0.10)	

CMYK yüzdeleri

%0
%4.37
%13.54
%10.2

Codes

Color #E5DBC6 in popluar color models

E5DBC6
RGB229219198
HSL41°37.35%83.73%
HSB/HSV41°13.54%89.80%
CMYK0.00%4.37%13.54%
10.20%

Color #E5DBC6 in popluar number systems.

HEXE5DBC6
Decimal229219198
Binary111001011101101111000110
Octal345333306

Shades and tints

Shades of #E5DBC6

#E5DBC6
(229,219,198)
#D1C8B4
(209,200,180)
#BDB5A2
(189,181,162)
#A9A290
(169,162,144)
#958F7E
(149,143,126)
#817C6C
(129,124,108)
#6D695A
(109,105,90)
#595648
(89,86,72)
#454336
(69,67,54)
#313024
(49,48,36)
#1D1D12
(29,29,18)
#000000
(0,0,0)

Tints of #E5DBC6

#E5DBC6
(229,219,198)
#E7DECB
(231,222,203)
#E9E1D0
(233,225,208)
#EBE4D5
(235,228,213)
#EDE7DA
(237,231,218)
#EFEADF
(239,234,223)
#F1EDE4
(241,237,228)
#F3F0E9
(243,240,233)
#F5F3EE
(245,243,238)
#F7F6F3
(247,246,243)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBC6; }

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

This text font color is #E5DBC6.


Background Color

.myBgColor { background-color: #E5DBC6; }

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

This div background color is #E5DBC6.


Border color

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

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

This div border color is #E5DBC6.


Opacity

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

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

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

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

This text has shadow with #E5DBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DBC6 on black background.


Color preview on white background

This text has color #E5DBC6 on white background.



Black color preview on #E5DBC6 background

This text has black color on #E5DBC6 background.


White color preview on #E5DBC6 background

This text has white color on #E5DBC6 background.