COLOR #E5C6D1

HEX: #E5C6D1
RGB: (229,198,209)

Renk bilgisi

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

RGB renk modeli

#E5C6D1 color RGB value is (229,198,209).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 198 of 255 = 78%
B 209 of 255 = 82%

229
198
209

R + G + B ~ 83%. #E5C6D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 198 + 209 = 636 (100%)
R 229 of 636 ~ 36.01%
G 198 of 636 ~ 31.13%
B 209 of 636 ~ 32.86%

%36.01
%31.13
%32.86

CMYK RENK MODELİ

#E5C6D1 rengi CMYK tonu (0,14,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.54%
  • sarı tonu 8.73%
  • ana renk tonu 10.20%
CMYK:
(0,14,9,10)
C0M14Y9K10 
(0%,14%,9%,10%)
(0.00/0.14/0.09/0.10)	

CMYK yüzdeleri

%0
%13.54
%8.73
%10.2

Codes

Color #E5C6D1 in popluar color models

E5C6D1
RGB229198209
HSL339°37.35%83.73%
HSB/HSV339°13.54%89.80%
CMYK0.00%13.54%8.73%
10.20%

Color #E5C6D1 in popluar number systems.

HEXE5C6D1
Decimal229198209
Binary111001011100011011010001
Octal345306321

Shades and tints

Shades of #E5C6D1

#E5C6D1
(229,198,209)
#D1B4BE
(209,180,190)
#BDA2AB
(189,162,171)
#A99098
(169,144,152)
#957E85
(149,126,133)
#816C72
(129,108,114)
#6D5A5F
(109,90,95)
#59484C
(89,72,76)
#453639
(69,54,57)
#312426
(49,36,38)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #E5C6D1

#E5C6D1
(229,198,209)
#E7CBD5
(231,203,213)
#E9D0D9
(233,208,217)
#EBD5DD
(235,213,221)
#EDDAE1
(237,218,225)
#EFDFE5
(239,223,229)
#F1E4E9
(241,228,233)
#F3E9ED
(243,233,237)
#F5EEF1
(245,238,241)
#F7F3F5
(247,243,245)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C6D1; }

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

This text font color is #E5C6D1.


Background Color

.myBgColor { background-color: #E5C6D1; }

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

This div background color is #E5C6D1.


Border color

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

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

This div border color is #E5C6D1.


Opacity

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

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

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

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

This text has shadow with #E5C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C6D1 on black background.


Color preview on white background

This text has color #E5C6D1 on white background.



Black color preview on #E5C6D1 background

This text has black color on #E5C6D1 background.


White color preview on #E5C6D1 background

This text has white color on #E5C6D1 background.