COLOR #E4C9ED

HEX: #E4C9ED
RGB: (228,201,237)

Renk bilgisi

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

RGB renk modeli

#E4C9ED color RGB value is (228,201,237).

  • kırmız ton 228;
  • yeşil ton 201;
  • mavi ton 237.
RGB:
(228,201,237)
(89%,79%,93%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 201 of 255 = 79%
B 237 of 255 = 93%

228
201
237

R + G + B ~ 87%. #E4C9ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 201 + 237 = 666 (100%)
R 228 of 666 ~ 34.23%
G 201 of 666 ~ 30.18%
B 237 of 666 ~ 35.59%

%34.23
%30.18
%35.59

CMYK RENK MODELİ

#E4C9ED rengi CMYK tonu (4,15,0,7).

  • camgöbeği tonu 3.80%
  • eflatun tonu 15.19%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(4,15,0,7)
C4M15Y0K7 
(4%,15%,0%,7%)
(0.04/0.15/0.00/0.07)	

CMYK yüzdeleri

%3.8
%15.19
%0
%7.06

Codes

Color #E4C9ED in popluar color models

E4C9ED
RGB228201237
HSL285°50.00%85.88%
HSB/HSV285°15.19%92.94%
CMYK3.80%15.19%0.00%
7.06%

Color #E4C9ED in popluar number systems.

HEXE4C9ED
Decimal228201237
Binary111001001100100111101101
Octal344311355

Shades and tints

Shades of #E4C9ED

#E4C9ED
(228,201,237)
#D0B7D8
(208,183,216)
#BCA5C3
(188,165,195)
#A893AE
(168,147,174)
#948199
(148,129,153)
#806F84
(128,111,132)
#6C5D6F
(108,93,111)
#584B5A
(88,75,90)
#443945
(68,57,69)
#302730
(48,39,48)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #E4C9ED

#E4C9ED
(228,201,237)
#E6CDEE
(230,205,238)
#E8D1EF
(232,209,239)
#EAD5F0
(234,213,240)
#ECD9F1
(236,217,241)
#EEDDF2
(238,221,242)
#F0E1F3
(240,225,243)
#F2E5F4
(242,229,244)
#F4E9F5
(244,233,245)
#F6EDF6
(246,237,246)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C9ED color. Also use rgb(228,201,237) instead hex code.

Text Font Color

.myTextColor { color: #E4C9ED; }

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

This text font color is #E4C9ED.


Background Color

.myBgColor { background-color: #E4C9ED; }

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

This div background color is #E4C9ED.


Border color

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

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

This div border color is #E4C9ED.


Opacity

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

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

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

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

This text has shadow with #E4C9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C9ED on black background.


Color preview on white background

This text has color #E4C9ED on white background.



Black color preview on #E4C9ED background

This text has black color on #E4C9ED background.


White color preview on #E4C9ED background

This text has white color on #E4C9ED background.