COLOR #7988AB

HEX: #7988AB
RGB: (121,136,171)

Renk bilgisi

#7988AB contains red, green and blue colors in about the same proportion. #7988AB ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7988AB color RGB value is (121,136,171).

  • kırmız ton 121;
  • yeşil ton 136;
  • mavi ton 171.
RGB:
(121,136,171)
(47%,53%,67%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 136 of 255 = 53%
B 171 of 255 = 67%

121
136
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 136 + 171 = 428 (100%)
R 121 of 428 ~ 28.27%
G 136 of 428 ~ 31.78%
B 171 of 428 ~ 39.95%

%28.27
%31.78
%39.95

CMYK RENK MODELİ

#7988AB rengi CMYK tonu (29,20,0,33).

  • camgöbeği tonu 29.24%
  • eflatun tonu 20.47%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(29,20,0,33)
C29M20Y0K33 
(29%,20%,0%,33%)
(0.29/0.20/0.00/0.33)	

CMYK yüzdeleri

%29.24
%20.47
%0
%32.94

Codes

Color #7988AB in popluar color models

7988AB
RGB121136171
HSL222°22.94%57.25%
HSB/HSV222°29.24%67.06%
CMYK29.24%20.47%0.00%
32.94%

Color #7988AB in popluar number systems.

HEX7988AB
Decimal121136171
Binary11110011000100010101011
Octal171210253

Shades and tints

Shades of #7988AB

#7988AB
(121,136,171)
#6E7C9C
(110,124,156)
#63708D
(99,112,141)
#58647E
(88,100,126)
#4D586F
(77,88,111)
#424C60
(66,76,96)
#374051
(55,64,81)
#2C3442
(44,52,66)
#212833
(33,40,51)
#161C24
(22,28,36)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #7988AB

#7988AB
(121,136,171)
#8592B2
(133,146,178)
#919CB9
(145,156,185)
#9DA6C0
(157,166,192)
#A9B0C7
(169,176,199)
#B5BACE
(181,186,206)
#C1C4D5
(193,196,213)
#CDCEDC
(205,206,220)
#D9D8E3
(217,216,227)
#E5E2EA
(229,226,234)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7988AB color. Also use rgb(121,136,171) instead hex code.

Text Font Color

.myTextColor { color: #7988AB; }

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

This text font color is #7988AB.


Background Color

.myBgColor { background-color: #7988AB; }

<div style="background-color:#7988AB">Inner text</div>

This div background color is #7988AB.


Border color

.myBorderColor { border: 1px solid #7988AB; }

<div style="border:3px solid #7988AB">Div</div>

This div border color is #7988AB.


Opacity

.myOpacity80 { color: #7988AB; opacity: 0.8; }

<p style="color:#7988AB;opacity:0.8;">80%</p>

Text with #7988AB 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 #7988AB;}

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

This text has shadow with #7988AB color.

.textShadow {text-shadow: 3px 3px 1px #7988AB, 3px 3px 1px red;}

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

This text has shadow with #7988AB primary color and red secondary color.


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

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

This text has shadow with #7988AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7988AB on black background.


Color preview on white background

This text has color #7988AB on white background.



Black color preview on #7988AB background

This text has black color on #7988AB background.


White color preview on #7988AB background

This text has white color on #7988AB background.