COLOR #E6ADC5

HEX: #E6ADC5
RGB: (230,173,197)

Renk bilgisi

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

RGB renk modeli

#E6ADC5 color RGB value is (230,173,197).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 173 of 255 = 68%
B 197 of 255 = 77%

230
173
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 173 + 197 = 600 (100%)
R 230 of 600 ~ 38.33%
G 173 of 600 ~ 28.83%
B 197 of 600 ~ 32.83%

%38.33
%28.83
%32.83

CMYK RENK MODELİ

#E6ADC5 rengi CMYK tonu (0,25,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.78%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(0,25,14,10)
C0M25Y14K10 
(0%,25%,14%,10%)
(0.00/0.25/0.14/0.10)	

CMYK yüzdeleri

%0
%24.78
%14.35
%9.8

Codes

Color #E6ADC5 in popluar color models

E6ADC5
RGB230173197
HSL335°53.27%79.02%
HSB/HSV335°24.78%90.20%
CMYK0.00%24.78%14.35%
9.80%

Color #E6ADC5 in popluar number systems.

HEXE6ADC5
Decimal230173197
Binary111001101010110111000101
Octal346255305

Shades and tints

Shades of #E6ADC5

#E6ADC5
(230,173,197)
#D29EB4
(210,158,180)
#BE8FA3
(190,143,163)
#AA8092
(170,128,146)
#967181
(150,113,129)
#826270
(130,98,112)
#6E535F
(110,83,95)
#5A444E
(90,68,78)
#46353D
(70,53,61)
#32262C
(50,38,44)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6ADC5

#E6ADC5
(230,173,197)
#E8B4CA
(232,180,202)
#EABBCF
(234,187,207)
#ECC2D4
(236,194,212)
#EEC9D9
(238,201,217)
#F0D0DE
(240,208,222)
#F2D7E3
(242,215,227)
#F4DEE8
(244,222,232)
#F6E5ED
(246,229,237)
#F8ECF2
(248,236,242)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ADC5; }

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

This text font color is #E6ADC5.


Background Color

.myBgColor { background-color: #E6ADC5; }

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

This div background color is #E6ADC5.


Border color

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

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

This div border color is #E6ADC5.


Opacity

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

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

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

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

This text has shadow with #E6ADC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ADC5 on black background.


Color preview on white background

This text has color #E6ADC5 on white background.



Black color preview on #E6ADC5 background

This text has black color on #E6ADC5 background.


White color preview on #E6ADC5 background

This text has white color on #E6ADC5 background.