COLOR #E4C2EB

HEX: #E4C2EB
RGB: (228,194,235)

Renk bilgisi

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

RGB renk modeli

#E4C2EB color RGB value is (228,194,235).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 194 of 255 = 76%
B 235 of 255 = 92%

228
194
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 194 + 235 = 657 (100%)
R 228 of 657 ~ 34.7%
G 194 of 657 ~ 29.53%
B 235 of 657 ~ 35.77%

%34.7
%29.53
%35.77

CMYK RENK MODELİ

#E4C2EB rengi CMYK tonu (3,17,0,8).

  • camgöbeği tonu 2.98%
  • eflatun tonu 17.45%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(3,17,0,8)
C3M17Y0K8 
(3%,17%,0%,8%)
(0.03/0.17/0.00/0.08)	

CMYK yüzdeleri

%2.98
%17.45
%0
%7.84

Codes

Color #E4C2EB in popluar color models

E4C2EB
RGB228194235
HSL290°50.62%84.12%
HSB/HSV290°17.45%92.16%
CMYK2.98%17.45%0.00%
7.84%

Color #E4C2EB in popluar number systems.

HEXE4C2EB
Decimal228194235
Binary111001001100001011101011
Octal344302353

Shades and tints

Shades of #E4C2EB

#E4C2EB
(228,194,235)
#D0B1D6
(208,177,214)
#BCA0C1
(188,160,193)
#A88FAC
(168,143,172)
#947E97
(148,126,151)
#806D82
(128,109,130)
#6C5C6D
(108,92,109)
#584B58
(88,75,88)
#443A43
(68,58,67)
#30292E
(48,41,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4C2EB

#E4C2EB
(228,194,235)
#E6C7EC
(230,199,236)
#E8CCED
(232,204,237)
#EAD1EE
(234,209,238)
#ECD6EF
(236,214,239)
#EEDBF0
(238,219,240)
#F0E0F1
(240,224,241)
#F2E5F2
(242,229,242)
#F4EAF3
(244,234,243)
#F6EFF4
(246,239,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C2EB; }

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

This text font color is #E4C2EB.


Background Color

.myBgColor { background-color: #E4C2EB; }

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

This div background color is #E4C2EB.


Border color

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

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

This div border color is #E4C2EB.


Opacity

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

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

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

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

This text has shadow with #E4C2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C2EB on black background.


Color preview on white background

This text has color #E4C2EB on white background.



Black color preview on #E4C2EB background

This text has black color on #E4C2EB background.


White color preview on #E4C2EB background

This text has white color on #E4C2EB background.