COLOR #7995A2

HEX: #7995A2
RGB: (121,149,162)

Color info

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

RGB color model

#7995A2 color RGB value is (121,149,162).

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

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 162 of 255 = 64%

121
149
162

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

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 162 = 432 (100%)
R 121 of 432 ~ 28.01%
G 149 of 432 ~ 34.49%
B 162 of 432 ~ 37.5%

%28.01
%34.49
%37.5

CMYK color model

#7995A2 color CMYK value is (25,8,0,36).

  • cyan value is 25.31%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(25,8,0,36)
C25M8Y0K36 
(25%,8%,0%,36%)
(0.25/0.08/0.00/0.36)	

CMYK percentages

%25.31
%8.02
%0
%36.47

Codes

Color #7995A2 in popluar color models

7995A2
RGB121149162
HSL199°18.06%55.49%
HSB/HSV199°25.31%63.53%
CMYK25.31%8.02%0.00%
36.47%

Color #7995A2 in popluar number systems.

HEX7995A2
Decimal121149162
Binary11110011001010110100010
Octal171225242

Shades and tints

Shades of #7995A2

#7995A2
(121,149,162)
#6E8894
(110,136,148)
#637B86
(99,123,134)
#586E78
(88,110,120)
#4D616A
(77,97,106)
#42545C
(66,84,92)
#37474E
(55,71,78)
#2C3A40
(44,58,64)
#212D32
(33,45,50)
#162024
(22,32,36)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #7995A2

#7995A2
(121,149,162)
#859EAA
(133,158,170)
#91A7B2
(145,167,178)
#9DB0BA
(157,176,186)
#A9B9C2
(169,185,194)
#B5C2CA
(181,194,202)
#C1CBD2
(193,203,210)
#CDD4DA
(205,212,218)
#D9DDE2
(217,221,226)
#E5E6EA
(229,230,234)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7995A2; }

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

This text font color is #7995A2.


Background Color

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

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

This div background color is #7995A2.


Border color

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

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

This div border color is #7995A2.


Opacity

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

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

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

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

This text has shadow with #7995A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7995A2 on black background.


Color preview on white background

This text has color #7995A2 on white background.



Black color preview on #7995A2 background

This text has black color on #7995A2 background.


White color preview on #7995A2 background

This text has white color on #7995A2 background.