COLOR #AABBCC

HEX: #AABBCC RGB: (170,187,204)

Renk bilgisi

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

RGB renk modeli

#AABBCC color RGB value is (170,187,204).

RGB: (170,187,204) (67%, 73%, 80%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 187 of 255 = 73%
B 204 of 255 = 80%

170
187
204

R + G + B ~ 73%. #AABBCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 170 + 187 + 204 = 561 (100%)
R 170 of 561 ~ 30.3%
G 187 of 561 ~ 33.33%
B 204 of 561 ~ 36.36'%

%30.3
%33.33
%36.36

CMYK RENK MODELİ

#AABBCC rengi CMYK tonu (17,8,0,20).

  • camgöbeği tonu 16.67%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%

CMYK: (17,8,0,20)
C17M8Y0K20 (17%, 8%, 0%, 20%)
(0.17 / 0.08 / 0.00 / 0.20)

CMYK yüzdeleri

%16.67
%8.33
%0
%20

Codes

Color #AABBCC in popluar color models

AA BB CC
RGB 170 187 204
HSL 210° 25.00% 73.33%
HSB/HSV 210° 16.67% 80.00%
CMYK 16.67% 8.33% 0.00%
20.00%

Color #AABBCC in popluar number systems.

HEX AA BB CC
Decimal 170 187 204
Binary 10101010 10111011 11001100
Octal 252 273 314

Shades and tints

Shades of #AABBCC

#AABBCC
(170,187,204)
#9BAABA
(155,170,186)
#8C99A8
(140,153,168)
#7D8896
(125,136,150)
#6E7784
(110,119,132)
#5F6672
(95,102,114)
#505560
(80,85,96)
#41444E
(65,68,78)
#32333C
(50,51,60)
#23222A
(35,34,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AABBCC

#AABBCC
(170,187,204)
#B1C1D0
(177,193,208)
#B8C7D4
(184,199,212)
#BFCDD8
(191,205,216)
#C6D3DC
(198,211,220)
#CDD9E0
(205,217,224)
#D4DFE4
(212,223,228)
#DBE5E8
(219,229,232)
#E2EBEC
(226,235,236)
#E9F1F0
(233,241,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABBCC color. Also use rgb(170,187,204) instead hex code.

Text Font Color

.myTextColor { color: #AABBCC; }

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

This text font color is #AABBCC.

Background Color

.myBgColor { background-color: #AABBCC; }

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

This div background color is #AABBCC.

Border color

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

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

This div border color is #AABBCC.

Opacity

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

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

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

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

This text has shadow with #AABBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBCC.

Preview

Color preview on black background

This text has color #AABBCC on black background.


Color preview on white background

This text has color #AABBCC on white background.


Black color preview on #AABBCC background

This text has black color on #AABBCC background.


White color preview on #AABBCC background

This text has white color on #AABBCC background.


Related colors

Complementary color

Complementary color for #hex is #554433.


I love getcolorcode.com

Triadic colors

1 #CCAABB and #BBCCAA with #AABBCC are triadic colors.

2 #CCBBAA and #BBAACC with #AABBCC are triadic colors.