COLOR #8DB3C6

HEX: #8DB3C6 RGB: (141,179,198)

Color info

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

RGB color model

#8DB3C6 color RGB value is (141,179,198).

RGB: (141,179,198) (55%, 70%, 78%)

RGB channels and saturation

R 141 of 255 = 55%
G 179 of 255 = 70%
B 198 of 255 = 78%

141
179
198

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

Portions of RGB colors in percentages

R + G + B = 141 + 179 + 198 = 518 (100%)
R 141 of 518 ~ 27.22%
G 179 of 518 ~ 34.56%
B 198 of 518 ~ 38.22'%

%27.22
%34.56
%38.22

CMYK color model

#8DB3C6 color CMYK value is (29,10,0,22).

  • cyan value is 28.79%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (29,10,0,22)
C29M10Y0K22 (29%, 10%, 0%, 22%)
(0.29 / 0.10 / 0.00 / 0.22)

CMYK percentages

%28.79
%9.6
%0
%22.35

Codes

Color #8DB3C6 in popluar color models

8D B3 C6
RGB 141 179 198
HSL 200° 33.33% 66.47%
HSB/HSV 200° 28.79% 77.65%
CMYK 28.79% 9.60% 0.00%
22.35%

Color #8DB3C6 in popluar number systems.

HEX 8D B3 C6
Decimal 141 179 198
Binary 10001101 10110011 11000110
Octal 215 263 306

Shades and tints

Shades of #8DB3C6

#8DB3C6
(141,179,198)
#81A3B4
(129,163,180)
#7593A2
(117,147,162)
#698390
(105,131,144)
#5D737E
(93,115,126)
#51636C
(81,99,108)
#45535A
(69,83,90)
#394348
(57,67,72)
#2D3336
(45,51,54)
#212324
(33,35,36)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8DB3C6

#8DB3C6
(141,179,198)
#97B9CB
(151,185,203)
#A1BFD0
(161,191,208)
#ABC5D5
(171,197,213)
#B5CBDA
(181,203,218)
#BFD1DF
(191,209,223)
#C9D7E4
(201,215,228)
#D3DDE9
(211,221,233)
#DDE3EE
(221,227,238)
#E7E9F3
(231,233,243)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB3C6; }

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

This text font color is #8DB3C6.

Background Color

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

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

This div background color is #8DB3C6.

Border color

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

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

This div border color is #8DB3C6.

Opacity

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

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

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

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

This text has shadow with #8DB3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB3C6.

Preview

Color preview on black background

This text has color #8DB3C6 on black background.


Color preview on white background

This text has color #8DB3C6 on white background.


Black color preview on #8DB3C6 background

This text has black color on #8DB3C6 background.


White color preview on #8DB3C6 background

This text has white color on #8DB3C6 background.


Related colors

Complementary color

Complementary color for #hex is #724C39.


I love getcolorcode.com

Triadic colors

1 #C68DB3 and #B3C68D with #8DB3C6 are triadic colors.

2 #C6B38D and #B38DC6 with #8DB3C6 are triadic colors.