COLOR #E6C6C8

HEX: #E6C6C8
RGB: (230,198,200)

Renk bilgisi

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

RGB renk modeli

#E6C6C8 color RGB value is (230,198,200).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 198 of 255 = 78%
B 200 of 255 = 78%

230
198
200

R + G + B ~ 82%. #E6C6C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 198 + 200 = 628 (100%)
R 230 of 628 ~ 36.62%
G 198 of 628 ~ 31.53%
B 200 of 628 ~ 31.85%

%36.62
%31.53
%31.85

CMYK RENK MODELİ

#E6C6C8 rengi CMYK tonu (0,14,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.91%
  • sarı tonu 13.04%
  • ana renk tonu 9.80%
CMYK:
(0,14,13,10)
C0M14Y13K10 
(0%,14%,13%,10%)
(0.00/0.14/0.13/0.10)	

CMYK yüzdeleri

%0
%13.91
%13.04
%9.8

Codes

Color #E6C6C8 in popluar color models

E6C6C8
RGB230198200
HSL356°39.02%83.92%
HSB/HSV356°13.91%90.20%
CMYK0.00%13.91%13.04%
9.80%

Color #E6C6C8 in popluar number systems.

HEXE6C6C8
Decimal230198200
Binary111001101100011011001000
Octal346306310

Shades and tints

Shades of #E6C6C8

#E6C6C8
(230,198,200)
#D2B4B6
(210,180,182)
#BEA2A4
(190,162,164)
#AA9092
(170,144,146)
#967E80
(150,126,128)
#826C6E
(130,108,110)
#6E5A5C
(110,90,92)
#5A484A
(90,72,74)
#463638
(70,54,56)
#322426
(50,36,38)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #E6C6C8

#E6C6C8
(230,198,200)
#E8CBCD
(232,203,205)
#EAD0D2
(234,208,210)
#ECD5D7
(236,213,215)
#EEDADC
(238,218,220)
#F0DFE1
(240,223,225)
#F2E4E6
(242,228,230)
#F4E9EB
(244,233,235)
#F6EEF0
(246,238,240)
#F8F3F5
(248,243,245)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C6C8; }

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

This text font color is #E6C6C8.


Background Color

.myBgColor { background-color: #E6C6C8; }

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

This div background color is #E6C6C8.


Border color

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

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

This div border color is #E6C6C8.


Opacity

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

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

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

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

This text has shadow with #E6C6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C6C8 on black background.


Color preview on white background

This text has color #E6C6C8 on white background.



Black color preview on #E6C6C8 background

This text has black color on #E6C6C8 background.


White color preview on #E6C6C8 background

This text has white color on #E6C6C8 background.