COLOR #7999AD

HEX: #7999AD
RGB: (121,153,173)

Renk bilgisi

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

RGB renk modeli

#7999AD color RGB value is (121,153,173).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 153 of 255 = 60%
B 173 of 255 = 68%

121
153
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 153 + 173 = 447 (100%)
R 121 of 447 ~ 27.07%
G 153 of 447 ~ 34.23%
B 173 of 447 ~ 38.7%

%27.07
%34.23
%38.7

CMYK RENK MODELİ

#7999AD rengi CMYK tonu (30,12,0,32).

  • camgöbeği tonu 30.06%
  • eflatun tonu 11.56%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(30,12,0,32)
C30M12Y0K32 
(30%,12%,0%,32%)
(0.30/0.12/0.00/0.32)	

CMYK yüzdeleri

%30.06
%11.56
%0
%32.16

Codes

Color #7999AD in popluar color models

7999AD
RGB121153173
HSL203°24.07%57.65%
HSB/HSV203°30.06%67.84%
CMYK30.06%11.56%0.00%
32.16%

Color #7999AD in popluar number systems.

HEX7999AD
Decimal121153173
Binary11110011001100110101101
Octal171231255

Shades and tints

Shades of #7999AD

#7999AD
(121,153,173)
#6E8C9E
(110,140,158)
#637F8F
(99,127,143)
#587280
(88,114,128)
#4D6571
(77,101,113)
#425862
(66,88,98)
#374B53
(55,75,83)
#2C3E44
(44,62,68)
#213135
(33,49,53)
#162426
(22,36,38)
#0B1717
(11,23,23)
#000000
(0,0,0)

Tints of #7999AD

#7999AD
(121,153,173)
#85A2B4
(133,162,180)
#91ABBB
(145,171,187)
#9DB4C2
(157,180,194)
#A9BDC9
(169,189,201)
#B5C6D0
(181,198,208)
#C1CFD7
(193,207,215)
#CDD8DE
(205,216,222)
#D9E1E5
(217,225,229)
#E5EAEC
(229,234,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7999AD; }

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

This text font color is #7999AD.


Background Color

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

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

This div background color is #7999AD.


Border color

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

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

This div border color is #7999AD.


Opacity

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

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

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

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

This text has shadow with #7999AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7999AD on black background.


Color preview on white background

This text has color #7999AD on white background.



Black color preview on #7999AD background

This text has black color on #7999AD background.


White color preview on #7999AD background

This text has white color on #7999AD background.