COLOR #AB85C6

HEX: #AB85C6
RGB: (171,133,198)

Renk bilgisi

#AB85C6 contains mainly red and blue colors. #AB85C6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AB85C6 color RGB value is (171,133,198).

  • kırmız ton 171;
  • yeşil ton 133;
  • mavi ton 198.
RGB:
(171,133,198)
(67%,52%,78%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 133 of 255 = 52%
B 198 of 255 = 78%

171
133
198

R + G + B ~ 66%. #AB85C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 133 + 198 = 502 (100%)
R 171 of 502 ~ 34.06%
G 133 of 502 ~ 26.49%
B 198 of 502 ~ 39.44%

%34.06
%26.49
%39.44

CMYK RENK MODELİ

#AB85C6 rengi CMYK tonu (14,33,0,22).

  • camgöbeği tonu 13.64%
  • eflatun tonu 32.83%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(14,33,0,22)
C14M33Y0K22 
(14%,33%,0%,22%)
(0.14/0.33/0.00/0.22)	

CMYK yüzdeleri

%13.64
%32.83
%0
%22.35

Codes

Color #AB85C6 in popluar color models

AB85C6
RGB171133198
HSL275°36.31%64.90%
HSB/HSV275°32.83%77.65%
CMYK13.64%32.83%0.00%
22.35%

Color #AB85C6 in popluar number systems.

HEXAB85C6
Decimal171133198
Binary101010111000010111000110
Octal253205306

Shades and tints

Shades of #AB85C6

#AB85C6
(171,133,198)
#9C79B4
(156,121,180)
#8D6DA2
(141,109,162)
#7E6190
(126,97,144)
#6F557E
(111,85,126)
#60496C
(96,73,108)
#513D5A
(81,61,90)
#423148
(66,49,72)
#332536
(51,37,54)
#241924
(36,25,36)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #AB85C6

#AB85C6
(171,133,198)
#B290CB
(178,144,203)
#B99BD0
(185,155,208)
#C0A6D5
(192,166,213)
#C7B1DA
(199,177,218)
#CEBCDF
(206,188,223)
#D5C7E4
(213,199,228)
#DCD2E9
(220,210,233)
#E3DDEE
(227,221,238)
#EAE8F3
(234,232,243)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB85C6 color. Also use rgb(171,133,198) instead hex code.

Text Font Color

.myTextColor { color: #AB85C6; }

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

This text font color is #AB85C6.


Background Color

.myBgColor { background-color: #AB85C6; }

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

This div background color is #AB85C6.


Border color

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

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

This div border color is #AB85C6.


Opacity

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

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

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

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

This text has shadow with #AB85C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB85C6 on black background.


Color preview on white background

This text has color #AB85C6 on white background.



Black color preview on #AB85C6 background

This text has black color on #AB85C6 background.


White color preview on #AB85C6 background

This text has white color on #AB85C6 background.