COLOR #AB99D0

HEX: #AB99D0
RGB: (171,153,208)

Renk bilgisi

#AB99D0 contains red, green and blue colors in about the same proportion. #AB99D0 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AB99D0 color RGB value is (171,153,208).

  • kırmız ton 171;
  • yeşil ton 153;
  • mavi ton 208.
RGB:
(171,153,208)
(67%,60%,82%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 153 of 255 = 60%
B 208 of 255 = 82%

171
153
208

R + G + B ~ 70%. #AB99D0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 153 + 208 = 532 (100%)
R 171 of 532 ~ 32.14%
G 153 of 532 ~ 28.76%
B 208 of 532 ~ 39.1%

%32.14
%28.76
%39.1

CMYK RENK MODELİ

#AB99D0 rengi CMYK tonu (18,26,0,18).

  • camgöbeği tonu 17.79%
  • eflatun tonu 26.44%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(18,26,0,18)
C18M26Y0K18 
(18%,26%,0%,18%)
(0.18/0.26/0.00/0.18)	

CMYK yüzdeleri

%17.79
%26.44
%0
%18.43

Codes

Color #AB99D0 in popluar color models

AB99D0
RGB171153208
HSL260°36.91%70.78%
HSB/HSV260°26.44%81.57%
CMYK17.79%26.44%0.00%
18.43%

Color #AB99D0 in popluar number systems.

HEXAB99D0
Decimal171153208
Binary101010111001100111010000
Octal253231320

Shades and tints

Shades of #AB99D0

#AB99D0
(171,153,208)
#9C8CBE
(156,140,190)
#8D7FAC
(141,127,172)
#7E729A
(126,114,154)
#6F6588
(111,101,136)
#605876
(96,88,118)
#514B64
(81,75,100)
#423E52
(66,62,82)
#333140
(51,49,64)
#24242E
(36,36,46)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #AB99D0

#AB99D0
(171,153,208)
#B2A2D4
(178,162,212)
#B9ABD8
(185,171,216)
#C0B4DC
(192,180,220)
#C7BDE0
(199,189,224)
#CEC6E4
(206,198,228)
#D5CFE8
(213,207,232)
#DCD8EC
(220,216,236)
#E3E1F0
(227,225,240)
#EAEAF4
(234,234,244)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB99D0 color. Also use rgb(171,153,208) instead hex code.

Text Font Color

.myTextColor { color: #AB99D0; }

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

This text font color is #AB99D0.


Background Color

.myBgColor { background-color: #AB99D0; }

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

This div background color is #AB99D0.


Border color

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

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

This div border color is #AB99D0.


Opacity

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

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

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

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

This text has shadow with #AB99D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB99D0 on black background.


Color preview on white background

This text has color #AB99D0 on white background.



Black color preview on #AB99D0 background

This text has black color on #AB99D0 background.


White color preview on #AB99D0 background

This text has white color on #AB99D0 background.