COLOR #E6C3D1

HEX: #E6C3D1
RGB: (230,195,209)

Renk bilgisi

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

RGB renk modeli

#E6C3D1 color RGB value is (230,195,209).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 195 of 255 = 76%
B 209 of 255 = 82%

230
195
209

R + G + B ~ 83%. #E6C3D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 195 + 209 = 634 (100%)
R 230 of 634 ~ 36.28%
G 195 of 634 ~ 30.76%
B 209 of 634 ~ 32.97%

%36.28
%30.76
%32.97

CMYK RENK MODELİ

#E6C3D1 rengi CMYK tonu (0,15,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.22%
  • sarı tonu 9.13%
  • ana renk tonu 9.80%
CMYK:
(0,15,9,10)
C0M15Y9K10 
(0%,15%,9%,10%)
(0.00/0.15/0.09/0.10)	

CMYK yüzdeleri

%0
%15.22
%9.13
%9.8

Codes

Color #E6C3D1 in popluar color models

E6C3D1
RGB230195209
HSL336°41.18%83.33%
HSB/HSV336°15.22%90.20%
CMYK0.00%15.22%9.13%
9.80%

Color #E6C3D1 in popluar number systems.

HEXE6C3D1
Decimal230195209
Binary111001101100001111010001
Octal346303321

Shades and tints

Shades of #E6C3D1

#E6C3D1
(230,195,209)
#D2B2BE
(210,178,190)
#BEA1AB
(190,161,171)
#AA9098
(170,144,152)
#967F85
(150,127,133)
#826E72
(130,110,114)
#6E5D5F
(110,93,95)
#5A4C4C
(90,76,76)
#463B39
(70,59,57)
#322A26
(50,42,38)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #E6C3D1

#E6C3D1
(230,195,209)
#E8C8D5
(232,200,213)
#EACDD9
(234,205,217)
#ECD2DD
(236,210,221)
#EED7E1
(238,215,225)
#F0DCE5
(240,220,229)
#F2E1E9
(242,225,233)
#F4E6ED
(244,230,237)
#F6EBF1
(246,235,241)
#F8F0F5
(248,240,245)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C3D1; }

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

This text font color is #E6C3D1.


Background Color

.myBgColor { background-color: #E6C3D1; }

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

This div background color is #E6C3D1.


Border color

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

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

This div border color is #E6C3D1.


Opacity

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

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

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

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

This text has shadow with #E6C3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C3D1 on black background.


Color preview on white background

This text has color #E6C3D1 on white background.



Black color preview on #E6C3D1 background

This text has black color on #E6C3D1 background.


White color preview on #E6C3D1 background

This text has white color on #E6C3D1 background.