COLOR #E9C6D8

HEX: #E9C6D8
RGB: (233,198,216)

Renk bilgisi

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

RGB renk modeli

#E9C6D8 color RGB value is (233,198,216).

  • kırmız ton 233;
  • yeşil ton 198;
  • mavi ton 216.
RGB:
(233,198,216)
(91%,78%,85%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 198 of 255 = 78%
B 216 of 255 = 85%

233
198
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 198 + 216 = 647 (100%)
R 233 of 647 ~ 36.01%
G 198 of 647 ~ 30.6%
B 216 of 647 ~ 33.38%

%36.01
%30.6
%33.38

CMYK RENK MODELİ

#E9C6D8 rengi CMYK tonu (0,15,7,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 7.30%
  • ana renk tonu 8.63%
CMYK:
(0,15,7,9)
C0M15Y7K9 
(0%,15%,7%,9%)
(0.00/0.15/0.07/0.09)	

CMYK yüzdeleri

%0
%15.02
%7.3
%8.63

Codes

Color #E9C6D8 in popluar color models

E9C6D8
RGB233198216
HSL329°44.30%84.51%
HSB/HSV329°15.02%91.37%
CMYK0.00%15.02%7.30%
8.63%

Color #E9C6D8 in popluar number systems.

HEXE9C6D8
Decimal233198216
Binary111010011100011011011000
Octal351306330

Shades and tints

Shades of #E9C6D8

#E9C6D8
(233,198,216)
#D4B4C5
(212,180,197)
#BFA2B2
(191,162,178)
#AA909F
(170,144,159)
#957E8C
(149,126,140)
#806C79
(128,108,121)
#6B5A66
(107,90,102)
#564853
(86,72,83)
#413640
(65,54,64)
#2C242D
(44,36,45)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #E9C6D8

#E9C6D8
(233,198,216)
#EBCBDB
(235,203,219)
#EDD0DE
(237,208,222)
#EFD5E1
(239,213,225)
#F1DAE4
(241,218,228)
#F3DFE7
(243,223,231)
#F5E4EA
(245,228,234)
#F7E9ED
(247,233,237)
#F9EEF0
(249,238,240)
#FBF3F3
(251,243,243)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C6D8 color. Also use rgb(233,198,216) instead hex code.

Text Font Color

.myTextColor { color: #E9C6D8; }

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

This text font color is #E9C6D8.


Background Color

.myBgColor { background-color: #E9C6D8; }

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

This div background color is #E9C6D8.


Border color

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

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

This div border color is #E9C6D8.


Opacity

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

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

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

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

This text has shadow with #E9C6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C6D8 on black background.


Color preview on white background

This text has color #E9C6D8 on white background.



Black color preview on #E9C6D8 background

This text has black color on #E9C6D8 background.


White color preview on #E9C6D8 background

This text has white color on #E9C6D8 background.