COLOR #E5C1C4

HEX: #E5C1C4
RGB: (229,193,196)

Renk bilgisi

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

RGB renk modeli

#E5C1C4 color RGB value is (229,193,196).

  • kırmız ton 229;
  • yeşil ton 193;
  • mavi ton 196.
RGB:
(229,193,196)
(90%,76%,77%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 193 of 255 = 76%
B 196 of 255 = 77%

229
193
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 193 + 196 = 618 (100%)
R 229 of 618 ~ 37.06%
G 193 of 618 ~ 31.23%
B 196 of 618 ~ 31.72%

%37.06
%31.23
%31.72

CMYK RENK MODELİ

#E5C1C4 rengi CMYK tonu (0,16,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.72%
  • sarı tonu 14.41%
  • ana renk tonu 10.20%
CMYK:
(0,16,14,10)
C0M16Y14K10 
(0%,16%,14%,10%)
(0.00/0.16/0.14/0.10)	

CMYK yüzdeleri

%0
%15.72
%14.41
%10.2

Codes

Color #E5C1C4 in popluar color models

E5C1C4
RGB229193196
HSL355°40.91%82.75%
HSB/HSV355°15.72%89.80%
CMYK0.00%15.72%14.41%
10.20%

Color #E5C1C4 in popluar number systems.

HEXE5C1C4
Decimal229193196
Binary111001011100000111000100
Octal345301304

Shades and tints

Shades of #E5C1C4

#E5C1C4
(229,193,196)
#D1B0B3
(209,176,179)
#BD9FA2
(189,159,162)
#A98E91
(169,142,145)
#957D80
(149,125,128)
#816C6F
(129,108,111)
#6D5B5E
(109,91,94)
#594A4D
(89,74,77)
#45393C
(69,57,60)
#31282B
(49,40,43)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #E5C1C4

#E5C1C4
(229,193,196)
#E7C6C9
(231,198,201)
#E9CBCE
(233,203,206)
#EBD0D3
(235,208,211)
#EDD5D8
(237,213,216)
#EFDADD
(239,218,221)
#F1DFE2
(241,223,226)
#F3E4E7
(243,228,231)
#F5E9EC
(245,233,236)
#F7EEF1
(247,238,241)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C1C4 color. Also use rgb(229,193,196) instead hex code.

Text Font Color

.myTextColor { color: #E5C1C4; }

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

This text font color is #E5C1C4.


Background Color

.myBgColor { background-color: #E5C1C4; }

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

This div background color is #E5C1C4.


Border color

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

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

This div border color is #E5C1C4.


Opacity

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

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

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

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

This text has shadow with #E5C1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C1C4 on black background.


Color preview on white background

This text has color #E5C1C4 on white background.



Black color preview on #E5C1C4 background

This text has black color on #E5C1C4 background.


White color preview on #E5C1C4 background

This text has white color on #E5C1C4 background.