COLOR #E8C6DA

HEX: #E8C6DA
RGB: (232,198,218)

Renk bilgisi

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

RGB renk modeli

#E8C6DA color RGB value is (232,198,218).

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

RGB bağlantıları ve doygunluk

R 232 of 255 = 91%
G 198 of 255 = 78%
B 218 of 255 = 85%

232
198
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
232 + 198 + 218 = 648 (100%)
R 232 of 648 ~ 35.8%
G 198 of 648 ~ 30.56%
B 218 of 648 ~ 33.64%

%35.8
%30.56
%33.64

CMYK RENK MODELİ

#E8C6DA rengi CMYK tonu (0,15,6,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.66%
  • sarı tonu 6.03%
  • ana renk tonu 9.02%
CMYK:
(0,15,6,9)
C0M15Y6K9 
(0%,15%,6%,9%)
(0.00/0.15/0.06/0.09)	

CMYK yüzdeleri

%0
%14.66
%6.03
%9.02

Codes

Color #E8C6DA in popluar color models

E8C6DA
RGB232198218
HSL325°42.50%84.31%
HSB/HSV325°14.66%90.98%
CMYK0.00%14.66%6.03%
9.02%

Color #E8C6DA in popluar number systems.

HEXE8C6DA
Decimal232198218
Binary111010001100011011011010
Octal350306332

Shades and tints

Shades of #E8C6DA

#E8C6DA
(232,198,218)
#D3B4C7
(211,180,199)
#BEA2B4
(190,162,180)
#A990A1
(169,144,161)
#947E8E
(148,126,142)
#7F6C7B
(127,108,123)
#6A5A68
(106,90,104)
#554855
(85,72,85)
#403642
(64,54,66)
#2B242F
(43,36,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #E8C6DA

#E8C6DA
(232,198,218)
#EACBDD
(234,203,221)
#ECD0E0
(236,208,224)
#EED5E3
(238,213,227)
#F0DAE6
(240,218,230)
#F2DFE9
(242,223,233)
#F4E4EC
(244,228,236)
#F6E9EF
(246,233,239)
#F8EEF2
(248,238,242)
#FAF3F5
(250,243,245)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C6DA color. Also use rgb(232,198,218) instead hex code.

Text Font Color

.myTextColor { color: #E8C6DA; }

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

This text font color is #E8C6DA.


Background Color

.myBgColor { background-color: #E8C6DA; }

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

This div background color is #E8C6DA.


Border color

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

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

This div border color is #E8C6DA.


Opacity

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

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

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

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

This text has shadow with #E8C6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C6DA on black background.


Color preview on white background

This text has color #E8C6DA on white background.



Black color preview on #E8C6DA background

This text has black color on #E8C6DA background.


White color preview on #E8C6DA background

This text has white color on #E8C6DA background.