COLOR #818AC8

HEX: #818AC8
RGB: (129,138,200)

Color info

#818AC8 contains mainly blue color. Web safe color of #818AC8 is #9999CC (or #99C).

RGB color model

#818AC8 color RGB value is (129,138,200).

  • red value is 129;
  • green value is 138;
  • blue value is 200.
RGB:
(129,138,200)
(51%,54%,78%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 200 of 255 = 78%

129
138
200

R + G + B ~ 61%. #818AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 138 + 200 = 467 (100%)
R 129 of 467 ~ 27.62%
G 138 of 467 ~ 29.55%
B 200 of 467 ~ 42.83%

%27.62
%29.55
%42.83

CMYK color model

#818AC8 color CMYK value is (36,31,0,22).

  • cyan value is 35.50%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(36,31,0,22)
C36M31Y0K22 
(36%,31%,0%,22%)
(0.36/0.31/0.00/0.22)	

CMYK percentages

%35.5
%31
%0
%21.57

Codes

Color #818AC8 in popluar color models

818AC8
RGB129138200
HSL232°39.23%64.51%
HSB/HSV232°35.50%78.43%
CMYK35.50%31.00%0.00%
21.57%

Color #818AC8 in popluar number systems.

HEX818AC8
Decimal129138200
Binary100000011000101011001000
Octal201212310

Shades and tints

Shades of #818AC8

#818AC8
(129,138,200)
#767EB6
(118,126,182)
#6B72A4
(107,114,164)
#606692
(96,102,146)
#555A80
(85,90,128)
#4A4E6E
(74,78,110)
#3F425C
(63,66,92)
#34364A
(52,54,74)
#292A38
(41,42,56)
#1E1E26
(30,30,38)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #818AC8

#818AC8
(129,138,200)
#8C94CD
(140,148,205)
#979ED2
(151,158,210)
#A2A8D7
(162,168,215)
#ADB2DC
(173,178,220)
#B8BCE1
(184,188,225)
#C3C6E6
(195,198,230)
#CED0EB
(206,208,235)
#D9DAF0
(217,218,240)
#E4E4F5
(228,228,245)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818AC8 color. Also use rgb(129,138,200) instead hex code.

Text Font Color

.myTextColor { color: #818AC8; }

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

This text font color is #818AC8.


Background Color

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

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

This div background color is #818AC8.


Border color

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

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

This div border color is #818AC8.


Opacity

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

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

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

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

This text has shadow with #818AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818AC8 on black background.


Color preview on white background

This text has color #818AC8 on white background.



Black color preview on #818AC8 background

This text has black color on #818AC8 background.


White color preview on #818AC8 background

This text has white color on #818AC8 background.