COLOR #E5C7E1

HEX: #E5C7E1
RGB: (229,199,225)

Renk bilgisi

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

RGB renk modeli

#E5C7E1 color RGB value is (229,199,225).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 199 of 255 = 78%
B 225 of 255 = 88%

229
199
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 199 + 225 = 653 (100%)
R 229 of 653 ~ 35.07%
G 199 of 653 ~ 30.47%
B 225 of 653 ~ 34.46%

%35.07
%30.47
%34.46

CMYK RENK MODELİ

#E5C7E1 rengi CMYK tonu (0,13,2,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.10%
  • sarı tonu 1.75%
  • ana renk tonu 10.20%
CMYK:
(0,13,2,10)
C0M13Y2K10 
(0%,13%,2%,10%)
(0.00/0.13/0.02/0.10)	

CMYK yüzdeleri

%0
%13.1
%1.75
%10.2

Codes

Color #E5C7E1 in popluar color models

E5C7E1
RGB229199225
HSL308°36.59%83.92%
HSB/HSV308°13.10%89.80%
CMYK0.00%13.10%1.75%
10.20%

Color #E5C7E1 in popluar number systems.

HEXE5C7E1
Decimal229199225
Binary111001011100011111100001
Octal345307341

Shades and tints

Shades of #E5C7E1

#E5C7E1
(229,199,225)
#D1B5CD
(209,181,205)
#BDA3B9
(189,163,185)
#A991A5
(169,145,165)
#957F91
(149,127,145)
#816D7D
(129,109,125)
#6D5B69
(109,91,105)
#594955
(89,73,85)
#453741
(69,55,65)
#31252D
(49,37,45)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #E5C7E1

#E5C7E1
(229,199,225)
#E7CCE3
(231,204,227)
#E9D1E5
(233,209,229)
#EBD6E7
(235,214,231)
#EDDBE9
(237,219,233)
#EFE0EB
(239,224,235)
#F1E5ED
(241,229,237)
#F3EAEF
(243,234,239)
#F5EFF1
(245,239,241)
#F7F4F3
(247,244,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C7E1; }

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

This text font color is #E5C7E1.


Background Color

.myBgColor { background-color: #E5C7E1; }

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

This div background color is #E5C7E1.


Border color

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

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

This div border color is #E5C7E1.


Opacity

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

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

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

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

This text has shadow with #E5C7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7E1 on black background.


Color preview on white background

This text has color #E5C7E1 on white background.



Black color preview on #E5C7E1 background

This text has black color on #E5C7E1 background.


White color preview on #E5C7E1 background

This text has white color on #E5C7E1 background.