COLOR #8199DD

HEX: #8199DD
RGB: (129,153,221)

Color info

#8199DD contains mainly blue color. Web safe color of #8199DD is #9999CC (or #99C).

RGB color model

#8199DD color RGB value is (129,153,221).

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

RGB channels and saturation

R 129 of 255 = 51%
G 153 of 255 = 60%
B 221 of 255 = 87%

129
153
221

R + G + B ~ 66%. #8199DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 153 + 221 = 503 (100%)
R 129 of 503 ~ 25.65%
G 153 of 503 ~ 30.42%
B 221 of 503 ~ 43.94%

%25.65
%30.42
%43.94

CMYK color model

#8199DD color CMYK value is (42,31,0,13).

  • cyan value is 41.63%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(42,31,0,13)
C42M31Y0K13 
(42%,31%,0%,13%)
(0.42/0.31/0.00/0.13)	

CMYK percentages

%41.63
%30.77
%0
%13.33

Codes

Color #8199DD in popluar color models

8199DD
RGB129153221
HSL224°57.50%68.63%
HSB/HSV224°41.63%86.67%
CMYK41.63%30.77%0.00%
13.33%

Color #8199DD in popluar number systems.

HEX8199DD
Decimal129153221
Binary100000011001100111011101
Octal201231335

Shades and tints

Shades of #8199DD

#8199DD
(129,153,221)
#768CC9
(118,140,201)
#6B7FB5
(107,127,181)
#6072A1
(96,114,161)
#55658D
(85,101,141)
#4A5879
(74,88,121)
#3F4B65
(63,75,101)
#343E51
(52,62,81)
#29313D
(41,49,61)
#1E2429
(30,36,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #8199DD

#8199DD
(129,153,221)
#8CA2E0
(140,162,224)
#97ABE3
(151,171,227)
#A2B4E6
(162,180,230)
#ADBDE9
(173,189,233)
#B8C6EC
(184,198,236)
#C3CFEF
(195,207,239)
#CED8F2
(206,216,242)
#D9E1F5
(217,225,245)
#E4EAF8
(228,234,248)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8199DD; }

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

This text font color is #8199DD.


Background Color

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

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

This div background color is #8199DD.


Border color

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

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

This div border color is #8199DD.


Opacity

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

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

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

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

This text has shadow with #8199DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8199DD on black background.


Color preview on white background

This text has color #8199DD on white background.



Black color preview on #8199DD background

This text has black color on #8199DD background.


White color preview on #8199DD background

This text has white color on #8199DD background.