COLOR #E6C0C6

HEX: #E6C0C6
RGB: (230,192,198)

Renk bilgisi

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

RGB renk modeli

#E6C0C6 color RGB value is (230,192,198).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 192 of 255 = 75%
B 198 of 255 = 78%

230
192
198

R + G + B ~ 81%. #E6C0C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 192 + 198 = 620 (100%)
R 230 of 620 ~ 37.1%
G 192 of 620 ~ 30.97%
B 198 of 620 ~ 31.94%

%37.1
%30.97
%31.94

CMYK RENK MODELİ

#E6C0C6 rengi CMYK tonu (0,17,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.52%
  • sarı tonu 13.91%
  • ana renk tonu 9.80%
CMYK:
(0,17,14,10)
C0M17Y14K10 
(0%,17%,14%,10%)
(0.00/0.17/0.14/0.10)	

CMYK yüzdeleri

%0
%16.52
%13.91
%9.8

Codes

Color #E6C0C6 in popluar color models

E6C0C6
RGB230192198
HSL351°43.18%82.75%
HSB/HSV351°16.52%90.20%
CMYK0.00%16.52%13.91%
9.80%

Color #E6C0C6 in popluar number systems.

HEXE6C0C6
Decimal230192198
Binary111001101100000011000110
Octal346300306

Shades and tints

Shades of #E6C0C6

#E6C0C6
(230,192,198)
#D2AFB4
(210,175,180)
#BE9EA2
(190,158,162)
#AA8D90
(170,141,144)
#967C7E
(150,124,126)
#826B6C
(130,107,108)
#6E5A5A
(110,90,90)
#5A4948
(90,73,72)
#463836
(70,56,54)
#322724
(50,39,36)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #E6C0C6

#E6C0C6
(230,192,198)
#E8C5CB
(232,197,203)
#EACAD0
(234,202,208)
#ECCFD5
(236,207,213)
#EED4DA
(238,212,218)
#F0D9DF
(240,217,223)
#F2DEE4
(242,222,228)
#F4E3E9
(244,227,233)
#F6E8EE
(246,232,238)
#F8EDF3
(248,237,243)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C0C6; }

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

This text font color is #E6C0C6.


Background Color

.myBgColor { background-color: #E6C0C6; }

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

This div background color is #E6C0C6.


Border color

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

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

This div border color is #E6C0C6.


Opacity

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

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

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

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

This text has shadow with #E6C0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C0C6 on black background.


Color preview on white background

This text has color #E6C0C6 on white background.



Black color preview on #E6C0C6 background

This text has black color on #E6C0C6 background.


White color preview on #E6C0C6 background

This text has white color on #E6C0C6 background.