COLOR #E4C3E6

HEX: #E4C3E6
RGB: (228,195,230)

Renk bilgisi

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

RGB renk modeli

#E4C3E6 color RGB value is (228,195,230).

  • kırmız ton 228;
  • yeşil ton 195;
  • mavi ton 230.
RGB:
(228,195,230)
(89%,76%,90%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 195 of 255 = 76%
B 230 of 255 = 90%

228
195
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 195 + 230 = 653 (100%)
R 228 of 653 ~ 34.92%
G 195 of 653 ~ 29.86%
B 230 of 653 ~ 35.22%

%34.92
%29.86
%35.22

CMYK RENK MODELİ

#E4C3E6 rengi CMYK tonu (1,15,0,10).

  • camgöbeği tonu 0.87%
  • eflatun tonu 15.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(1,15,0,10)
C1M15Y0K10 
(1%,15%,0%,10%)
(0.01/0.15/0.00/0.10)	

CMYK yüzdeleri

%0.87
%15.22
%0
%9.8

Codes

Color #E4C3E6 in popluar color models

E4C3E6
RGB228195230
HSL297°41.18%83.33%
HSB/HSV297°15.22%90.20%
CMYK0.87%15.22%0.00%
9.80%

Color #E4C3E6 in popluar number systems.

HEXE4C3E6
Decimal228195230
Binary111001001100001111100110
Octal344303346

Shades and tints

Shades of #E4C3E6

#E4C3E6
(228,195,230)
#D0B2D2
(208,178,210)
#BCA1BE
(188,161,190)
#A890AA
(168,144,170)
#947F96
(148,127,150)
#806E82
(128,110,130)
#6C5D6E
(108,93,110)
#584C5A
(88,76,90)
#443B46
(68,59,70)
#302A32
(48,42,50)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #E4C3E6

#E4C3E6
(228,195,230)
#E6C8E8
(230,200,232)
#E8CDEA
(232,205,234)
#EAD2EC
(234,210,236)
#ECD7EE
(236,215,238)
#EEDCF0
(238,220,240)
#F0E1F2
(240,225,242)
#F2E6F4
(242,230,244)
#F4EBF6
(244,235,246)
#F6F0F8
(246,240,248)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C3E6 color. Also use rgb(228,195,230) instead hex code.

Text Font Color

.myTextColor { color: #E4C3E6; }

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

This text font color is #E4C3E6.


Background Color

.myBgColor { background-color: #E4C3E6; }

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

This div background color is #E4C3E6.


Border color

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

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

This div border color is #E4C3E6.


Opacity

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

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

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

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

This text has shadow with #E4C3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C3E6 on black background.


Color preview on white background

This text has color #E4C3E6 on white background.



Black color preview on #E4C3E6 background

This text has black color on #E4C3E6 background.


White color preview on #E4C3E6 background

This text has white color on #E4C3E6 background.