COLOR #8BDCDD

HEX: #8BDCDD
RGB: (139,220,221)

Color info

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

RGB color model

#8BDCDD color RGB value is (139,220,221).

  • red value is 139;
  • green value is 220;
  • blue value is 221.
RGB:
(139,220,221)
(55%,86%,87%)

RGB channels and saturation

R 139 of 255 = 55%
G 220 of 255 = 86%
B 221 of 255 = 87%

139
220
221

R + G + B ~ 76%. #8BDCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 220 + 221 = 580 (100%)
R 139 of 580 ~ 23.97%
G 220 of 580 ~ 37.93%
B 221 of 580 ~ 38.1%

%23.97
%37.93
%38.1

CMYK color model

#8BDCDD color CMYK value is (37,0,0,13).

  • cyan value is 37.10%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(37,0,0,13)
C37M0Y0K13 
(37%,0%,0%,13%)
(0.37/0.00/0.00/0.13)	

CMYK percentages

%37.1
%0.45
%0
%13.33

Codes

Color #8BDCDD in popluar color models

8BDCDD
RGB139220221
HSL181°54.67%70.59%
HSB/HSV181°37.10%86.67%
CMYK37.10%0.45%0.00%
13.33%

Color #8BDCDD in popluar number systems.

HEX8BDCDD
Decimal139220221
Binary100010111101110011011101
Octal213334335

Shades and tints

Shades of #8BDCDD

#8BDCDD
(139,220,221)
#7FC8C9
(127,200,201)
#73B4B5
(115,180,181)
#67A0A1
(103,160,161)
#5B8C8D
(91,140,141)
#4F7879
(79,120,121)
#436465
(67,100,101)
#375051
(55,80,81)
#2B3C3D
(43,60,61)
#1F2829
(31,40,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #8BDCDD

#8BDCDD
(139,220,221)
#95DFE0
(149,223,224)
#9FE2E3
(159,226,227)
#A9E5E6
(169,229,230)
#B3E8E9
(179,232,233)
#BDEBEC
(189,235,236)
#C7EEEF
(199,238,239)
#D1F1F2
(209,241,242)
#DBF4F5
(219,244,245)
#E5F7F8
(229,247,248)
#EFFAFB
(239,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BDCDD color. Also use rgb(139,220,221) instead hex code.

Text Font Color

.myTextColor { color: #8BDCDD; }

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

This text font color is #8BDCDD.


Background Color

.myBgColor { background-color: #8BDCDD; }

<div style="background-color:#8BDCDD">Inner text</div>

This div background color is #8BDCDD.


Border color

.myBorderColor { border: 1px solid #8BDCDD; }

<div style="border:3px solid #8BDCDD">Div</div>

This div border color is #8BDCDD.


Opacity

.myOpacity80 { color: #8BDCDD; opacity: 0.8; }

<p style="color:#8BDCDD;opacity:0.8;">80%</p>

Text with #8BDCDD 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 #8BDCDD;}

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

This text has shadow with #8BDCDD color.

.textShadow {text-shadow: 3px 3px 1px #8BDCDD, 3px 3px 1px red;}

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

This text has shadow with #8BDCDD primary color and red secondary color.


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

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

This text has shadow with #8BDCDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BDCDD on black background.


Color preview on white background

This text has color #8BDCDD on white background.



Black color preview on #8BDCDD background

This text has black color on #8BDCDD background.


White color preview on #8BDCDD background

This text has white color on #8BDCDD background.