COLOR #E9C6DE

HEX: #E9C6DE
RGB: (233,198,222)

Renk bilgisi

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

RGB renk modeli

#E9C6DE color RGB value is (233,198,222).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 198 of 255 = 78%
B 222 of 255 = 87%

233
198
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 198 + 222 = 653 (100%)
R 233 of 653 ~ 35.68%
G 198 of 653 ~ 30.32%
B 222 of 653 ~ 34%

%35.68
%30.32
%34

CMYK RENK MODELİ

#E9C6DE rengi CMYK tonu (0,15,5,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 4.72%
  • ana renk tonu 8.63%
CMYK:
(0,15,5,9)
C0M15Y5K9 
(0%,15%,5%,9%)
(0.00/0.15/0.05/0.09)	

CMYK yüzdeleri

%0
%15.02
%4.72
%8.63

Codes

Color #E9C6DE in popluar color models

E9C6DE
RGB233198222
HSL319°44.30%84.51%
HSB/HSV319°15.02%91.37%
CMYK0.00%15.02%4.72%
8.63%

Color #E9C6DE in popluar number systems.

HEXE9C6DE
Decimal233198222
Binary111010011100011011011110
Octal351306336

Shades and tints

Shades of #E9C6DE

#E9C6DE
(233,198,222)
#D4B4CA
(212,180,202)
#BFA2B6
(191,162,182)
#AA90A2
(170,144,162)
#957E8E
(149,126,142)
#806C7A
(128,108,122)
#6B5A66
(107,90,102)
#564852
(86,72,82)
#41363E
(65,54,62)
#2C242A
(44,36,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #E9C6DE

#E9C6DE
(233,198,222)
#EBCBE1
(235,203,225)
#EDD0E4
(237,208,228)
#EFD5E7
(239,213,231)
#F1DAEA
(241,218,234)
#F3DFED
(243,223,237)
#F5E4F0
(245,228,240)
#F7E9F3
(247,233,243)
#F9EEF6
(249,238,246)
#FBF3F9
(251,243,249)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C6DE; }

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

This text font color is #E9C6DE.


Background Color

.myBgColor { background-color: #E9C6DE; }

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

This div background color is #E9C6DE.


Border color

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

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

This div border color is #E9C6DE.


Opacity

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

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

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

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

This text has shadow with #E9C6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C6DE on black background.


Color preview on white background

This text has color #E9C6DE on white background.



Black color preview on #E9C6DE background

This text has black color on #E9C6DE background.


White color preview on #E9C6DE background

This text has white color on #E9C6DE background.