COLOR #AB9CC6

HEX: #AB9CC6
RGB: (171,156,198)

Renk bilgisi

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

RGB renk modeli

#AB9CC6 color RGB value is (171,156,198).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 156 of 255 = 61%
B 198 of 255 = 78%

171
156
198

R + G + B ~ 69%. #AB9CC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 156 + 198 = 525 (100%)
R 171 of 525 ~ 32.57%
G 156 of 525 ~ 29.71%
B 198 of 525 ~ 37.71%

%32.57
%29.71
%37.71

CMYK RENK MODELİ

#AB9CC6 rengi CMYK tonu (14,21,0,22).

  • camgöbeği tonu 13.64%
  • eflatun tonu 21.21%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(14,21,0,22)
C14M21Y0K22 
(14%,21%,0%,22%)
(0.14/0.21/0.00/0.22)	

CMYK yüzdeleri

%13.64
%21.21
%0
%22.35

Codes

Color #AB9CC6 in popluar color models

AB9CC6
RGB171156198
HSL261°26.92%69.41%
HSB/HSV261°21.21%77.65%
CMYK13.64%21.21%0.00%
22.35%

Color #AB9CC6 in popluar number systems.

HEXAB9CC6
Decimal171156198
Binary101010111001110011000110
Octal253234306

Shades and tints

Shades of #AB9CC6

#AB9CC6
(171,156,198)
#9C8EB4
(156,142,180)
#8D80A2
(141,128,162)
#7E7290
(126,114,144)
#6F647E
(111,100,126)
#60566C
(96,86,108)
#51485A
(81,72,90)
#423A48
(66,58,72)
#332C36
(51,44,54)
#241E24
(36,30,36)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #AB9CC6

#AB9CC6
(171,156,198)
#B2A5CB
(178,165,203)
#B9AED0
(185,174,208)
#C0B7D5
(192,183,213)
#C7C0DA
(199,192,218)
#CEC9DF
(206,201,223)
#D5D2E4
(213,210,228)
#DCDBE9
(220,219,233)
#E3E4EE
(227,228,238)
#EAEDF3
(234,237,243)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CC6; }

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

This text font color is #AB9CC6.


Background Color

.myBgColor { background-color: #AB9CC6; }

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

This div background color is #AB9CC6.


Border color

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

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

This div border color is #AB9CC6.


Opacity

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

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

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

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

This text has shadow with #AB9CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9CC6 on black background.


Color preview on white background

This text has color #AB9CC6 on white background.



Black color preview on #AB9CC6 background

This text has black color on #AB9CC6 background.


White color preview on #AB9CC6 background

This text has white color on #AB9CC6 background.