COLOR #E6C8ED

HEX: #E6C8ED
RGB: (230,200,237)

Renk bilgisi

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

RGB renk modeli

#E6C8ED color RGB value is (230,200,237).

  • kırmız ton 230;
  • yeşil ton 200;
  • mavi ton 237.
RGB:
(230,200,237)
(90%,78%,93%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 200 of 255 = 78%
B 237 of 255 = 93%

230
200
237

R + G + B ~ 87%. #E6C8ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 200 + 237 = 667 (100%)
R 230 of 667 ~ 34.48%
G 200 of 667 ~ 29.99%
B 237 of 667 ~ 35.53%

%34.48
%29.99
%35.53

CMYK RENK MODELİ

#E6C8ED rengi CMYK tonu (3,16,0,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 15.61%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,16,0,7)
C3M16Y0K7 
(3%,16%,0%,7%)
(0.03/0.16/0.00/0.07)	

CMYK yüzdeleri

%2.95
%15.61
%0
%7.06

Codes

Color #E6C8ED in popluar color models

E6C8ED
RGB230200237
HSL289°50.68%85.69%
HSB/HSV289°15.61%92.94%
CMYK2.95%15.61%0.00%
7.06%

Color #E6C8ED in popluar number systems.

HEXE6C8ED
Decimal230200237
Binary111001101100100011101101
Octal346310355

Shades and tints

Shades of #E6C8ED

#E6C8ED
(230,200,237)
#D2B6D8
(210,182,216)
#BEA4C3
(190,164,195)
#AA92AE
(170,146,174)
#968099
(150,128,153)
#826E84
(130,110,132)
#6E5C6F
(110,92,111)
#5A4A5A
(90,74,90)
#463845
(70,56,69)
#322630
(50,38,48)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #E6C8ED

#E6C8ED
(230,200,237)
#E8CDEE
(232,205,238)
#EAD2EF
(234,210,239)
#ECD7F0
(236,215,240)
#EEDCF1
(238,220,241)
#F0E1F2
(240,225,242)
#F2E6F3
(242,230,243)
#F4EBF4
(244,235,244)
#F6F0F5
(246,240,245)
#F8F5F6
(248,245,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C8ED color. Also use rgb(230,200,237) instead hex code.

Text Font Color

.myTextColor { color: #E6C8ED; }

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

This text font color is #E6C8ED.


Background Color

.myBgColor { background-color: #E6C8ED; }

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

This div background color is #E6C8ED.


Border color

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

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

This div border color is #E6C8ED.


Opacity

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

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

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

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

This text has shadow with #E6C8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C8ED on black background.


Color preview on white background

This text has color #E6C8ED on white background.



Black color preview on #E6C8ED background

This text has black color on #E6C8ED background.


White color preview on #E6C8ED background

This text has white color on #E6C8ED background.