COLOR #8DB8CA

HEX: #8DB8CA RGB: (141,184,202)

Color info

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

RGB color model

#8DB8CA color RGB value is (141,184,202).

RGB: (141,184,202) (55%, 72%, 79%)

RGB channels and saturation

R 141 of 255 = 55%
G 184 of 255 = 72%
B 202 of 255 = 79%

141
184
202

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

Portions of RGB colors in percentages

R + G + B = 141 + 184 + 202 = 527 (100%)
R 141 of 527 ~ 26.76%
G 184 of 527 ~ 34.91%
B 202 of 527 ~ 38.33'%

%26.76
%34.91
%38.33

CMYK color model

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

  • cyan value is 30.20%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (30,9,0,21)
C30M9Y0K21 (30%, 9%, 0%, 21%)
(0.30 / 0.09 / 0.00 / 0.21)

CMYK percentages

%30.2
%8.91
%0
%20.78

Codes

Color #8DB8CA in popluar color models

8D B8 CA
RGB 141 184 202
HSL 198° 36.53% 67.25%
HSB/HSV 198° 30.20% 79.22%
CMYK 30.20% 8.91% 0.00%
20.78%

Color #8DB8CA in popluar number systems.

HEX 8D B8 CA
Decimal 141 184 202
Binary 10001101 10111000 11001010
Octal 215 270 312

Shades and tints

Shades of #8DB8CA

#8DB8CA
(141,184,202)
#81A8B8
(129,168,184)
#7598A6
(117,152,166)
#698894
(105,136,148)
#5D7882
(93,120,130)
#516870
(81,104,112)
#45585E
(69,88,94)
#39484C
(57,72,76)
#2D383A
(45,56,58)
#212828
(33,40,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #8DB8CA

#8DB8CA
(141,184,202)
#97BECE
(151,190,206)
#A1C4D2
(161,196,210)
#ABCAD6
(171,202,214)
#B5D0DA
(181,208,218)
#BFD6DE
(191,214,222)
#C9DCE2
(201,220,226)
#D3E2E6
(211,226,230)
#DDE8EA
(221,232,234)
#E7EEEE
(231,238,238)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB8CA; }

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

This text font color is #8DB8CA.

Background Color

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

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

This div background color is #8DB8CA.

Border color

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

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

This div border color is #8DB8CA.

Opacity

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

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

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

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

This text has shadow with #8DB8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB8CA.

Preview

Color preview on black background

This text has color #8DB8CA on black background.


Color preview on white background

This text has color #8DB8CA on white background.


Black color preview on #8DB8CA background

This text has black color on #8DB8CA background.


White color preview on #8DB8CA background

This text has white color on #8DB8CA background.


Related colors

Complementary color

Complementary color for #hex is #724735.


I love getcolorcode.com

Triadic colors

1 #CA8DB8 and #B8CA8D with #8DB8CA are triadic colors.

2 #CAB88D and #B88DCA with #8DB8CA are triadic colors.