COLOR #7995D1

HEX: #7995D1
RGB: (121,149,209)

Color info

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

RGB color model

#7995D1 color RGB value is (121,149,209).

  • red value is 121;
  • green value is 149;
  • blue value is 209.
RGB:
(121,149,209)
(47%,58%,82%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 209 of 255 = 82%

121
149
209

R + G + B ~ 62%. #7995D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 209 = 479 (100%)
R 121 of 479 ~ 25.26%
G 149 of 479 ~ 31.11%
B 209 of 479 ~ 43.63%

%25.26
%31.11
%43.63

CMYK color model

#7995D1 color CMYK value is (42,29,0,18).

  • cyan value is 42.11%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(42,29,0,18)
C42M29Y0K18 
(42%,29%,0%,18%)
(0.42/0.29/0.00/0.18)	

CMYK percentages

%42.11
%28.71
%0
%18.04

Codes

Color #7995D1 in popluar color models

7995D1
RGB121149209
HSL221°48.89%64.71%
HSB/HSV221°42.11%81.96%
CMYK42.11%28.71%0.00%
18.04%

Color #7995D1 in popluar number systems.

HEX7995D1
Decimal121149209
Binary11110011001010111010001
Octal171225321

Shades and tints

Shades of #7995D1

#7995D1
(121,149,209)
#6E88BE
(110,136,190)
#637BAB
(99,123,171)
#586E98
(88,110,152)
#4D6185
(77,97,133)
#425472
(66,84,114)
#37475F
(55,71,95)
#2C3A4C
(44,58,76)
#212D39
(33,45,57)
#162026
(22,32,38)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #7995D1

#7995D1
(121,149,209)
#859ED5
(133,158,213)
#91A7D9
(145,167,217)
#9DB0DD
(157,176,221)
#A9B9E1
(169,185,225)
#B5C2E5
(181,194,229)
#C1CBE9
(193,203,233)
#CDD4ED
(205,212,237)
#D9DDF1
(217,221,241)
#E5E6F5
(229,230,245)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7995D1 color. Also use rgb(121,149,209) instead hex code.

Text Font Color

.myTextColor { color: #7995D1; }

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

This text font color is #7995D1.


Background Color

.myBgColor { background-color: #7995D1; }

<div style="background-color:#7995D1">Inner text</div>

This div background color is #7995D1.


Border color

.myBorderColor { border: 1px solid #7995D1; }

<div style="border:3px solid #7995D1">Div</div>

This div border color is #7995D1.


Opacity

.myOpacity80 { color: #7995D1; opacity: 0.8; }

<p style="color:#7995D1;opacity:0.8;">80%</p>

Text with #7995D1 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 #7995D1;}

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

This text has shadow with #7995D1 color.

.textShadow {text-shadow: 3px 3px 1px #7995D1, 3px 3px 1px red;}

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

This text has shadow with #7995D1 primary color and red secondary color.


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

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

This text has shadow with #7995D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7995D1 on black background.


Color preview on white background

This text has color #7995D1 on white background.



Black color preview on #7995D1 background

This text has black color on #7995D1 background.


White color preview on #7995D1 background

This text has white color on #7995D1 background.