COLOR #ABB5E4

HEX: #ABB5E4
RGB: (171,181,228)

Renk bilgisi

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

RGB renk modeli

#ABB5E4 color RGB value is (171,181,228).

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

RGB bağlantıları ve doygunluk

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

171
181
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 181 + 228 = 580 (100%)
R 171 of 580 ~ 29.48%
G 181 of 580 ~ 31.21%
B 228 of 580 ~ 39.31%

%29.48
%31.21
%39.31

CMYK RENK MODELİ

#ABB5E4 rengi CMYK tonu (25,21,0,11).

  • camgöbeği tonu 25.00%
  • eflatun tonu 20.61%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(25,21,0,11)
C25M21Y0K11 
(25%,21%,0%,11%)
(0.25/0.21/0.00/0.11)	

CMYK yüzdeleri

%25
%20.61
%0
%10.59

Codes

Color #ABB5E4 in popluar color models

ABB5E4
RGB171181228
HSL229°51.35%78.24%
HSB/HSV229°25.00%89.41%
CMYK25.00%20.61%0.00%
10.59%

Color #ABB5E4 in popluar number systems.

HEXABB5E4
Decimal171181228
Binary101010111011010111100100
Octal253265344

Shades and tints

Shades of #ABB5E4

#ABB5E4
(171,181,228)
#9CA5D0
(156,165,208)
#8D95BC
(141,149,188)
#7E85A8
(126,133,168)
#6F7594
(111,117,148)
#606580
(96,101,128)
#51556C
(81,85,108)
#424558
(66,69,88)
#333544
(51,53,68)
#242530
(36,37,48)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #ABB5E4

#ABB5E4
(171,181,228)
#B2BBE6
(178,187,230)
#B9C1E8
(185,193,232)
#C0C7EA
(192,199,234)
#C7CDEC
(199,205,236)
#CED3EE
(206,211,238)
#D5D9F0
(213,217,240)
#DCDFF2
(220,223,242)
#E3E5F4
(227,229,244)
#EAEBF6
(234,235,246)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5E4; }

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

This text font color is #ABB5E4.


Background Color

.myBgColor { background-color: #ABB5E4; }

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

This div background color is #ABB5E4.


Border color

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

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

This div border color is #ABB5E4.


Opacity

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

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

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

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

This text has shadow with #ABB5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5E4 on black background.


Color preview on white background

This text has color #ABB5E4 on white background.



Black color preview on #ABB5E4 background

This text has black color on #ABB5E4 background.


White color preview on #ABB5E4 background

This text has white color on #ABB5E4 background.