COLOR #E4C6EB

HEX: #E4C6EB
RGB: (228,198,235)

Renk bilgisi

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

RGB renk modeli

#E4C6EB color RGB value is (228,198,235).

  • kırmız ton 228;
  • yeşil ton 198;
  • mavi ton 235.
RGB:
(228,198,235)
(89%,78%,92%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 198 of 255 = 78%
B 235 of 255 = 92%

228
198
235

R + G + B ~ 86%. #E4C6EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 198 + 235 = 661 (100%)
R 228 of 661 ~ 34.49%
G 198 of 661 ~ 29.95%
B 235 of 661 ~ 35.55%

%34.49
%29.95
%35.55

CMYK RENK MODELİ

#E4C6EB rengi CMYK tonu (3,16,0,8).

  • camgöbeği tonu 2.98%
  • eflatun tonu 15.74%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(3,16,0,8)
C3M16Y0K8 
(3%,16%,0%,8%)
(0.03/0.16/0.00/0.08)	

CMYK yüzdeleri

%2.98
%15.74
%0
%7.84

Codes

Color #E4C6EB in popluar color models

E4C6EB
RGB228198235
HSL289°48.05%84.90%
HSB/HSV289°15.74%92.16%
CMYK2.98%15.74%0.00%
7.84%

Color #E4C6EB in popluar number systems.

HEXE4C6EB
Decimal228198235
Binary111001001100011011101011
Octal344306353

Shades and tints

Shades of #E4C6EB

#E4C6EB
(228,198,235)
#D0B4D6
(208,180,214)
#BCA2C1
(188,162,193)
#A890AC
(168,144,172)
#947E97
(148,126,151)
#806C82
(128,108,130)
#6C5A6D
(108,90,109)
#584858
(88,72,88)
#443643
(68,54,67)
#30242E
(48,36,46)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #E4C6EB

#E4C6EB
(228,198,235)
#E6CBEC
(230,203,236)
#E8D0ED
(232,208,237)
#EAD5EE
(234,213,238)
#ECDAEF
(236,218,239)
#EEDFF0
(238,223,240)
#F0E4F1
(240,228,241)
#F2E9F2
(242,233,242)
#F4EEF3
(244,238,243)
#F6F3F4
(246,243,244)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C6EB color. Also use rgb(228,198,235) instead hex code.

Text Font Color

.myTextColor { color: #E4C6EB; }

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

This text font color is #E4C6EB.


Background Color

.myBgColor { background-color: #E4C6EB; }

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

This div background color is #E4C6EB.


Border color

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

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

This div border color is #E4C6EB.


Opacity

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

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

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

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

This text has shadow with #E4C6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C6EB on black background.


Color preview on white background

This text has color #E4C6EB on white background.



Black color preview on #E4C6EB background

This text has black color on #E4C6EB background.


White color preview on #E4C6EB background

This text has white color on #E4C6EB background.