COLOR #84BBCD

HEX: #84BBCD
RGB: (132,187,205)

Color info

#84BBCD contains mainly green and blue colors. Web safe color of #84BBCD is #99CCCC (or #9CC).

RGB color model

#84BBCD color RGB value is (132,187,205).

  • red value is 132;
  • green value is 187;
  • blue value is 205.
RGB:
(132,187,205)
(52%,73%,80%)

RGB channels and saturation

R 132 of 255 = 52%
G 187 of 255 = 73%
B 205 of 255 = 80%

132
187
205

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

Portions of RGB colors in percentages

R + G + B =
132 + 187 + 205 = 524 (100%)
R 132 of 524 ~ 25.19%
G 187 of 524 ~ 35.69%
B 205 of 524 ~ 39.12%

%25.19
%35.69
%39.12

CMYK color model

#84BBCD color CMYK value is (36,9,0,20).

  • cyan value is 35.61%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,9,0,20)
C36M9Y0K20 
(36%,9%,0%,20%)
(0.36/0.09/0.00/0.20)	

CMYK percentages

%35.61
%8.78
%0
%19.61

Codes

Color #84BBCD in popluar color models

84BBCD
RGB132187205
HSL195°42.20%66.08%
HSB/HSV195°35.61%80.39%
CMYK35.61%8.78%0.00%
19.61%

Color #84BBCD in popluar number systems.

HEX84BBCD
Decimal132187205
Binary100001001011101111001101
Octal204273315

Shades and tints

Shades of #84BBCD

#84BBCD
(132,187,205)
#78AABB
(120,170,187)
#6C99A9
(108,153,169)
#608897
(96,136,151)
#547785
(84,119,133)
#486673
(72,102,115)
#3C5561
(60,85,97)
#30444F
(48,68,79)
#24333D
(36,51,61)
#18222B
(24,34,43)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #84BBCD

#84BBCD
(132,187,205)
#8FC1D1
(143,193,209)
#9AC7D5
(154,199,213)
#A5CDD9
(165,205,217)
#B0D3DD
(176,211,221)
#BBD9E1
(187,217,225)
#C6DFE5
(198,223,229)
#D1E5E9
(209,229,233)
#DCEBED
(220,235,237)
#E7F1F1
(231,241,241)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BBCD color. Also use rgb(132,187,205) instead hex code.

Text Font Color

.myTextColor { color: #84BBCD; }

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

This text font color is #84BBCD.


Background Color

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

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

This div background color is #84BBCD.


Border color

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

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

This div border color is #84BBCD.


Opacity

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

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

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

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

This text has shadow with #84BBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BBCD on black background.


Color preview on white background

This text has color #84BBCD on white background.



Black color preview on #84BBCD background

This text has black color on #84BBCD background.


White color preview on #84BBCD background

This text has white color on #84BBCD background.