COLOR #E6ABBE

HEX: #E6ABBE
RGB: (230,171,190)

Renk bilgisi

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

RGB renk modeli

#E6ABBE color RGB value is (230,171,190).

  • kırmız ton 230;
  • yeşil ton 171;
  • mavi ton 190.
RGB:
(230,171,190)
(90%,67%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 171 of 255 = 67%
B 190 of 255 = 75%

230
171
190

R + G + B ~ 77%. #E6ABBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 171 + 190 = 591 (100%)
R 230 of 591 ~ 38.92%
G 171 of 591 ~ 28.93%
B 190 of 591 ~ 32.15%

%38.92
%28.93
%32.15

CMYK RENK MODELİ

#E6ABBE rengi CMYK tonu (0,26,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.65%
  • sarı tonu 17.39%
  • ana renk tonu 9.80%
CMYK:
(0,26,17,10)
C0M26Y17K10 
(0%,26%,17%,10%)
(0.00/0.26/0.17/0.10)	

CMYK yüzdeleri

%0
%25.65
%17.39
%9.8

Codes

Color #E6ABBE in popluar color models

E6ABBE
RGB230171190
HSL341°54.13%78.63%
HSB/HSV341°25.65%90.20%
CMYK0.00%25.65%17.39%
9.80%

Color #E6ABBE in popluar number systems.

HEXE6ABBE
Decimal230171190
Binary111001101010101110111110
Octal346253276

Shades and tints

Shades of #E6ABBE

#E6ABBE
(230,171,190)
#D29CAD
(210,156,173)
#BE8D9C
(190,141,156)
#AA7E8B
(170,126,139)
#966F7A
(150,111,122)
#826069
(130,96,105)
#6E5158
(110,81,88)
#5A4247
(90,66,71)
#463336
(70,51,54)
#322425
(50,36,37)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6ABBE

#E6ABBE
(230,171,190)
#E8B2C3
(232,178,195)
#EAB9C8
(234,185,200)
#ECC0CD
(236,192,205)
#EEC7D2
(238,199,210)
#F0CED7
(240,206,215)
#F2D5DC
(242,213,220)
#F4DCE1
(244,220,225)
#F6E3E6
(246,227,230)
#F8EAEB
(248,234,235)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ABBE color. Also use rgb(230,171,190) instead hex code.

Text Font Color

.myTextColor { color: #E6ABBE; }

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

This text font color is #E6ABBE.


Background Color

.myBgColor { background-color: #E6ABBE; }

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

This div background color is #E6ABBE.


Border color

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

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

This div border color is #E6ABBE.


Opacity

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

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

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

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

This text has shadow with #E6ABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ABBE on black background.


Color preview on white background

This text has color #E6ABBE on white background.



Black color preview on #E6ABBE background

This text has black color on #E6ABBE background.


White color preview on #E6ABBE background

This text has white color on #E6ABBE background.