COLOR #818CC1

HEX: #818CC1
RGB: (129,140,193)

Color info

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

RGB color model

#818CC1 color RGB value is (129,140,193).

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

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 193 of 255 = 76%

129
140
193

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 193 = 462 (100%)
R 129 of 462 ~ 27.92%
G 140 of 462 ~ 30.3%
B 193 of 462 ~ 41.77%

%27.92
%30.3
%41.77

CMYK color model

#818CC1 color CMYK value is (33,27,0,24).

  • cyan value is 33.16%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(33,27,0,24)
C33M27Y0K24 
(33%,27%,0%,24%)
(0.33/0.27/0.00/0.24)	

CMYK percentages

%33.16
%27.46
%0
%24.31

Codes

Color #818CC1 in popluar color models

818CC1
RGB129140193
HSL230°34.04%63.14%
HSB/HSV230°33.16%75.69%
CMYK33.16%27.46%0.00%
24.31%

Color #818CC1 in popluar number systems.

HEX818CC1
Decimal129140193
Binary100000011000110011000001
Octal201214301

Shades and tints

Shades of #818CC1

#818CC1
(129,140,193)
#7680B0
(118,128,176)
#6B749F
(107,116,159)
#60688E
(96,104,142)
#555C7D
(85,92,125)
#4A506C
(74,80,108)
#3F445B
(63,68,91)
#34384A
(52,56,74)
#292C39
(41,44,57)
#1E2028
(30,32,40)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #818CC1

#818CC1
(129,140,193)
#8C96C6
(140,150,198)
#97A0CB
(151,160,203)
#A2AAD0
(162,170,208)
#ADB4D5
(173,180,213)
#B8BEDA
(184,190,218)
#C3C8DF
(195,200,223)
#CED2E4
(206,210,228)
#D9DCE9
(217,220,233)
#E4E6EE
(228,230,238)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818CC1; }

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

This text font color is #818CC1.


Background Color

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

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

This div background color is #818CC1.


Border color

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

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

This div border color is #818CC1.


Opacity

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

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

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

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

This text has shadow with #818CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818CC1 on black background.


Color preview on white background

This text has color #818CC1 on white background.



Black color preview on #818CC1 background

This text has black color on #818CC1 background.


White color preview on #818CC1 background

This text has white color on #818CC1 background.