COLOR #8DB9CA

HEX: #8DB9CA
RGB: (141,185,202)

Color info

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

RGB color model

#8DB9CA color RGB value is (141,185,202).

  • red value is 141;
  • green value is 185;
  • blue value is 202.
RGB:
(141,185,202)
(55%,73%,79%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 202 of 255 = 79%

141
185
202

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

Portions of RGB colors in percentages

R + G + B =
141 + 185 + 202 = 528 (100%)
R 141 of 528 ~ 26.7%
G 185 of 528 ~ 35.04%
B 202 of 528 ~ 38.26%

%26.7
%35.04
%38.26

CMYK color model

#8DB9CA color CMYK value is (30,8,0,21).

  • cyan value is 30.20%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(30,8,0,21)
C30M8Y0K21 
(30%,8%,0%,21%)
(0.30/0.08/0.00/0.21)	

CMYK percentages

%30.2
%8.42
%0
%20.78

Codes

Color #8DB9CA in popluar color models

8DB9CA
RGB141185202
HSL197°36.53%67.25%
HSB/HSV197°30.20%79.22%
CMYK30.20%8.42%0.00%
20.78%

Color #8DB9CA in popluar number systems.

HEX8DB9CA
Decimal141185202
Binary100011011011100111001010
Octal215271312

Shades and tints

Shades of #8DB9CA

#8DB9CA
(141,185,202)
#81A9B8
(129,169,184)
#7599A6
(117,153,166)
#698994
(105,137,148)
#5D7982
(93,121,130)
#516970
(81,105,112)
#45595E
(69,89,94)
#39494C
(57,73,76)
#2D393A
(45,57,58)
#212928
(33,41,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #8DB9CA

#8DB9CA
(141,185,202)
#97BFCE
(151,191,206)
#A1C5D2
(161,197,210)
#ABCBD6
(171,203,214)
#B5D1DA
(181,209,218)
#BFD7DE
(191,215,222)
#C9DDE2
(201,221,226)
#D3E3E6
(211,227,230)
#DDE9EA
(221,233,234)
#E7EFEE
(231,239,238)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB9CA color. Also use rgb(141,185,202) instead hex code.

Text Font Color

.myTextColor { color: #8DB9CA; }

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

This text font color is #8DB9CA.


Background Color

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

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

This div background color is #8DB9CA.


Border color

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

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

This div border color is #8DB9CA.


Opacity

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

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

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

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

This text has shadow with #8DB9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB9CA on black background.


Color preview on white background

This text has color #8DB9CA on white background.



Black color preview on #8DB9CA background

This text has black color on #8DB9CA background.


White color preview on #8DB9CA background

This text has white color on #8DB9CA background.