COLOR #ABBEE6

HEX: #ABBEE6
RGB: (171,190,230)

Renk bilgisi

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

RGB renk modeli

#ABBEE6 color RGB value is (171,190,230).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 190 of 255 = 75%
B 230 of 255 = 90%

171
190
230

R + G + B ~ 77%. #ABBEE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 190 + 230 = 591 (100%)
R 171 of 591 ~ 28.93%
G 190 of 591 ~ 32.15%
B 230 of 591 ~ 38.92%

%28.93
%32.15
%38.92

CMYK RENK MODELİ

#ABBEE6 rengi CMYK tonu (26,17,0,10).

  • camgöbeği tonu 25.65%
  • eflatun tonu 17.39%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(26,17,0,10)
C26M17Y0K10 
(26%,17%,0%,10%)
(0.26/0.17/0.00/0.10)	

CMYK yüzdeleri

%25.65
%17.39
%0
%9.8

Codes

Color #ABBEE6 in popluar color models

ABBEE6
RGB171190230
HSL221°54.13%78.63%
HSB/HSV221°25.65%90.20%
CMYK25.65%17.39%0.00%
9.80%

Color #ABBEE6 in popluar number systems.

HEXABBEE6
Decimal171190230
Binary101010111011111011100110
Octal253276346

Shades and tints

Shades of #ABBEE6

#ABBEE6
(171,190,230)
#9CADD2
(156,173,210)
#8D9CBE
(141,156,190)
#7E8BAA
(126,139,170)
#6F7A96
(111,122,150)
#606982
(96,105,130)
#51586E
(81,88,110)
#42475A
(66,71,90)
#333646
(51,54,70)
#242532
(36,37,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #ABBEE6

#ABBEE6
(171,190,230)
#B2C3E8
(178,195,232)
#B9C8EA
(185,200,234)
#C0CDEC
(192,205,236)
#C7D2EE
(199,210,238)
#CED7F0
(206,215,240)
#D5DCF2
(213,220,242)
#DCE1F4
(220,225,244)
#E3E6F6
(227,230,246)
#EAEBF8
(234,235,248)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEE6; }

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

This text font color is #ABBEE6.


Background Color

.myBgColor { background-color: #ABBEE6; }

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

This div background color is #ABBEE6.


Border color

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

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

This div border color is #ABBEE6.


Opacity

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

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

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

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

This text has shadow with #ABBEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBEE6 on black background.


Color preview on white background

This text has color #ABBEE6 on white background.



Black color preview on #ABBEE6 background

This text has black color on #ABBEE6 background.


White color preview on #ABBEE6 background

This text has white color on #ABBEE6 background.