COLOR #818BC3

HEX: #818BC3 RGB: (129,139,195)

Color info

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

RGB color model

#818BC3 color RGB value is (129,139,195).

RGB: (129,139,195) (51%, 55%, 76%)

RGB channels and saturation

R 129 of 255 = 51%
G 139 of 255 = 55%
B 195 of 255 = 76%

129
139
195

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

Portions of RGB colors in percentages

R + G + B = 129 + 139 + 195 = 463 (100%)
R 129 of 463 ~ 27.86%
G 139 of 463 ~ 30.02%
B 195 of 463 ~ 42.12'%

%27.86
%30.02
%42.12

CMYK color model

#818BC3 color CMYK value is (34,29,0,24).

  • cyan value is 33.85%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (34,29,0,24)
C34M29Y0K24 (34%, 29%, 0%, 24%)
(0.34 / 0.29 / 0.00 / 0.24)

CMYK percentages

%33.85
%28.72
%0
%23.53

Codes

Color #818BC3 in popluar color models

81 8B C3
RGB 129 139 195
HSL 231° 35.48% 63.53%
HSB/HSV 231° 33.85% 76.47%
CMYK 33.85% 28.72% 0.00%
23.53%

Color #818BC3 in popluar number systems.

HEX 81 8B C3
Decimal 129 139 195
Binary 10000001 10001011 11000011
Octal 201 213 303

Shades and tints

Shades of #818BC3

#818BC3
(129,139,195)
#767FB2
(118,127,178)
#6B73A1
(107,115,161)
#606790
(96,103,144)
#555B7F
(85,91,127)
#4A4F6E
(74,79,110)
#3F435D
(63,67,93)
#34374C
(52,55,76)
#292B3B
(41,43,59)
#1E1F2A
(30,31,42)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #818BC3

#818BC3
(129,139,195)
#8C95C8
(140,149,200)
#979FCD
(151,159,205)
#A2A9D2
(162,169,210)
#ADB3D7
(173,179,215)
#B8BDDC
(184,189,220)
#C3C7E1
(195,199,225)
#CED1E6
(206,209,230)
#D9DBEB
(217,219,235)
#E4E5F0
(228,229,240)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818BC3 color. Also use rgb(129,139,195) instead hex code.

Text Font Color

.myTextColor { color: #818BC3; }

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

This text font color is #818BC3.

Background Color

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

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

This div background color is #818BC3.

Border color

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

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

This div border color is #818BC3.

Opacity

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

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

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

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

This text has shadow with #818BC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818BC3.

Preview

Color preview on black background

This text has color #818BC3 on black background.


Color preview on white background

This text has color #818BC3 on white background.


Black color preview on #818BC3 background

This text has black color on #818BC3 background.


White color preview on #818BC3 background

This text has white color on #818BC3 background.


Related colors

Complementary color

Complementary color for #hex is #7E743C.


I love getcolorcode.com

Triadic colors

1 #C3818B and #8BC381 with #818BC3 are triadic colors.

2 #C38B81 and #8B81C3 with #818BC3 are triadic colors.