COLOR #7999DD

HEX: #7999DD
RGB: (121,153,221)

Color info

#7999DD contains mainly blue color. Web safe color of #7999DD is #6699CC (or #69C).

RGB color model

#7999DD color RGB value is (121,153,221).

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

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 221 of 255 = 87%

121
153
221

R + G + B ~ 65%. #7999DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 221 = 495 (100%)
R 121 of 495 ~ 24.44%
G 153 of 495 ~ 30.91%
B 221 of 495 ~ 44.65%

%24.44
%30.91
%44.65

CMYK color model

#7999DD color CMYK value is (45,31,0,13).

  • cyan value is 45.25%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(45,31,0,13)
C45M31Y0K13 
(45%,31%,0%,13%)
(0.45/0.31/0.00/0.13)	

CMYK percentages

%45.25
%30.77
%0
%13.33

Codes

Color #7999DD in popluar color models

7999DD
RGB121153221
HSL221°59.52%67.06%
HSB/HSV221°45.25%86.67%
CMYK45.25%30.77%0.00%
13.33%

Color #7999DD in popluar number systems.

HEX7999DD
Decimal121153221
Binary11110011001100111011101
Octal171231335

Shades and tints

Shades of #7999DD

#7999DD
(121,153,221)
#6E8CC9
(110,140,201)
#637FB5
(99,127,181)
#5872A1
(88,114,161)
#4D658D
(77,101,141)
#425879
(66,88,121)
#374B65
(55,75,101)
#2C3E51
(44,62,81)
#21313D
(33,49,61)
#162429
(22,36,41)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #7999DD

#7999DD
(121,153,221)
#85A2E0
(133,162,224)
#91ABE3
(145,171,227)
#9DB4E6
(157,180,230)
#A9BDE9
(169,189,233)
#B5C6EC
(181,198,236)
#C1CFEF
(193,207,239)
#CDD8F2
(205,216,242)
#D9E1F5
(217,225,245)
#E5EAF8
(229,234,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7999DD; }

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

This text font color is #7999DD.


Background Color

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

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

This div background color is #7999DD.


Border color

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

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

This div border color is #7999DD.


Opacity

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

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

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

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

This text has shadow with #7999DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7999DD on black background.


Color preview on white background

This text has color #7999DD on white background.



Black color preview on #7999DD background

This text has black color on #7999DD background.


White color preview on #7999DD background

This text has white color on #7999DD background.