COLOR #8D99CD

HEX: #8D99CD RGB: (141,153,205)

Color info

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

RGB color model

#8D99CD color RGB value is (141,153,205).

RGB: (141,153,205) (55%, 60%, 80%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 205 of 255 = 80%

141
153
205

R + G + B ~ 65%. #8D99CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 205 = 499 (100%)
R 141 of 499 ~ 28.26%
G 153 of 499 ~ 30.66%
B 205 of 499 ~ 41.08'%

%28.26
%30.66
%41.08

CMYK color model

#8D99CD color CMYK value is (31,25,0,20).

  • cyan value is 31.22%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (31,25,0,20)
C31M25Y0K20 (31%, 25%, 0%, 20%)
(0.31 / 0.25 / 0.00 / 0.20)

CMYK percentages

%31.22
%25.37
%0
%19.61

Codes

Color #8D99CD in popluar color models

8D 99 CD
RGB 141 153 205
HSL 229° 39.02% 67.84%
HSB/HSV 229° 31.22% 80.39%
CMYK 31.22% 25.37% 0.00%
19.61%

Color #8D99CD in popluar number systems.

HEX 8D 99 CD
Decimal 141 153 205
Binary 10001101 10011001 11001101
Octal 215 231 315

Shades and tints

Shades of #8D99CD

#8D99CD
(141,153,205)
#818CBB
(129,140,187)
#757FA9
(117,127,169)
#697297
(105,114,151)
#5D6585
(93,101,133)
#515873
(81,88,115)
#454B61
(69,75,97)
#393E4F
(57,62,79)
#2D313D
(45,49,61)
#21242B
(33,36,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #8D99CD

#8D99CD
(141,153,205)
#97A2D1
(151,162,209)
#A1ABD5
(161,171,213)
#ABB4D9
(171,180,217)
#B5BDDD
(181,189,221)
#BFC6E1
(191,198,225)
#C9CFE5
(201,207,229)
#D3D8E9
(211,216,233)
#DDE1ED
(221,225,237)
#E7EAF1
(231,234,241)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D99CD color. Also use rgb(141,153,205) instead hex code.

Text Font Color

.myTextColor { color: #8D99CD; }

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

This text font color is #8D99CD.

Background Color

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

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

This div background color is #8D99CD.

Border color

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

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

This div border color is #8D99CD.

Opacity

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

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

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

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

This text has shadow with #8D99CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D99CD.

Preview

Color preview on black background

This text has color #8D99CD on black background.


Color preview on white background

This text has color #8D99CD on white background.


Black color preview on #8D99CD background

This text has black color on #8D99CD background.


White color preview on #8D99CD background

This text has white color on #8D99CD background.


Related colors

Complementary color

Complementary color for #hex is #726632.


I love getcolorcode.com

Triadic colors

1 #CD8D99 and #99CD8D with #8D99CD are triadic colors.

2 #CD998D and #998DCD with #8D99CD are triadic colors.