COLOR #7995B0

HEX: #7995B0
RGB: (121,149,176)

Color info

#7995B0 contains red, green and blue colors in about the same proportion. Web safe color of #7995B0 is #669999 (or #699).

RGB color model

#7995B0 color RGB value is (121,149,176).

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

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 176 of 255 = 69%

121
149
176

R + G + B ~ 58%. #7995B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 176 = 446 (100%)
R 121 of 446 ~ 27.13%
G 149 of 446 ~ 33.41%
B 176 of 446 ~ 39.46%

%27.13
%33.41
%39.46

CMYK color model

#7995B0 color CMYK value is (31,15,0,31).

  • cyan value is 31.25%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(31,15,0,31)
C31M15Y0K31 
(31%,15%,0%,31%)
(0.31/0.15/0.00/0.31)	

CMYK percentages

%31.25
%15.34
%0
%30.98

Codes

Color #7995B0 in popluar color models

7995B0
RGB121149176
HSL209°25.82%58.24%
HSB/HSV209°31.25%69.02%
CMYK31.25%15.34%0.00%
30.98%

Color #7995B0 in popluar number systems.

HEX7995B0
Decimal121149176
Binary11110011001010110110000
Octal171225260

Shades and tints

Shades of #7995B0

#7995B0
(121,149,176)
#6E88A0
(110,136,160)
#637B90
(99,123,144)
#586E80
(88,110,128)
#4D6170
(77,97,112)
#425460
(66,84,96)
#374750
(55,71,80)
#2C3A40
(44,58,64)
#212D30
(33,45,48)
#162020
(22,32,32)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #7995B0

#7995B0
(121,149,176)
#859EB7
(133,158,183)
#91A7BE
(145,167,190)
#9DB0C5
(157,176,197)
#A9B9CC
(169,185,204)
#B5C2D3
(181,194,211)
#C1CBDA
(193,203,218)
#CDD4E1
(205,212,225)
#D9DDE8
(217,221,232)
#E5E6EF
(229,230,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7995B0; }

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

This text font color is #7995B0.


Background Color

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

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

This div background color is #7995B0.


Border color

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

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

This div border color is #7995B0.


Opacity

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

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

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

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

This text has shadow with #7995B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7995B0 on black background.


Color preview on white background

This text has color #7995B0 on white background.



Black color preview on #7995B0 background

This text has black color on #7995B0 background.


White color preview on #7995B0 background

This text has white color on #7995B0 background.