COLOR #E5D5CC

HEX: #E5D5CC
RGB: (229,213,204)

Renk bilgisi

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

RGB renk modeli

#E5D5CC color RGB value is (229,213,204).

  • kırmız ton 229;
  • yeşil ton 213;
  • mavi ton 204.
RGB: (229,213,204) (90%,84%,80%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 204 of 255 = 80%

229
213
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 204 = 646 (100%)
R 229 of 646 ~ 35.45%
G 213 of 646 ~ 32.97%
B 204 of 646 ~ 31.58%

%35.45
%32.97
%31.58

CMYK RENK MODELİ

#E5D5CC rengi CMYK tonu (0,7,11,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 10.92%
  • ana renk tonu 10.20%
CMYK: (0,7,11,10) C0M7Y11K10 (0%,7%,11%,10%) (0.00/0.07/0.11/0.10)

CMYK yüzdeleri

%0
%6.99
%10.92
%10.2

Codes

Color #E5D5CC in popluar color models

E5D5CC
RGB229213204
HSL22°32.47%84.90%
HSB/HSV22°10.92%89.80%
CMYK0.00%6.99%10.92%
10.20%

Color #E5D5CC in popluar number systems.

HEXE5D5CC
Decimal229213204
Binary111001011101010111001100
Octal345325314

Shades and tints

Shades of #E5D5CC

#E5D5CC
(229,213,204)
#D1C2BA
(209,194,186)
#BDAFA8
(189,175,168)
#A99C96
(169,156,150)
#958984
(149,137,132)
#817672
(129,118,114)
#6D6360
(109,99,96)
#59504E
(89,80,78)
#453D3C
(69,61,60)
#312A2A
(49,42,42)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #E5D5CC

#E5D5CC
(229,213,204)
#E7D8D0
(231,216,208)
#E9DBD4
(233,219,212)
#EBDED8
(235,222,216)
#EDE1DC
(237,225,220)
#EFE4E0
(239,228,224)
#F1E7E4
(241,231,228)
#F3EAE8
(243,234,232)
#F5EDEC
(245,237,236)
#F7F0F0
(247,240,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D5CC color. Also use rgb(229,213,204) instead hex code.

Text Font Color

.myTextColor { color: #E5D5CC; }

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

This text font color is #E5D5CC.


Background Color

.myBgColor { background-color: #E5D5CC; }

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

This div background color is #E5D5CC.


Border color

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

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

This div border color is #E5D5CC.


Opacity

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

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

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

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

This text has shadow with #E5D5CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5D5CC on black background.


Color preview on white background

This text has color #E5D5CC on white background.



Black color preview on #E5D5CC background

This text has black color on #E5D5CC background.


White color preview on #E5D5CC background

This text has white color on #E5D5CC background.