COLOR #84B8CC

HEX: #84B8CC
RGB: (132,184,204)

Renk bilgisi

#84B8CC contains mainly green and blue colors. #84B8CC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#84B8CC color RGB value is (132,184,204).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 184 of 255 = 72%
B 204 of 255 = 80%

132
184
204

R + G + B ~ 68%. #84B8CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 184 + 204 = 520 (100%)
R 132 of 520 ~ 25.38%
G 184 of 520 ~ 35.38%
B 204 of 520 ~ 39.23%

%25.38
%35.38
%39.23

CMYK RENK MODELİ

#84B8CC rengi CMYK tonu (35,10,0,20).

  • camgöbeği tonu 35.29%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(35,10,0,20)
C35M10Y0K20 
(35%,10%,0%,20%)
(0.35/0.10/0.00/0.20)	

CMYK yüzdeleri

%35.29
%9.8
%0
%20

Codes

Color #84B8CC in popluar color models

84B8CC
RGB132184204
HSL197°41.38%65.88%
HSB/HSV197°35.29%80.00%
CMYK35.29%9.80%0.00%
20.00%

Color #84B8CC in popluar number systems.

HEX84B8CC
Decimal132184204
Binary100001001011100011001100
Octal204270314

Shades and tints

Shades of #84B8CC

#84B8CC
(132,184,204)
#78A8BA
(120,168,186)
#6C98A8
(108,152,168)
#608896
(96,136,150)
#547884
(84,120,132)
#486872
(72,104,114)
#3C5860
(60,88,96)
#30484E
(48,72,78)
#24383C
(36,56,60)
#18282A
(24,40,42)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #84B8CC

#84B8CC
(132,184,204)
#8FBED0
(143,190,208)
#9AC4D4
(154,196,212)
#A5CAD8
(165,202,216)
#B0D0DC
(176,208,220)
#BBD6E0
(187,214,224)
#C6DCE4
(198,220,228)
#D1E2E8
(209,226,232)
#DCE8EC
(220,232,236)
#E7EEF0
(231,238,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B8CC; }

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

This text font color is #84B8CC.


Background Color

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

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

This div background color is #84B8CC.


Border color

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

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

This div border color is #84B8CC.


Opacity

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

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

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

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

This text has shadow with #84B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B8CC on black background.


Color preview on white background

This text has color #84B8CC on white background.



Black color preview on #84B8CC background

This text has black color on #84B8CC background.


White color preview on #84B8CC background

This text has white color on #84B8CC background.