COLOR #7988C0

HEX: #7988C0
RGB: (121,136,192)

Renk bilgisi

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

RGB renk modeli

#7988C0 color RGB value is (121,136,192).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 136 of 255 = 53%
B 192 of 255 = 75%

121
136
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 136 + 192 = 449 (100%)
R 121 of 449 ~ 26.95%
G 136 of 449 ~ 30.29%
B 192 of 449 ~ 42.76%

%26.95
%30.29
%42.76

CMYK RENK MODELİ

#7988C0 rengi CMYK tonu (37,29,0,25).

  • camgöbeği tonu 36.98%
  • eflatun tonu 29.17%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(37,29,0,25)
C37M29Y0K25 
(37%,29%,0%,25%)
(0.37/0.29/0.00/0.25)	

CMYK yüzdeleri

%36.98
%29.17
%0
%24.71

Codes

Color #7988C0 in popluar color models

7988C0
RGB121136192
HSL227°36.04%61.37%
HSB/HSV227°36.98%75.29%
CMYK36.98%29.17%0.00%
24.71%

Color #7988C0 in popluar number systems.

HEX7988C0
Decimal121136192
Binary11110011000100011000000
Octal171210300

Shades and tints

Shades of #7988C0

#7988C0
(121,136,192)
#6E7CAF
(110,124,175)
#63709E
(99,112,158)
#58648D
(88,100,141)
#4D587C
(77,88,124)
#424C6B
(66,76,107)
#37405A
(55,64,90)
#2C3449
(44,52,73)
#212838
(33,40,56)
#161C27
(22,28,39)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #7988C0

#7988C0
(121,136,192)
#8592C5
(133,146,197)
#919CCA
(145,156,202)
#9DA6CF
(157,166,207)
#A9B0D4
(169,176,212)
#B5BAD9
(181,186,217)
#C1C4DE
(193,196,222)
#CDCEE3
(205,206,227)
#D9D8E8
(217,216,232)
#E5E2ED
(229,226,237)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7988C0; }

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

This text font color is #7988C0.


Background Color

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

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

This div background color is #7988C0.


Border color

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

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

This div border color is #7988C0.


Opacity

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

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

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

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

This text has shadow with #7988C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7988C0 on black background.


Color preview on white background

This text has color #7988C0 on white background.



Black color preview on #7988C0 background

This text has black color on #7988C0 background.


White color preview on #7988C0 background

This text has white color on #7988C0 background.