COLOR #8DB5C6

HEX: #8DB5C6
RGB: (141,181,198)

Color info

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

RGB color model

#8DB5C6 color RGB value is (141,181,198).

  • red value is 141;
  • green value is 181;
  • blue value is 198.
RGB:
(141,181,198)
(55%,71%,78%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 198 of 255 = 78%

141
181
198

R + G + B ~ 68%. #8DB5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 181 + 198 = 520 (100%)
R 141 of 520 ~ 27.12%
G 181 of 520 ~ 34.81%
B 198 of 520 ~ 38.08%

%27.12
%34.81
%38.08

CMYK color model

#8DB5C6 color CMYK value is (29,9,0,22).

  • cyan value is 28.79%
  • magenta value is 8.59%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(29,9,0,22)
C29M9Y0K22 
(29%,9%,0%,22%)
(0.29/0.09/0.00/0.22)	

CMYK percentages

%28.79
%8.59
%0
%22.35

Codes

Color #8DB5C6 in popluar color models

8DB5C6
RGB141181198
HSL198°33.33%66.47%
HSB/HSV198°28.79%77.65%
CMYK28.79%8.59%0.00%
22.35%

Color #8DB5C6 in popluar number systems.

HEX8DB5C6
Decimal141181198
Binary100011011011010111000110
Octal215265306

Shades and tints

Shades of #8DB5C6

#8DB5C6
(141,181,198)
#81A5B4
(129,165,180)
#7595A2
(117,149,162)
#698590
(105,133,144)
#5D757E
(93,117,126)
#51656C
(81,101,108)
#45555A
(69,85,90)
#394548
(57,69,72)
#2D3536
(45,53,54)
#212524
(33,37,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #8DB5C6

#8DB5C6
(141,181,198)
#97BBCB
(151,187,203)
#A1C1D0
(161,193,208)
#ABC7D5
(171,199,213)
#B5CDDA
(181,205,218)
#BFD3DF
(191,211,223)
#C9D9E4
(201,217,228)
#D3DFE9
(211,223,233)
#DDE5EE
(221,229,238)
#E7EBF3
(231,235,243)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB5C6 color. Also use rgb(141,181,198) instead hex code.

Text Font Color

.myTextColor { color: #8DB5C6; }

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

This text font color is #8DB5C6.


Background Color

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

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

This div background color is #8DB5C6.


Border color

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

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

This div border color is #8DB5C6.


Opacity

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

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

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

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

This text has shadow with #8DB5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB5C6 on black background.


Color preview on white background

This text has color #8DB5C6 on white background.



Black color preview on #8DB5C6 background

This text has black color on #8DB5C6 background.


White color preview on #8DB5C6 background

This text has white color on #8DB5C6 background.