COLOR #8DB1CA

HEX: #8DB1CA
RGB: (141,177,202)

Color info

#8DB1CA contains mainly green and blue colors. Web safe color of #8DB1CA is #9999CC (or #99C).

RGB color model

#8DB1CA color RGB value is (141,177,202).

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

RGB channels and saturation

R 141 of 255 = 55%
G 177 of 255 = 69%
B 202 of 255 = 79%

141
177
202

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

Portions of RGB colors in percentages

R + G + B =
141 + 177 + 202 = 520 (100%)
R 141 of 520 ~ 27.12%
G 177 of 520 ~ 34.04%
B 202 of 520 ~ 38.85%

%27.12
%34.04
%38.85

CMYK color model

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

  • cyan value is 30.20%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(30,12,0,21)
C30M12Y0K21 
(30%,12%,0%,21%)
(0.30/0.12/0.00/0.21)	

CMYK percentages

%30.2
%12.38
%0
%20.78

Codes

Color #8DB1CA in popluar color models

8DB1CA
RGB141177202
HSL205°36.53%67.25%
HSB/HSV205°30.20%79.22%
CMYK30.20%12.38%0.00%
20.78%

Color #8DB1CA in popluar number systems.

HEX8DB1CA
Decimal141177202
Binary100011011011000111001010
Octal215261312

Shades and tints

Shades of #8DB1CA

#8DB1CA
(141,177,202)
#81A1B8
(129,161,184)
#7591A6
(117,145,166)
#698194
(105,129,148)
#5D7182
(93,113,130)
#516170
(81,97,112)
#45515E
(69,81,94)
#39414C
(57,65,76)
#2D313A
(45,49,58)
#212128
(33,33,40)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #8DB1CA

#8DB1CA
(141,177,202)
#97B8CE
(151,184,206)
#A1BFD2
(161,191,210)
#ABC6D6
(171,198,214)
#B5CDDA
(181,205,218)
#BFD4DE
(191,212,222)
#C9DBE2
(201,219,226)
#D3E2E6
(211,226,230)
#DDE9EA
(221,233,234)
#E7F0EE
(231,240,238)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB1CA; }

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

This text font color is #8DB1CA.


Background Color

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

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

This div background color is #8DB1CA.


Border color

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

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

This div border color is #8DB1CA.


Opacity

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

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

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

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

This text has shadow with #8DB1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB1CA on black background.


Color preview on white background

This text has color #8DB1CA on white background.



Black color preview on #8DB1CA background

This text has black color on #8DB1CA background.


White color preview on #8DB1CA background

This text has white color on #8DB1CA background.