COLOR #7988BA

HEX: #7988BA
RGB: (121,136,186)

Renk bilgisi

#7988BA contains mainly green and blue colors. #7988BA ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7988BA color RGB value is (121,136,186).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 136 of 255 = 53%
B 186 of 255 = 73%

121
136
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 136 + 186 = 443 (100%)
R 121 of 443 ~ 27.31%
G 136 of 443 ~ 30.7%
B 186 of 443 ~ 41.99%

%27.31
%30.7
%41.99

CMYK RENK MODELİ

#7988BA rengi CMYK tonu (35,27,0,27).

  • camgöbeği tonu 34.95%
  • eflatun tonu 26.88%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(35,27,0,27)
C35M27Y0K27 
(35%,27%,0%,27%)
(0.35/0.27/0.00/0.27)	

CMYK yüzdeleri

%34.95
%26.88
%0
%27.06

Codes

Color #7988BA in popluar color models

7988BA
RGB121136186
HSL226°32.02%60.20%
HSB/HSV226°34.95%72.94%
CMYK34.95%26.88%0.00%
27.06%

Color #7988BA in popluar number systems.

HEX7988BA
Decimal121136186
Binary11110011000100010111010
Octal171210272

Shades and tints

Shades of #7988BA

#7988BA
(121,136,186)
#6E7CAA
(110,124,170)
#63709A
(99,112,154)
#58648A
(88,100,138)
#4D587A
(77,88,122)
#424C6A
(66,76,106)
#37405A
(55,64,90)
#2C344A
(44,52,74)
#21283A
(33,40,58)
#161C2A
(22,28,42)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #7988BA

#7988BA
(121,136,186)
#8592C0
(133,146,192)
#919CC6
(145,156,198)
#9DA6CC
(157,166,204)
#A9B0D2
(169,176,210)
#B5BAD8
(181,186,216)
#C1C4DE
(193,196,222)
#CDCEE4
(205,206,228)
#D9D8EA
(217,216,234)
#E5E2F0
(229,226,240)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7988BA; }

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

This text font color is #7988BA.


Background Color

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

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

This div background color is #7988BA.


Border color

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

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

This div border color is #7988BA.


Opacity

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

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

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

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

This text has shadow with #7988BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7988BA on black background.


Color preview on white background

This text has color #7988BA on white background.



Black color preview on #7988BA background

This text has black color on #7988BA background.


White color preview on #7988BA background

This text has white color on #7988BA background.