COLOR #818DBD

HEX: #818DBD
RGB: (129,141,189)

Color info

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

RGB color model

#818DBD color RGB value is (129,141,189).

  • red value is 129;
  • green value is 141;
  • blue value is 189.
RGB:
(129,141,189)
(51%,55%,74%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 189 of 255 = 74%

129
141
189

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

Portions of RGB colors in percentages

R + G + B =
129 + 141 + 189 = 459 (100%)
R 129 of 459 ~ 28.1%
G 141 of 459 ~ 30.72%
B 189 of 459 ~ 41.18%

%28.1
%30.72
%41.18

CMYK color model

#818DBD color CMYK value is (32,25,0,26).

  • cyan value is 31.75%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(32,25,0,26)
C32M25Y0K26 
(32%,25%,0%,26%)
(0.32/0.25/0.00/0.26)	

CMYK percentages

%31.75
%25.4
%0
%25.88

Codes

Color #818DBD in popluar color models

818DBD
RGB129141189
HSL228°31.25%62.35%
HSB/HSV228°31.75%74.12%
CMYK31.75%25.40%0.00%
25.88%

Color #818DBD in popluar number systems.

HEX818DBD
Decimal129141189
Binary100000011000110110111101
Octal201215275

Shades and tints

Shades of #818DBD

#818DBD
(129,141,189)
#7681AC
(118,129,172)
#6B759B
(107,117,155)
#60698A
(96,105,138)
#555D79
(85,93,121)
#4A5168
(74,81,104)
#3F4557
(63,69,87)
#343946
(52,57,70)
#292D35
(41,45,53)
#1E2124
(30,33,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #818DBD

#818DBD
(129,141,189)
#8C97C3
(140,151,195)
#97A1C9
(151,161,201)
#A2ABCF
(162,171,207)
#ADB5D5
(173,181,213)
#B8BFDB
(184,191,219)
#C3C9E1
(195,201,225)
#CED3E7
(206,211,231)
#D9DDED
(217,221,237)
#E4E7F3
(228,231,243)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818DBD; }

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

This text font color is #818DBD.


Background Color

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

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

This div background color is #818DBD.


Border color

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

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

This div border color is #818DBD.


Opacity

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

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

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

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

This text has shadow with #818DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818DBD on black background.


Color preview on white background

This text has color #818DBD on white background.



Black color preview on #818DBD background

This text has black color on #818DBD background.


White color preview on #818DBD background

This text has white color on #818DBD background.