COLOR #E6C9D6

HEX: #E6C9D6
RGB: (230,201,214)

Renk bilgisi

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

RGB renk modeli

#E6C9D6 color RGB value is (230,201,214).

  • kırmız ton 230;
  • yeşil ton 201;
  • mavi ton 214.
RGB:
(230,201,214)
(90%,79%,84%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 201 of 255 = 79%
B 214 of 255 = 84%

230
201
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 201 + 214 = 645 (100%)
R 230 of 645 ~ 35.66%
G 201 of 645 ~ 31.16%
B 214 of 645 ~ 33.18%

%35.66
%31.16
%33.18

CMYK RENK MODELİ

#E6C9D6 rengi CMYK tonu (0,13,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.61%
  • sarı tonu 6.96%
  • ana renk tonu 9.80%
CMYK:
(0,13,7,10)
C0M13Y7K10 
(0%,13%,7%,10%)
(0.00/0.13/0.07/0.10)	

CMYK yüzdeleri

%0
%12.61
%6.96
%9.8

Codes

Color #E6C9D6 in popluar color models

E6C9D6
RGB230201214
HSL333°36.71%84.51%
HSB/HSV333°12.61%90.20%
CMYK0.00%12.61%6.96%
9.80%

Color #E6C9D6 in popluar number systems.

HEXE6C9D6
Decimal230201214
Binary111001101100100111010110
Octal346311326

Shades and tints

Shades of #E6C9D6

#E6C9D6
(230,201,214)
#D2B7C3
(210,183,195)
#BEA5B0
(190,165,176)
#AA939D
(170,147,157)
#96818A
(150,129,138)
#826F77
(130,111,119)
#6E5D64
(110,93,100)
#5A4B51
(90,75,81)
#46393E
(70,57,62)
#32272B
(50,39,43)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6C9D6

#E6C9D6
(230,201,214)
#E8CDD9
(232,205,217)
#EAD1DC
(234,209,220)
#ECD5DF
(236,213,223)
#EED9E2
(238,217,226)
#F0DDE5
(240,221,229)
#F2E1E8
(242,225,232)
#F4E5EB
(244,229,235)
#F6E9EE
(246,233,238)
#F8EDF1
(248,237,241)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C9D6 color. Also use rgb(230,201,214) instead hex code.

Text Font Color

.myTextColor { color: #E6C9D6; }

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

This text font color is #E6C9D6.


Background Color

.myBgColor { background-color: #E6C9D6; }

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

This div background color is #E6C9D6.


Border color

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

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

This div border color is #E6C9D6.


Opacity

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

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

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

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

This text has shadow with #E6C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C9D6 on black background.


Color preview on white background

This text has color #E6C9D6 on white background.



Black color preview on #E6C9D6 background

This text has black color on #E6C9D6 background.


White color preview on #E6C9D6 background

This text has white color on #E6C9D6 background.