COLOR #84D7E2

HEX: #84D7E2
RGB: (132,215,226)

Renk bilgisi

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

RGB renk modeli

#84D7E2 color RGB value is (132,215,226).

  • kırmız ton 132;
  • yeşil ton 215;
  • mavi ton 226.
RGB:
(132,215,226)
(52%,84%,89%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 215 of 255 = 84%
B 226 of 255 = 89%

132
215
226

R + G + B ~ 75%. #84D7E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 215 + 226 = 573 (100%)
R 132 of 573 ~ 23.04%
G 215 of 573 ~ 37.52%
B 226 of 573 ~ 39.44%

%23.04
%37.52
%39.44

CMYK RENK MODELİ

#84D7E2 rengi CMYK tonu (42,5,0,11).

  • camgöbeği tonu 41.59%
  • eflatun tonu 4.87%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(42,5,0,11)
C42M5Y0K11 
(42%,5%,0%,11%)
(0.42/0.05/0.00/0.11)	

CMYK yüzdeleri

%41.59
%4.87
%0
%11.37

Codes

Color #84D7E2 in popluar color models

84D7E2
RGB132215226
HSL187°61.84%70.20%
HSB/HSV187°41.59%88.63%
CMYK41.59%4.87%0.00%
11.37%

Color #84D7E2 in popluar number systems.

HEX84D7E2
Decimal132215226
Binary100001001101011111100010
Octal204327342

Shades and tints

Shades of #84D7E2

#84D7E2
(132,215,226)
#78C4CE
(120,196,206)
#6CB1BA
(108,177,186)
#609EA6
(96,158,166)
#548B92
(84,139,146)
#48787E
(72,120,126)
#3C656A
(60,101,106)
#305256
(48,82,86)
#243F42
(36,63,66)
#182C2E
(24,44,46)
#0C191A
(12,25,26)
#000000
(0,0,0)

Tints of #84D7E2

#84D7E2
(132,215,226)
#8FDAE4
(143,218,228)
#9ADDE6
(154,221,230)
#A5E0E8
(165,224,232)
#B0E3EA
(176,227,234)
#BBE6EC
(187,230,236)
#C6E9EE
(198,233,238)
#D1ECF0
(209,236,240)
#DCEFF2
(220,239,242)
#E7F2F4
(231,242,244)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D7E2 color. Also use rgb(132,215,226) instead hex code.

Text Font Color

.myTextColor { color: #84D7E2; }

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

This text font color is #84D7E2.


Background Color

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

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

This div background color is #84D7E2.


Border color

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

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

This div border color is #84D7E2.


Opacity

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

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

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

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

This text has shadow with #84D7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D7E2 on black background.


Color preview on white background

This text has color #84D7E2 on white background.



Black color preview on #84D7E2 background

This text has black color on #84D7E2 background.


White color preview on #84D7E2 background

This text has white color on #84D7E2 background.