COLOR #7988AD

HEX: #7988AD
RGB: (121,136,173)

Renk bilgisi

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

RGB renk modeli

#7988AD color RGB value is (121,136,173).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 136 of 255 = 53%
B 173 of 255 = 68%

121
136
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 136 + 173 = 430 (100%)
R 121 of 430 ~ 28.14%
G 136 of 430 ~ 31.63%
B 173 of 430 ~ 40.23%

%28.14
%31.63
%40.23

CMYK RENK MODELİ

#7988AD rengi CMYK tonu (30,21,0,32).

  • camgöbeği tonu 30.06%
  • eflatun tonu 21.39%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(30,21,0,32)
C30M21Y0K32 
(30%,21%,0%,32%)
(0.30/0.21/0.00/0.32)	

CMYK yüzdeleri

%30.06
%21.39
%0
%32.16

Codes

Color #7988AD in popluar color models

7988AD
RGB121136173
HSL223°24.07%57.65%
HSB/HSV223°30.06%67.84%
CMYK30.06%21.39%0.00%
32.16%

Color #7988AD in popluar number systems.

HEX7988AD
Decimal121136173
Binary11110011000100010101101
Octal171210255

Shades and tints

Shades of #7988AD

#7988AD
(121,136,173)
#6E7C9E
(110,124,158)
#63708F
(99,112,143)
#586480
(88,100,128)
#4D5871
(77,88,113)
#424C62
(66,76,98)
#374053
(55,64,83)
#2C3444
(44,52,68)
#212835
(33,40,53)
#161C26
(22,28,38)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #7988AD

#7988AD
(121,136,173)
#8592B4
(133,146,180)
#919CBB
(145,156,187)
#9DA6C2
(157,166,194)
#A9B0C9
(169,176,201)
#B5BAD0
(181,186,208)
#C1C4D7
(193,196,215)
#CDCEDE
(205,206,222)
#D9D8E5
(217,216,229)
#E5E2EC
(229,226,236)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7988AD; }

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

This text font color is #7988AD.


Background Color

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

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

This div background color is #7988AD.


Border color

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

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

This div border color is #7988AD.


Opacity

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

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

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

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

This text has shadow with #7988AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7988AD on black background.


Color preview on white background

This text has color #7988AD on white background.



Black color preview on #7988AD background

This text has black color on #7988AD background.


White color preview on #7988AD background

This text has white color on #7988AD background.