COLOR #818DB8

HEX: #818DB8 RGB: (129,141,184)

Color info

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

RGB color model

#818DB8 color RGB value is (129,141,184).

RGB: (129,141,184) (51%, 55%, 72%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 184 of 255 = 72%

129
141
184

R + G + B ~ 59%. #818DB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 141 + 184 = 454 (100%)
R 129 of 454 ~ 28.41%
G 141 of 454 ~ 31.06%
B 184 of 454 ~ 40.53'%

%28.41
%31.06
%40.53

CMYK color model

#818DB8 color CMYK value is (30,23,0,28).

  • cyan value is 29.89%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (30,23,0,28)
C30M23Y0K28 (30%, 23%, 0%, 28%)
(0.30 / 0.23 / 0.00 / 0.28)

CMYK percentages

%29.89
%23.37
%0
%27.84

Codes

Color #818DB8 in popluar color models

81 8D B8
RGB 129 141 184
HSL 227° 27.92% 61.37%
HSB/HSV 227° 29.89% 72.16%
CMYK 29.89% 23.37% 0.00%
27.84%

Color #818DB8 in popluar number systems.

HEX 81 8D B8
Decimal 129 141 184
Binary 10000001 10001101 10111000
Octal 201 215 270

Shades and tints

Shades of #818DB8

#818DB8
(129,141,184)
#7681A8
(118,129,168)
#6B7598
(107,117,152)
#606988
(96,105,136)
#555D78
(85,93,120)
#4A5168
(74,81,104)
#3F4558
(63,69,88)
#343948
(52,57,72)
#292D38
(41,45,56)
#1E2128
(30,33,40)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #818DB8

#818DB8
(129,141,184)
#8C97BE
(140,151,190)
#97A1C4
(151,161,196)
#A2ABCA
(162,171,202)
#ADB5D0
(173,181,208)
#B8BFD6
(184,191,214)
#C3C9DC
(195,201,220)
#CED3E2
(206,211,226)
#D9DDE8
(217,221,232)
#E4E7EE
(228,231,238)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818DB8 color. Also use rgb(129,141,184) instead hex code.

Text Font Color

.myTextColor { color: #818DB8; }

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

This text font color is #818DB8.

Background Color

.myBgColor { background-color: #818DB8; }

<div style="background-color:#818DB8">Inner text</div>

This div background color is #818DB8.

Border color

.myBorderColor { border: 1px solid #818DB8; }

<div style="border:3px solid #818DB8">Div</div>

This div border color is #818DB8.

Opacity

.myOpacity80 { color: #818DB8; opacity: 0.8; }

<p style="color:#818DB8;opacity:0.8;">80%</p>

Text with #818DB8 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 #818DB8;}

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

This text has shadow with #818DB8 color.


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

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

This text has shadow with #818DB8 primary color and red secondary color.


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

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

This text has shadow with #818DB8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #818DB8.

Preview

Color preview on black background

This text has color #818DB8 on black background.


Color preview on white background

This text has color #818DB8 on white background.


Black color preview on #818DB8 background

This text has black color on #818DB8 background.


White color preview on #818DB8 background

This text has white color on #818DB8 background.


Related colors

Complementary color

Complementary color for #hex is #7E7247.


I love getcolorcode.com

Triadic colors

1 #B8818D and #8DB881 with #818DB8 are triadic colors.

2 #B88D81 and #8D81B8 with #818DB8 are triadic colors.