COLOR #84AACC

HEX: #84AACC
RGB: (132,170,204)

Renk bilgisi

#84AACC contains mainly green and blue colors. #84AACC ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#84AACC color RGB value is (132,170,204).

  • kırmız ton 132;
  • yeşil ton 170;
  • mavi ton 204.
RGB:
(132,170,204)
(52%,67%,80%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 170 of 255 = 67%
B 204 of 255 = 80%

132
170
204

R + G + B ~ 66%. #84AACC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 170 + 204 = 506 (100%)
R 132 of 506 ~ 26.09%
G 170 of 506 ~ 33.6%
B 204 of 506 ~ 40.32%

%26.09
%33.6
%40.32

CMYK RENK MODELİ

#84AACC rengi CMYK tonu (35,17,0,20).

  • camgöbeği tonu 35.29%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(35,17,0,20)
C35M17Y0K20 
(35%,17%,0%,20%)
(0.35/0.17/0.00/0.20)	

CMYK yüzdeleri

%35.29
%16.67
%0
%20

Codes

Color #84AACC in popluar color models

84AACC
RGB132170204
HSL208°41.38%65.88%
HSB/HSV208°35.29%80.00%
CMYK35.29%16.67%0.00%
20.00%

Color #84AACC in popluar number systems.

HEX84AACC
Decimal132170204
Binary100001001010101011001100
Octal204252314

Shades and tints

Shades of #84AACC

#84AACC
(132,170,204)
#789BBA
(120,155,186)
#6C8CA8
(108,140,168)
#607D96
(96,125,150)
#546E84
(84,110,132)
#485F72
(72,95,114)
#3C5060
(60,80,96)
#30414E
(48,65,78)
#24323C
(36,50,60)
#18232A
(24,35,42)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #84AACC

#84AACC
(132,170,204)
#8FB1D0
(143,177,208)
#9AB8D4
(154,184,212)
#A5BFD8
(165,191,216)
#B0C6DC
(176,198,220)
#BBCDE0
(187,205,224)
#C6D4E4
(198,212,228)
#D1DBE8
(209,219,232)
#DCE2EC
(220,226,236)
#E7E9F0
(231,233,240)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AACC; }

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

This text font color is #84AACC.


Background Color

.myBgColor { background-color: #84AACC; }

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

This div background color is #84AACC.


Border color

.myBorderColor { border: 1px solid #84AACC; }

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

This div border color is #84AACC.


Opacity

.myOpacity80 { color: #84AACC; opacity: 0.8; }

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

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

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

This text has shadow with #84AACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AACC on black background.


Color preview on white background

This text has color #84AACC on white background.



Black color preview on #84AACC background

This text has black color on #84AACC background.


White color preview on #84AACC background

This text has white color on #84AACC background.