COLOR #E9C4E6

HEX: #E9C4E6
RGB: (233,196,230)

Renk bilgisi

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

RGB renk modeli

#E9C4E6 color RGB value is (233,196,230).

  • kırmız ton 233;
  • yeşil ton 196;
  • mavi ton 230.
RGB:
(233,196,230)
(91%,77%,90%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 196 of 255 = 77%
B 230 of 255 = 90%

233
196
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 196 + 230 = 659 (100%)
R 233 of 659 ~ 35.36%
G 196 of 659 ~ 29.74%
B 230 of 659 ~ 34.9%

%35.36
%29.74
%34.9

CMYK RENK MODELİ

#E9C4E6 rengi CMYK tonu (0,16,1,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.88%
  • sarı tonu 1.29%
  • ana renk tonu 8.63%
CMYK:
(0,16,1,9)
C0M16Y1K9 
(0%,16%,1%,9%)
(0.00/0.16/0.01/0.09)	

CMYK yüzdeleri

%0
%15.88
%1.29
%8.63

Codes

Color #E9C4E6 in popluar color models

E9C4E6
RGB233196230
HSL305°45.68%84.12%
HSB/HSV305°15.88%91.37%
CMYK0.00%15.88%1.29%
8.63%

Color #E9C4E6 in popluar number systems.

HEXE9C4E6
Decimal233196230
Binary111010011100010011100110
Octal351304346

Shades and tints

Shades of #E9C4E6

#E9C4E6
(233,196,230)
#D4B3D2
(212,179,210)
#BFA2BE
(191,162,190)
#AA91AA
(170,145,170)
#958096
(149,128,150)
#806F82
(128,111,130)
#6B5E6E
(107,94,110)
#564D5A
(86,77,90)
#413C46
(65,60,70)
#2C2B32
(44,43,50)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #E9C4E6

#E9C4E6
(233,196,230)
#EBC9E8
(235,201,232)
#EDCEEA
(237,206,234)
#EFD3EC
(239,211,236)
#F1D8EE
(241,216,238)
#F3DDF0
(243,221,240)
#F5E2F2
(245,226,242)
#F7E7F4
(247,231,244)
#F9ECF6
(249,236,246)
#FBF1F8
(251,241,248)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C4E6 color. Also use rgb(233,196,230) instead hex code.

Text Font Color

.myTextColor { color: #E9C4E6; }

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

This text font color is #E9C4E6.


Background Color

.myBgColor { background-color: #E9C4E6; }

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

This div background color is #E9C4E6.


Border color

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

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

This div border color is #E9C4E6.


Opacity

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

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

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

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

This text has shadow with #E9C4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C4E6 on black background.


Color preview on white background

This text has color #E9C4E6 on white background.



Black color preview on #E9C4E6 background

This text has black color on #E9C4E6 background.


White color preview on #E9C4E6 background

This text has white color on #E9C4E6 background.