COLOR #8199D0

HEX: #8199D0
RGB: (129,153,208)

Color info

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

RGB color model

#8199D0 color RGB value is (129,153,208).

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

RGB channels and saturation

R 129 of 255 = 51%
G 153 of 255 = 60%
B 208 of 255 = 82%

129
153
208

R + G + B ~ 64%. #8199D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 153 + 208 = 490 (100%)
R 129 of 490 ~ 26.33%
G 153 of 490 ~ 31.22%
B 208 of 490 ~ 42.45%

%26.33
%31.22
%42.45

CMYK color model

#8199D0 color CMYK value is (38,26,0,18).

  • cyan value is 37.98%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(38,26,0,18)
C38M26Y0K18 
(38%,26%,0%,18%)
(0.38/0.26/0.00/0.18)	

CMYK percentages

%37.98
%26.44
%0
%18.43

Codes

Color #8199D0 in popluar color models

8199D0
RGB129153208
HSL222°45.66%66.08%
HSB/HSV222°37.98%81.57%
CMYK37.98%26.44%0.00%
18.43%

Color #8199D0 in popluar number systems.

HEX8199D0
Decimal129153208
Binary100000011001100111010000
Octal201231320

Shades and tints

Shades of #8199D0

#8199D0
(129,153,208)
#768CBE
(118,140,190)
#6B7FAC
(107,127,172)
#60729A
(96,114,154)
#556588
(85,101,136)
#4A5876
(74,88,118)
#3F4B64
(63,75,100)
#343E52
(52,62,82)
#293140
(41,49,64)
#1E242E
(30,36,46)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #8199D0

#8199D0
(129,153,208)
#8CA2D4
(140,162,212)
#97ABD8
(151,171,216)
#A2B4DC
(162,180,220)
#ADBDE0
(173,189,224)
#B8C6E4
(184,198,228)
#C3CFE8
(195,207,232)
#CED8EC
(206,216,236)
#D9E1F0
(217,225,240)
#E4EAF4
(228,234,244)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8199D0 color. Also use rgb(129,153,208) instead hex code.

Text Font Color

.myTextColor { color: #8199D0; }

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

This text font color is #8199D0.


Background Color

.myBgColor { background-color: #8199D0; }

<div style="background-color:#8199D0">Inner text</div>

This div background color is #8199D0.


Border color

.myBorderColor { border: 1px solid #8199D0; }

<div style="border:3px solid #8199D0">Div</div>

This div border color is #8199D0.


Opacity

.myOpacity80 { color: #8199D0; opacity: 0.8; }

<p style="color:#8199D0;opacity:0.8;">80%</p>

Text with #8199D0 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 #8199D0;}

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

This text has shadow with #8199D0 color.

.textShadow {text-shadow: 3px 3px 1px #8199D0, 3px 3px 1px red;}

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

This text has shadow with #8199D0 primary color and red secondary color.


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

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

This text has shadow with #8199D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8199D0 on black background.


Color preview on white background

This text has color #8199D0 on white background.



Black color preview on #8199D0 background

This text has black color on #8199D0 background.


White color preview on #8199D0 background

This text has white color on #8199D0 background.