COLOR #8DBDC5

HEX: #8DBDC5
RGB: (141,189,197)

Color info

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

RGB color model

#8DBDC5 color RGB value is (141,189,197).

  • red value is 141;
  • green value is 189;
  • blue value is 197.
RGB:
(141,189,197)
(55%,74%,77%)

RGB channels and saturation

R 141 of 255 = 55%
G 189 of 255 = 74%
B 197 of 255 = 77%

141
189
197

R + G + B ~ 69%. #8DBDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 189 + 197 = 527 (100%)
R 141 of 527 ~ 26.76%
G 189 of 527 ~ 35.86%
B 197 of 527 ~ 37.38%

%26.76
%35.86
%37.38

CMYK color model

#8DBDC5 color CMYK value is (28,4,0,23).

  • cyan value is 28.43%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(28,4,0,23)
C28M4Y0K23 
(28%,4%,0%,23%)
(0.28/0.04/0.00/0.23)	

CMYK percentages

%28.43
%4.06
%0
%22.75

Codes

Color #8DBDC5 in popluar color models

8DBDC5
RGB141189197
HSL189°32.56%66.27%
HSB/HSV189°28.43%77.25%
CMYK28.43%4.06%0.00%
22.75%

Color #8DBDC5 in popluar number systems.

HEX8DBDC5
Decimal141189197
Binary100011011011110111000101
Octal215275305

Shades and tints

Shades of #8DBDC5

#8DBDC5
(141,189,197)
#81ACB4
(129,172,180)
#759BA3
(117,155,163)
#698A92
(105,138,146)
#5D7981
(93,121,129)
#516870
(81,104,112)
#45575F
(69,87,95)
#39464E
(57,70,78)
#2D353D
(45,53,61)
#21242C
(33,36,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #8DBDC5

#8DBDC5
(141,189,197)
#97C3CA
(151,195,202)
#A1C9CF
(161,201,207)
#ABCFD4
(171,207,212)
#B5D5D9
(181,213,217)
#BFDBDE
(191,219,222)
#C9E1E3
(201,225,227)
#D3E7E8
(211,231,232)
#DDEDED
(221,237,237)
#E7F3F2
(231,243,242)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBDC5 color. Also use rgb(141,189,197) instead hex code.

Text Font Color

.myTextColor { color: #8DBDC5; }

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

This text font color is #8DBDC5.


Background Color

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

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

This div background color is #8DBDC5.


Border color

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

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

This div border color is #8DBDC5.


Opacity

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

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

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

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

This text has shadow with #8DBDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DBDC5 on black background.


Color preview on white background

This text has color #8DBDC5 on white background.



Black color preview on #8DBDC5 background

This text has black color on #8DBDC5 background.


White color preview on #8DBDC5 background

This text has white color on #8DBDC5 background.