COLOR #ABB2D9

HEX: #ABB2D9
RGB: (171,178,217)

Renk bilgisi

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

RGB renk modeli

#ABB2D9 color RGB value is (171,178,217).

  • kırmız ton 171;
  • yeşil ton 178;
  • mavi ton 217.
RGB:
(171,178,217)
(67%,70%,85%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 178 of 255 = 70%
B 217 of 255 = 85%

171
178
217

R + G + B ~ 74%. #ABB2D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 178 + 217 = 566 (100%)
R 171 of 566 ~ 30.21%
G 178 of 566 ~ 31.45%
B 217 of 566 ~ 38.34%

%30.21
%31.45
%38.34

CMYK RENK MODELİ

#ABB2D9 rengi CMYK tonu (21,18,0,15).

  • camgöbeği tonu 21.20%
  • eflatun tonu 17.97%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(21,18,0,15)
C21M18Y0K15 
(21%,18%,0%,15%)
(0.21/0.18/0.00/0.15)	

CMYK yüzdeleri

%21.2
%17.97
%0
%14.9

Codes

Color #ABB2D9 in popluar color models

ABB2D9
RGB171178217
HSL231°37.70%76.08%
HSB/HSV231°21.20%85.10%
CMYK21.20%17.97%0.00%
14.90%

Color #ABB2D9 in popluar number systems.

HEXABB2D9
Decimal171178217
Binary101010111011001011011001
Octal253262331

Shades and tints

Shades of #ABB2D9

#ABB2D9
(171,178,217)
#9CA2C6
(156,162,198)
#8D92B3
(141,146,179)
#7E82A0
(126,130,160)
#6F728D
(111,114,141)
#60627A
(96,98,122)
#515267
(81,82,103)
#424254
(66,66,84)
#333241
(51,50,65)
#24222E
(36,34,46)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #ABB2D9

#ABB2D9
(171,178,217)
#B2B9DC
(178,185,220)
#B9C0DF
(185,192,223)
#C0C7E2
(192,199,226)
#C7CEE5
(199,206,229)
#CED5E8
(206,213,232)
#D5DCEB
(213,220,235)
#DCE3EE
(220,227,238)
#E3EAF1
(227,234,241)
#EAF1F4
(234,241,244)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB2D9 color. Also use rgb(171,178,217) instead hex code.

Text Font Color

.myTextColor { color: #ABB2D9; }

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

This text font color is #ABB2D9.


Background Color

.myBgColor { background-color: #ABB2D9; }

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

This div background color is #ABB2D9.


Border color

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

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

This div border color is #ABB2D9.


Opacity

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

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

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

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

This text has shadow with #ABB2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2D9 on black background.


Color preview on white background

This text has color #ABB2D9 on white background.



Black color preview on #ABB2D9 background

This text has black color on #ABB2D9 background.


White color preview on #ABB2D9 background

This text has white color on #ABB2D9 background.