COLOR #818CAD

HEX: #818CAD
RGB: (129,140,173)

Color info

#818CAD contains red, green and blue colors in about the same proportion. Web safe color of #818CAD is #999999 (or #999).

RGB color model

#818CAD color RGB value is (129,140,173).

  • red value is 129;
  • green value is 140;
  • blue value is 173.
RGB:
(129,140,173)
(51%,55%,68%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 173 of 255 = 68%

129
140
173

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 173 = 442 (100%)
R 129 of 442 ~ 29.19%
G 140 of 442 ~ 31.67%
B 173 of 442 ~ 39.14%

%29.19
%31.67
%39.14

CMYK color model

#818CAD color CMYK value is (25,19,0,32).

  • cyan value is 25.43%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,19,0,32)
C25M19Y0K32 
(25%,19%,0%,32%)
(0.25/0.19/0.00/0.32)	

CMYK percentages

%25.43
%19.08
%0
%32.16

Codes

Color #818CAD in popluar color models

818CAD
RGB129140173
HSL225°21.15%59.22%
HSB/HSV225°25.43%67.84%
CMYK25.43%19.08%0.00%
32.16%

Color #818CAD in popluar number systems.

HEX818CAD
Decimal129140173
Binary100000011000110010101101
Octal201214255

Shades and tints

Shades of #818CAD

#818CAD
(129,140,173)
#76809E
(118,128,158)
#6B748F
(107,116,143)
#606880
(96,104,128)
#555C71
(85,92,113)
#4A5062
(74,80,98)
#3F4453
(63,68,83)
#343844
(52,56,68)
#292C35
(41,44,53)
#1E2026
(30,32,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #818CAD

#818CAD
(129,140,173)
#8C96B4
(140,150,180)
#97A0BB
(151,160,187)
#A2AAC2
(162,170,194)
#ADB4C9
(173,180,201)
#B8BED0
(184,190,208)
#C3C8D7
(195,200,215)
#CED2DE
(206,210,222)
#D9DCE5
(217,220,229)
#E4E6EC
(228,230,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818CAD color. Also use rgb(129,140,173) instead hex code.

Text Font Color

.myTextColor { color: #818CAD; }

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

This text font color is #818CAD.


Background Color

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

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

This div background color is #818CAD.


Border color

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

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

This div border color is #818CAD.


Opacity

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

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

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

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

This text has shadow with #818CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818CAD on black background.


Color preview on white background

This text has color #818CAD on white background.



Black color preview on #818CAD background

This text has black color on #818CAD background.


White color preview on #818CAD background

This text has white color on #818CAD background.