COLOR #ABB6DB

HEX: #ABB6DB
RGB: (171,182,219)

Renk bilgisi

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

RGB renk modeli

#ABB6DB color RGB value is (171,182,219).

  • kırmız ton 171;
  • yeşil ton 182;
  • mavi ton 219.
RGB:
(171,182,219)
(67%,71%,86%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 182 of 255 = 71%
B 219 of 255 = 86%

171
182
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 182 + 219 = 572 (100%)
R 171 of 572 ~ 29.9%
G 182 of 572 ~ 31.82%
B 219 of 572 ~ 38.29%

%29.9
%31.82
%38.29

CMYK RENK MODELİ

#ABB6DB rengi CMYK tonu (22,17,0,14).

  • camgöbeği tonu 21.92%
  • eflatun tonu 16.89%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(22,17,0,14)
C22M17Y0K14 
(22%,17%,0%,14%)
(0.22/0.17/0.00/0.14)	

CMYK yüzdeleri

%21.92
%16.89
%0
%14.12

Codes

Color #ABB6DB in popluar color models

ABB6DB
RGB171182219
HSL226°40.00%76.47%
HSB/HSV226°21.92%85.88%
CMYK21.92%16.89%0.00%
14.12%

Color #ABB6DB in popluar number systems.

HEXABB6DB
Decimal171182219
Binary101010111011011011011011
Octal253266333

Shades and tints

Shades of #ABB6DB

#ABB6DB
(171,182,219)
#9CA6C8
(156,166,200)
#8D96B5
(141,150,181)
#7E86A2
(126,134,162)
#6F768F
(111,118,143)
#60667C
(96,102,124)
#515669
(81,86,105)
#424656
(66,70,86)
#333643
(51,54,67)
#242630
(36,38,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #ABB6DB

#ABB6DB
(171,182,219)
#B2BCDE
(178,188,222)
#B9C2E1
(185,194,225)
#C0C8E4
(192,200,228)
#C7CEE7
(199,206,231)
#CED4EA
(206,212,234)
#D5DAED
(213,218,237)
#DCE0F0
(220,224,240)
#E3E6F3
(227,230,243)
#EAECF6
(234,236,246)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB6DB color. Also use rgb(171,182,219) instead hex code.

Text Font Color

.myTextColor { color: #ABB6DB; }

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

This text font color is #ABB6DB.


Background Color

.myBgColor { background-color: #ABB6DB; }

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

This div background color is #ABB6DB.


Border color

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

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

This div border color is #ABB6DB.


Opacity

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

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

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

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

This text has shadow with #ABB6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6DB on black background.


Color preview on white background

This text has color #ABB6DB on white background.



Black color preview on #ABB6DB background

This text has black color on #ABB6DB background.


White color preview on #ABB6DB background

This text has white color on #ABB6DB background.