COLOR #E68ABB

HEX: #E68ABB
RGB: (230,138,187)

Renk bilgisi

#E68ABB contains mainly red and blue colors. #E68ABB ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E68ABB color RGB value is (230,138,187).

  • kırmız ton 230;
  • yeşil ton 138;
  • mavi ton 187.
RGB:
(230,138,187)
(90%,54%,73%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 138 of 255 = 54%
B 187 of 255 = 73%

230
138
187

R + G + B ~ 72%. #E68ABB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 138 + 187 = 555 (100%)
R 230 of 555 ~ 41.44%
G 138 of 555 ~ 24.86%
B 187 of 555 ~ 33.69%

%41.44
%24.86
%33.69

CMYK RENK MODELİ

#E68ABB rengi CMYK tonu (0,40,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 18.70%
  • ana renk tonu 9.80%
CMYK:
(0,40,19,10)
C0M40Y19K10 
(0%,40%,19%,10%)
(0.00/0.40/0.19/0.10)	

CMYK yüzdeleri

%0
%40
%18.7
%9.8

Codes

Color #E68ABB in popluar color models

E68ABB
RGB230138187
HSL328°64.79%72.16%
HSB/HSV328°40.00%90.20%
CMYK0.00%40.00%18.70%
9.80%

Color #E68ABB in popluar number systems.

HEXE68ABB
Decimal230138187
Binary111001101000101010111011
Octal346212273

Shades and tints

Shades of #E68ABB

#E68ABB
(230,138,187)
#D27EAA
(210,126,170)
#BE7299
(190,114,153)
#AA6688
(170,102,136)
#965A77
(150,90,119)
#824E66
(130,78,102)
#6E4255
(110,66,85)
#5A3644
(90,54,68)
#462A33
(70,42,51)
#321E22
(50,30,34)
#1E1211
(30,18,17)
#000000
(0,0,0)

Tints of #E68ABB

#E68ABB
(230,138,187)
#E894C1
(232,148,193)
#EA9EC7
(234,158,199)
#ECA8CD
(236,168,205)
#EEB2D3
(238,178,211)
#F0BCD9
(240,188,217)
#F2C6DF
(242,198,223)
#F4D0E5
(244,208,229)
#F6DAEB
(246,218,235)
#F8E4F1
(248,228,241)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68ABB color. Also use rgb(230,138,187) instead hex code.

Text Font Color

.myTextColor { color: #E68ABB; }

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

This text font color is #E68ABB.


Background Color

.myBgColor { background-color: #E68ABB; }

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

This div background color is #E68ABB.


Border color

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

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

This div border color is #E68ABB.


Opacity

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

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

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

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

This text has shadow with #E68ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68ABB on black background.


Color preview on white background

This text has color #E68ABB on white background.



Black color preview on #E68ABB background

This text has black color on #E68ABB background.


White color preview on #E68ABB background

This text has white color on #E68ABB background.