COLOR #816BD3

HEX: #816BD3
RGB: (129,107,211)

Color info

#816BD3 contains mainly blue color. Web safe color of #816BD3 is #9966CC (or #96C).

RGB color model

#816BD3 color RGB value is (129,107,211).

  • red value is 129;
  • green value is 107;
  • blue value is 211.
RGB:
(129,107,211)
(51%,42%,83%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 211 of 255 = 83%

129
107
211

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

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 211 = 447 (100%)
R 129 of 447 ~ 28.86%
G 107 of 447 ~ 23.94%
B 211 of 447 ~ 47.2%

%28.86
%23.94
%47.2

CMYK color model

#816BD3 color CMYK value is (39,49,0,17).

  • cyan value is 38.86%
  • magenta value is 49.29%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(39,49,0,17)
C39M49Y0K17 
(39%,49%,0%,17%)
(0.39/0.49/0.00/0.17)	

CMYK percentages

%38.86
%49.29
%0
%17.25

Codes

Color #816BD3 in popluar color models

816BD3
RGB129107211
HSL253°54.17%62.35%
HSB/HSV253°49.29%82.75%
CMYK38.86%49.29%0.00%
17.25%

Color #816BD3 in popluar number systems.

HEX816BD3
Decimal129107211
Binary10000001110101111010011
Octal201153323

Shades and tints

Shades of #816BD3

#816BD3
(129,107,211)
#7662C0
(118,98,192)
#6B59AD
(107,89,173)
#60509A
(96,80,154)
#554787
(85,71,135)
#4A3E74
(74,62,116)
#3F3561
(63,53,97)
#342C4E
(52,44,78)
#29233B
(41,35,59)
#1E1A28
(30,26,40)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #816BD3

#816BD3
(129,107,211)
#8C78D7
(140,120,215)
#9785DB
(151,133,219)
#A292DF
(162,146,223)
#AD9FE3
(173,159,227)
#B8ACE7
(184,172,231)
#C3B9EB
(195,185,235)
#CEC6EF
(206,198,239)
#D9D3F3
(217,211,243)
#E4E0F7
(228,224,247)
#EFEDFB
(239,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816BD3 color. Also use rgb(129,107,211) instead hex code.

Text Font Color

.myTextColor { color: #816BD3; }

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

This text font color is #816BD3.


Background Color

.myBgColor { background-color: #816BD3; }

<div style="background-color:#816BD3">Inner text</div>

This div background color is #816BD3.


Border color

.myBorderColor { border: 1px solid #816BD3; }

<div style="border:3px solid #816BD3">Div</div>

This div border color is #816BD3.


Opacity

.myOpacity80 { color: #816BD3; opacity: 0.8; }

<p style="color:#816BD3;opacity:0.8;">80%</p>

Text with #816BD3 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 #816BD3;}

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

This text has shadow with #816BD3 color.

.textShadow {text-shadow: 3px 3px 1px #816BD3, 3px 3px 1px red;}

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

This text has shadow with #816BD3 primary color and red secondary color.


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

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

This text has shadow with #816BD3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816BD3 on black background.


Color preview on white background

This text has color #816BD3 on white background.



Black color preview on #816BD3 background

This text has black color on #816BD3 background.


White color preview on #816BD3 background

This text has white color on #816BD3 background.