COLOR #84AEBE

HEX: #84AEBE
RGB: (132,174,190)

Renk bilgisi

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

RGB renk modeli

#84AEBE color RGB value is (132,174,190).

  • kırmız ton 132;
  • yeşil ton 174;
  • mavi ton 190.
RGB:
(132,174,190)
(52%,68%,75%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 174 of 255 = 68%
B 190 of 255 = 75%

132
174
190

R + G + B ~ 65%. #84AEBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 174 + 190 = 496 (100%)
R 132 of 496 ~ 26.61%
G 174 of 496 ~ 35.08%
B 190 of 496 ~ 38.31%

%26.61
%35.08
%38.31

CMYK RENK MODELİ

#84AEBE rengi CMYK tonu (31,8,0,25).

  • camgöbeği tonu 30.53%
  • eflatun tonu 8.42%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(31,8,0,25)
C31M8Y0K25 
(31%,8%,0%,25%)
(0.31/0.08/0.00/0.25)	

CMYK yüzdeleri

%30.53
%8.42
%0
%25.49

Codes

Color #84AEBE in popluar color models

84AEBE
RGB132174190
HSL197°30.85%63.14%
HSB/HSV197°30.53%74.51%
CMYK30.53%8.42%0.00%
25.49%

Color #84AEBE in popluar number systems.

HEX84AEBE
Decimal132174190
Binary100001001010111010111110
Octal204256276

Shades and tints

Shades of #84AEBE

#84AEBE
(132,174,190)
#789FAD
(120,159,173)
#6C909C
(108,144,156)
#60818B
(96,129,139)
#54727A
(84,114,122)
#486369
(72,99,105)
#3C5458
(60,84,88)
#304547
(48,69,71)
#243636
(36,54,54)
#182725
(24,39,37)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #84AEBE

#84AEBE
(132,174,190)
#8FB5C3
(143,181,195)
#9ABCC8
(154,188,200)
#A5C3CD
(165,195,205)
#B0CAD2
(176,202,210)
#BBD1D7
(187,209,215)
#C6D8DC
(198,216,220)
#D1DFE1
(209,223,225)
#DCE6E6
(220,230,230)
#E7EDEB
(231,237,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AEBE color. Also use rgb(132,174,190) instead hex code.

Text Font Color

.myTextColor { color: #84AEBE; }

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

This text font color is #84AEBE.


Background Color

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

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

This div background color is #84AEBE.


Border color

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

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

This div border color is #84AEBE.


Opacity

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

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

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

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

This text has shadow with #84AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AEBE on black background.


Color preview on white background

This text has color #84AEBE on white background.



Black color preview on #84AEBE background

This text has black color on #84AEBE background.


White color preview on #84AEBE background

This text has white color on #84AEBE background.