COLOR #8DBCB7

HEX: #8DBCB7
RGB: (141,188,183)

Color info

#8DBCB7 contains red, green and blue colors in about the same proportion. Web safe color of #8DBCB7 is #99CCCC (or #9CC).

RGB color model

#8DBCB7 color RGB value is (141,188,183).

  • red value is 141;
  • green value is 188;
  • blue value is 183.
RGB:
(141,188,183)
(55%,74%,72%)

RGB channels and saturation

R 141 of 255 = 55%
G 188 of 255 = 74%
B 183 of 255 = 72%

141
188
183

R + G + B ~ 67%. #8DBCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 188 + 183 = 512 (100%)
R 141 of 512 ~ 27.54%
G 188 of 512 ~ 36.72%
B 183 of 512 ~ 35.74%

%27.54
%36.72
%35.74

CMYK color model

#8DBCB7 color CMYK value is (25,0,3,26).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK:
(25,0,3,26)
C25M0Y3K26 
(25%,0%,3%,26%)
(0.25/0.00/0.03/0.26)	

CMYK percentages

%25
%0
%2.66
%26.27

Codes

Color #8DBCB7 in popluar color models

8DBCB7
RGB141188183
HSL174°25.97%64.51%
HSB/HSV174°25.00%73.73%
CMYK25.00%0.00%2.66%
26.27%

Color #8DBCB7 in popluar number systems.

HEX8DBCB7
Decimal141188183
Binary100011011011110010110111
Octal215274267

Shades and tints

Shades of #8DBCB7

#8DBCB7
(141,188,183)
#81ABA7
(129,171,167)
#759A97
(117,154,151)
#698987
(105,137,135)
#5D7877
(93,120,119)
#516767
(81,103,103)
#455657
(69,86,87)
#394547
(57,69,71)
#2D3437
(45,52,55)
#212327
(33,35,39)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #8DBCB7

#8DBCB7
(141,188,183)
#97C2BD
(151,194,189)
#A1C8C3
(161,200,195)
#ABCEC9
(171,206,201)
#B5D4CF
(181,212,207)
#BFDAD5
(191,218,213)
#C9E0DB
(201,224,219)
#D3E6E1
(211,230,225)
#DDECE7
(221,236,231)
#E7F2ED
(231,242,237)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBCB7 color. Also use rgb(141,188,183) instead hex code.

Text Font Color

.myTextColor { color: #8DBCB7; }

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

This text font color is #8DBCB7.


Background Color

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

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

This div background color is #8DBCB7.


Border color

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

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

This div border color is #8DBCB7.


Opacity

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

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

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

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

This text has shadow with #8DBCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DBCB7 on black background.


Color preview on white background

This text has color #8DBCB7 on white background.



Black color preview on #8DBCB7 background

This text has black color on #8DBCB7 background.


White color preview on #8DBCB7 background

This text has white color on #8DBCB7 background.