COLOR #E6C6EE

HEX: #E6C6EE
RGB: (230,198,238)

Renk bilgisi

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

RGB renk modeli

#E6C6EE color RGB value is (230,198,238).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 198 of 255 = 78%
B 238 of 255 = 93%

230
198
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 198 + 238 = 666 (100%)
R 230 of 666 ~ 34.53%
G 198 of 666 ~ 29.73%
B 238 of 666 ~ 35.74%

%34.53
%29.73
%35.74

CMYK RENK MODELİ

#E6C6EE rengi CMYK tonu (3,17,0,7).

  • camgöbeği tonu 3.36%
  • eflatun tonu 16.81%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(3,17,0,7)
C3M17Y0K7 
(3%,17%,0%,7%)
(0.03/0.17/0.00/0.07)	

CMYK yüzdeleri

%3.36
%16.81
%0
%6.67

Codes

Color #E6C6EE in popluar color models

E6C6EE
RGB230198238
HSL288°54.05%85.49%
HSB/HSV288°16.81%93.33%
CMYK3.36%16.81%0.00%
6.67%

Color #E6C6EE in popluar number systems.

HEXE6C6EE
Decimal230198238
Binary111001101100011011101110
Octal346306356

Shades and tints

Shades of #E6C6EE

#E6C6EE
(230,198,238)
#D2B4D9
(210,180,217)
#BEA2C4
(190,162,196)
#AA90AF
(170,144,175)
#967E9A
(150,126,154)
#826C85
(130,108,133)
#6E5A70
(110,90,112)
#5A485B
(90,72,91)
#463646
(70,54,70)
#322431
(50,36,49)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #E6C6EE

#E6C6EE
(230,198,238)
#E8CBEF
(232,203,239)
#EAD0F0
(234,208,240)
#ECD5F1
(236,213,241)
#EEDAF2
(238,218,242)
#F0DFF3
(240,223,243)
#F2E4F4
(242,228,244)
#F4E9F5
(244,233,245)
#F6EEF6
(246,238,246)
#F8F3F7
(248,243,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C6EE color. Also use rgb(230,198,238) instead hex code.

Text Font Color

.myTextColor { color: #E6C6EE; }

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

This text font color is #E6C6EE.


Background Color

.myBgColor { background-color: #E6C6EE; }

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

This div background color is #E6C6EE.


Border color

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

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

This div border color is #E6C6EE.


Opacity

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

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

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

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

This text has shadow with #E6C6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C6EE on black background.


Color preview on white background

This text has color #E6C6EE on white background.



Black color preview on #E6C6EE background

This text has black color on #E6C6EE background.


White color preview on #E6C6EE background

This text has white color on #E6C6EE background.