COLOR #E5C3E0

HEX: #E5C3E0
RGB: (229,195,224)

Renk bilgisi

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

RGB renk modeli

#E5C3E0 color RGB value is (229,195,224).

  • kırmız ton 229;
  • yeşil ton 195;
  • mavi ton 224.
RGB:
(229,195,224)
(90%,76%,88%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 195 of 255 = 76%
B 224 of 255 = 88%

229
195
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 195 + 224 = 648 (100%)
R 229 of 648 ~ 35.34%
G 195 of 648 ~ 30.09%
B 224 of 648 ~ 34.57%

%35.34
%30.09
%34.57

CMYK RENK MODELİ

#E5C3E0 rengi CMYK tonu (0,15,2,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.85%
  • sarı tonu 2.18%
  • ana renk tonu 10.20%
CMYK:
(0,15,2,10)
C0M15Y2K10 
(0%,15%,2%,10%)
(0.00/0.15/0.02/0.10)	

CMYK yüzdeleri

%0
%14.85
%2.18
%10.2

Codes

Color #E5C3E0 in popluar color models

E5C3E0
RGB229195224
HSL309°39.53%83.14%
HSB/HSV309°14.85%89.80%
CMYK0.00%14.85%2.18%
10.20%

Color #E5C3E0 in popluar number systems.

HEXE5C3E0
Decimal229195224
Binary111001011100001111100000
Octal345303340

Shades and tints

Shades of #E5C3E0

#E5C3E0
(229,195,224)
#D1B2CC
(209,178,204)
#BDA1B8
(189,161,184)
#A990A4
(169,144,164)
#957F90
(149,127,144)
#816E7C
(129,110,124)
#6D5D68
(109,93,104)
#594C54
(89,76,84)
#453B40
(69,59,64)
#312A2C
(49,42,44)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5C3E0

#E5C3E0
(229,195,224)
#E7C8E2
(231,200,226)
#E9CDE4
(233,205,228)
#EBD2E6
(235,210,230)
#EDD7E8
(237,215,232)
#EFDCEA
(239,220,234)
#F1E1EC
(241,225,236)
#F3E6EE
(243,230,238)
#F5EBF0
(245,235,240)
#F7F0F2
(247,240,242)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C3E0 color. Also use rgb(229,195,224) instead hex code.

Text Font Color

.myTextColor { color: #E5C3E0; }

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

This text font color is #E5C3E0.


Background Color

.myBgColor { background-color: #E5C3E0; }

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

This div background color is #E5C3E0.


Border color

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

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

This div border color is #E5C3E0.


Opacity

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

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

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

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

This text has shadow with #E5C3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C3E0 on black background.


Color preview on white background

This text has color #E5C3E0 on white background.



Black color preview on #E5C3E0 background

This text has black color on #E5C3E0 background.


White color preview on #E5C3E0 background

This text has white color on #E5C3E0 background.