COLOR #ABB0E6

HEX: #ABB0E6
RGB: (171,176,230)

Renk bilgisi

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

RGB renk modeli

#ABB0E6 color RGB value is (171,176,230).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 176 of 255 = 69%
B 230 of 255 = 90%

171
176
230

R + G + B ~ 75%. #ABB0E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 176 + 230 = 577 (100%)
R 171 of 577 ~ 29.64%
G 176 of 577 ~ 30.5%
B 230 of 577 ~ 39.86%

%29.64
%30.5
%39.86

CMYK RENK MODELİ

#ABB0E6 rengi CMYK tonu (26,23,0,10).

  • camgöbeği tonu 25.65%
  • eflatun tonu 23.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(26,23,0,10)
C26M23Y0K10 
(26%,23%,0%,10%)
(0.26/0.23/0.00/0.10)	

CMYK yüzdeleri

%25.65
%23.48
%0
%9.8

Codes

Color #ABB0E6 in popluar color models

ABB0E6
RGB171176230
HSL235°54.13%78.63%
HSB/HSV235°25.65%90.20%
CMYK25.65%23.48%0.00%
9.80%

Color #ABB0E6 in popluar number systems.

HEXABB0E6
Decimal171176230
Binary101010111011000011100110
Octal253260346

Shades and tints

Shades of #ABB0E6

#ABB0E6
(171,176,230)
#9CA0D2
(156,160,210)
#8D90BE
(141,144,190)
#7E80AA
(126,128,170)
#6F7096
(111,112,150)
#606082
(96,96,130)
#51506E
(81,80,110)
#42405A
(66,64,90)
#333046
(51,48,70)
#242032
(36,32,50)
#15101E
(21,16,30)
#000000
(0,0,0)

Tints of #ABB0E6

#ABB0E6
(171,176,230)
#B2B7E8
(178,183,232)
#B9BEEA
(185,190,234)
#C0C5EC
(192,197,236)
#C7CCEE
(199,204,238)
#CED3F0
(206,211,240)
#D5DAF2
(213,218,242)
#DCE1F4
(220,225,244)
#E3E8F6
(227,232,246)
#EAEFF8
(234,239,248)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB0E6; }

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

This text font color is #ABB0E6.


Background Color

.myBgColor { background-color: #ABB0E6; }

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

This div background color is #ABB0E6.


Border color

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

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

This div border color is #ABB0E6.


Opacity

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

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

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

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

This text has shadow with #ABB0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB0E6 on black background.


Color preview on white background

This text has color #ABB0E6 on white background.



Black color preview on #ABB0E6 background

This text has black color on #ABB0E6 background.


White color preview on #ABB0E6 background

This text has white color on #ABB0E6 background.