COLOR #ABB5E2

HEX: #ABB5E2
RGB: (171,181,226)

Renk bilgisi

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

RGB renk modeli

#ABB5E2 color RGB value is (171,181,226).

  • kırmız ton 171;
  • yeşil ton 181;
  • mavi ton 226.
RGB:
(171,181,226)
(67%,71%,89%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 181 of 255 = 71%
B 226 of 255 = 89%

171
181
226

R + G + B ~ 76%. #ABB5E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 181 + 226 = 578 (100%)
R 171 of 578 ~ 29.58%
G 181 of 578 ~ 31.31%
B 226 of 578 ~ 39.1%

%29.58
%31.31
%39.1

CMYK RENK MODELİ

#ABB5E2 rengi CMYK tonu (24,20,0,11).

  • camgöbeği tonu 24.34%
  • eflatun tonu 19.91%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(24,20,0,11)
C24M20Y0K11 
(24%,20%,0%,11%)
(0.24/0.20/0.00/0.11)	

CMYK yüzdeleri

%24.34
%19.91
%0
%11.37

Codes

Color #ABB5E2 in popluar color models

ABB5E2
RGB171181226
HSL229°48.67%77.84%
HSB/HSV229°24.34%88.63%
CMYK24.34%19.91%0.00%
11.37%

Color #ABB5E2 in popluar number systems.

HEXABB5E2
Decimal171181226
Binary101010111011010111100010
Octal253265342

Shades and tints

Shades of #ABB5E2

#ABB5E2
(171,181,226)
#9CA5CE
(156,165,206)
#8D95BA
(141,149,186)
#7E85A6
(126,133,166)
#6F7592
(111,117,146)
#60657E
(96,101,126)
#51556A
(81,85,106)
#424556
(66,69,86)
#333542
(51,53,66)
#24252E
(36,37,46)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #ABB5E2

#ABB5E2
(171,181,226)
#B2BBE4
(178,187,228)
#B9C1E6
(185,193,230)
#C0C7E8
(192,199,232)
#C7CDEA
(199,205,234)
#CED3EC
(206,211,236)
#D5D9EE
(213,217,238)
#DCDFF0
(220,223,240)
#E3E5F2
(227,229,242)
#EAEBF4
(234,235,244)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB5E2 color. Also use rgb(171,181,226) instead hex code.

Text Font Color

.myTextColor { color: #ABB5E2; }

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

This text font color is #ABB5E2.


Background Color

.myBgColor { background-color: #ABB5E2; }

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

This div background color is #ABB5E2.


Border color

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

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

This div border color is #ABB5E2.


Opacity

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

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

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

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

This text has shadow with #ABB5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5E2 on black background.


Color preview on white background

This text has color #ABB5E2 on white background.



Black color preview on #ABB5E2 background

This text has black color on #ABB5E2 background.


White color preview on #ABB5E2 background

This text has white color on #ABB5E2 background.