COLOR #AB97E6

HEX: #AB97E6
RGB: (171,151,230)

Renk bilgisi

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

RGB renk modeli

#AB97E6 color RGB value is (171,151,230).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 151 of 255 = 59%
B 230 of 255 = 90%

171
151
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 151 + 230 = 552 (100%)
R 171 of 552 ~ 30.98%
G 151 of 552 ~ 27.36%
B 230 of 552 ~ 41.67%

%30.98
%27.36
%41.67

CMYK RENK MODELİ

#AB97E6 rengi CMYK tonu (26,34,0,10).

  • camgöbeği tonu 25.65%
  • eflatun tonu 34.35%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(26,34,0,10)
C26M34Y0K10 
(26%,34%,0%,10%)
(0.26/0.34/0.00/0.10)	

CMYK yüzdeleri

%25.65
%34.35
%0
%9.8

Codes

Color #AB97E6 in popluar color models

AB97E6
RGB171151230
HSL255°61.24%74.71%
HSB/HSV255°34.35%90.20%
CMYK25.65%34.35%0.00%
9.80%

Color #AB97E6 in popluar number systems.

HEXAB97E6
Decimal171151230
Binary101010111001011111100110
Octal253227346

Shades and tints

Shades of #AB97E6

#AB97E6
(171,151,230)
#9C8AD2
(156,138,210)
#8D7DBE
(141,125,190)
#7E70AA
(126,112,170)
#6F6396
(111,99,150)
#605682
(96,86,130)
#51496E
(81,73,110)
#423C5A
(66,60,90)
#332F46
(51,47,70)
#242232
(36,34,50)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #AB97E6

#AB97E6
(171,151,230)
#B2A0E8
(178,160,232)
#B9A9EA
(185,169,234)
#C0B2EC
(192,178,236)
#C7BBEE
(199,187,238)
#CEC4F0
(206,196,240)
#D5CDF2
(213,205,242)
#DCD6F4
(220,214,244)
#E3DFF6
(227,223,246)
#EAE8F8
(234,232,248)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB97E6; }

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

This text font color is #AB97E6.


Background Color

.myBgColor { background-color: #AB97E6; }

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

This div background color is #AB97E6.


Border color

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

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

This div border color is #AB97E6.


Opacity

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

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

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

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

This text has shadow with #AB97E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB97E6 on black background.


Color preview on white background

This text has color #AB97E6 on white background.



Black color preview on #AB97E6 background

This text has black color on #AB97E6 background.


White color preview on #AB97E6 background

This text has white color on #AB97E6 background.