COLOR #E9C6D7

HEX: #E9C6D7
RGB: (233,198,215)

Renk bilgisi

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

RGB renk modeli

#E9C6D7 color RGB value is (233,198,215).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 198 of 255 = 78%
B 215 of 255 = 84%

233
198
215

R + G + B ~ 84%. #E9C6D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 198 + 215 = 646 (100%)
R 233 of 646 ~ 36.07%
G 198 of 646 ~ 30.65%
B 215 of 646 ~ 33.28%

%36.07
%30.65
%33.28

CMYK RENK MODELİ

#E9C6D7 rengi CMYK tonu (0,15,8,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 7.73%
  • ana renk tonu 8.63%
CMYK:
(0,15,8,9)
C0M15Y8K9 
(0%,15%,8%,9%)
(0.00/0.15/0.08/0.09)	

CMYK yüzdeleri

%0
%15.02
%7.73
%8.63

Codes

Color #E9C6D7 in popluar color models

E9C6D7
RGB233198215
HSL331°44.30%84.51%
HSB/HSV331°15.02%91.37%
CMYK0.00%15.02%7.73%
8.63%

Color #E9C6D7 in popluar number systems.

HEXE9C6D7
Decimal233198215
Binary111010011100011011010111
Octal351306327

Shades and tints

Shades of #E9C6D7

#E9C6D7
(233,198,215)
#D4B4C4
(212,180,196)
#BFA2B1
(191,162,177)
#AA909E
(170,144,158)
#957E8B
(149,126,139)
#806C78
(128,108,120)
#6B5A65
(107,90,101)
#564852
(86,72,82)
#41363F
(65,54,63)
#2C242C
(44,36,44)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #E9C6D7

#E9C6D7
(233,198,215)
#EBCBDA
(235,203,218)
#EDD0DD
(237,208,221)
#EFD5E0
(239,213,224)
#F1DAE3
(241,218,227)
#F3DFE6
(243,223,230)
#F5E4E9
(245,228,233)
#F7E9EC
(247,233,236)
#F9EEEF
(249,238,239)
#FBF3F2
(251,243,242)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C6D7; }

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

This text font color is #E9C6D7.


Background Color

.myBgColor { background-color: #E9C6D7; }

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

This div background color is #E9C6D7.


Border color

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

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

This div border color is #E9C6D7.


Opacity

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

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

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

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

This text has shadow with #E9C6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C6D7 on black background.


Color preview on white background

This text has color #E9C6D7 on white background.



Black color preview on #E9C6D7 background

This text has black color on #E9C6D7 background.


White color preview on #E9C6D7 background

This text has white color on #E9C6D7 background.