COLOR #E6C3C8

HEX: #E6C3C8
RGB: (230,195,200)

Renk bilgisi

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

RGB renk modeli

#E6C3C8 color RGB value is (230,195,200).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 195 of 255 = 76%
B 200 of 255 = 78%

230
195
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 195 + 200 = 625 (100%)
R 230 of 625 ~ 36.8%
G 195 of 625 ~ 31.2%
B 200 of 625 ~ 32%

%36.8
%31.2
%32

CMYK RENK MODELİ

#E6C3C8 rengi CMYK tonu (0,15,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.22%
  • sarı tonu 13.04%
  • ana renk tonu 9.80%
CMYK:
(0,15,13,10)
C0M15Y13K10 
(0%,15%,13%,10%)
(0.00/0.15/0.13/0.10)	

CMYK yüzdeleri

%0
%15.22
%13.04
%9.8

Codes

Color #E6C3C8 in popluar color models

E6C3C8
RGB230195200
HSL351°41.18%83.33%
HSB/HSV351°15.22%90.20%
CMYK0.00%15.22%13.04%
9.80%

Color #E6C3C8 in popluar number systems.

HEXE6C3C8
Decimal230195200
Binary111001101100001111001000
Octal346303310

Shades and tints

Shades of #E6C3C8

#E6C3C8
(230,195,200)
#D2B2B6
(210,178,182)
#BEA1A4
(190,161,164)
#AA9092
(170,144,146)
#967F80
(150,127,128)
#826E6E
(130,110,110)
#6E5D5C
(110,93,92)
#5A4C4A
(90,76,74)
#463B38
(70,59,56)
#322A26
(50,42,38)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #E6C3C8

#E6C3C8
(230,195,200)
#E8C8CD
(232,200,205)
#EACDD2
(234,205,210)
#ECD2D7
(236,210,215)
#EED7DC
(238,215,220)
#F0DCE1
(240,220,225)
#F2E1E6
(242,225,230)
#F4E6EB
(244,230,235)
#F6EBF0
(246,235,240)
#F8F0F5
(248,240,245)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C3C8; }

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

This text font color is #E6C3C8.


Background Color

.myBgColor { background-color: #E6C3C8; }

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

This div background color is #E6C3C8.


Border color

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

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

This div border color is #E6C3C8.


Opacity

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

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

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

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

This text has shadow with #E6C3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C3C8 on black background.


Color preview on white background

This text has color #E6C3C8 on white background.



Black color preview on #E6C3C8 background

This text has black color on #E6C3C8 background.


White color preview on #E6C3C8 background

This text has white color on #E6C3C8 background.