COLOR #E6ADC1

HEX: #E6ADC1
RGB: (230,173,193)

Renk bilgisi

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

RGB renk modeli

#E6ADC1 color RGB value is (230,173,193).

  • kırmız ton 230;
  • yeşil ton 173;
  • mavi ton 193.
RGB:
(230,173,193)
(90%,68%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 173 of 255 = 68%
B 193 of 255 = 76%

230
173
193

R + G + B ~ 78%. #E6ADC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 173 + 193 = 596 (100%)
R 230 of 596 ~ 38.59%
G 173 of 596 ~ 29.03%
B 193 of 596 ~ 32.38%

%38.59
%29.03
%32.38

CMYK RENK MODELİ

#E6ADC1 rengi CMYK tonu (0,25,16,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.78%
  • sarı tonu 16.09%
  • ana renk tonu 9.80%
CMYK:
(0,25,16,10)
C0M25Y16K10 
(0%,25%,16%,10%)
(0.00/0.25/0.16/0.10)	

CMYK yüzdeleri

%0
%24.78
%16.09
%9.8

Codes

Color #E6ADC1 in popluar color models

E6ADC1
RGB230173193
HSL339°53.27%79.02%
HSB/HSV339°24.78%90.20%
CMYK0.00%24.78%16.09%
9.80%

Color #E6ADC1 in popluar number systems.

HEXE6ADC1
Decimal230173193
Binary111001101010110111000001
Octal346255301

Shades and tints

Shades of #E6ADC1

#E6ADC1
(230,173,193)
#D29EB0
(210,158,176)
#BE8F9F
(190,143,159)
#AA808E
(170,128,142)
#96717D
(150,113,125)
#82626C
(130,98,108)
#6E535B
(110,83,91)
#5A444A
(90,68,74)
#463539
(70,53,57)
#322628
(50,38,40)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6ADC1

#E6ADC1
(230,173,193)
#E8B4C6
(232,180,198)
#EABBCB
(234,187,203)
#ECC2D0
(236,194,208)
#EEC9D5
(238,201,213)
#F0D0DA
(240,208,218)
#F2D7DF
(242,215,223)
#F4DEE4
(244,222,228)
#F6E5E9
(246,229,233)
#F8ECEE
(248,236,238)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ADC1 color. Also use rgb(230,173,193) instead hex code.

Text Font Color

.myTextColor { color: #E6ADC1; }

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

This text font color is #E6ADC1.


Background Color

.myBgColor { background-color: #E6ADC1; }

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

This div background color is #E6ADC1.


Border color

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

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

This div border color is #E6ADC1.


Opacity

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

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

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

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

This text has shadow with #E6ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ADC1 on black background.


Color preview on white background

This text has color #E6ADC1 on white background.



Black color preview on #E6ADC1 background

This text has black color on #E6ADC1 background.


White color preview on #E6ADC1 background

This text has white color on #E6ADC1 background.