COLOR #8198D2

HEX: #8198D2
RGB: (129,152,210)

Color info

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

RGB color model

#8198D2 color RGB value is (129,152,210).

  • red value is 129;
  • green value is 152;
  • blue value is 210.
RGB:
(129,152,210)
(51%,60%,82%)

RGB channels and saturation

R 129 of 255 = 51%
G 152 of 255 = 60%
B 210 of 255 = 82%

129
152
210

R + G + B ~ 64%. #8198D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 152 + 210 = 491 (100%)
R 129 of 491 ~ 26.27%
G 152 of 491 ~ 30.96%
B 210 of 491 ~ 42.77%

%26.27
%30.96
%42.77

CMYK color model

#8198D2 color CMYK value is (39,28,0,18).

  • cyan value is 38.57%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(39,28,0,18)
C39M28Y0K18 
(39%,28%,0%,18%)
(0.39/0.28/0.00/0.18)	

CMYK percentages

%38.57
%27.62
%0
%17.65

Codes

Color #8198D2 in popluar color models

8198D2
RGB129152210
HSL223°47.37%66.47%
HSB/HSV223°38.57%82.35%
CMYK38.57%27.62%0.00%
17.65%

Color #8198D2 in popluar number systems.

HEX8198D2
Decimal129152210
Binary100000011001100011010010
Octal201230322

Shades and tints

Shades of #8198D2

#8198D2
(129,152,210)
#768BBF
(118,139,191)
#6B7EAC
(107,126,172)
#607199
(96,113,153)
#556486
(85,100,134)
#4A5773
(74,87,115)
#3F4A60
(63,74,96)
#343D4D
(52,61,77)
#29303A
(41,48,58)
#1E2327
(30,35,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #8198D2

#8198D2
(129,152,210)
#8CA1D6
(140,161,214)
#97AADA
(151,170,218)
#A2B3DE
(162,179,222)
#ADBCE2
(173,188,226)
#B8C5E6
(184,197,230)
#C3CEEA
(195,206,234)
#CED7EE
(206,215,238)
#D9E0F2
(217,224,242)
#E4E9F6
(228,233,246)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8198D2 color. Also use rgb(129,152,210) instead hex code.

Text Font Color

.myTextColor { color: #8198D2; }

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

This text font color is #8198D2.


Background Color

.myBgColor { background-color: #8198D2; }

<div style="background-color:#8198D2">Inner text</div>

This div background color is #8198D2.


Border color

.myBorderColor { border: 1px solid #8198D2; }

<div style="border:3px solid #8198D2">Div</div>

This div border color is #8198D2.


Opacity

.myOpacity80 { color: #8198D2; opacity: 0.8; }

<p style="color:#8198D2;opacity:0.8;">80%</p>

Text with #8198D2 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 #8198D2;}

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

This text has shadow with #8198D2 color.

.textShadow {text-shadow: 3px 3px 1px #8198D2, 3px 3px 1px red;}

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

This text has shadow with #8198D2 primary color and red secondary color.


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

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

This text has shadow with #8198D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8198D2 on black background.


Color preview on white background

This text has color #8198D2 on white background.



Black color preview on #8198D2 background

This text has black color on #8198D2 background.


White color preview on #8198D2 background

This text has white color on #8198D2 background.