COLOR #7D9990

HEX: #7D9990
RGB: (125,153,144)

Renk bilgisi

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

RGB renk modeli

#7D9990 color RGB value is (125,153,144).

  • kırmız ton 125;
  • yeşil ton 153;
  • mavi ton 144.
RGB:
(125,153,144)
(49%,60%,56%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 153 of 255 = 60%
B 144 of 255 = 56%

125
153
144

R + G + B ~ 55%. #7D9990 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 153 + 144 = 422 (100%)
R 125 of 422 ~ 29.62%
G 153 of 422 ~ 36.26%
B 144 of 422 ~ 34.12%

%29.62
%36.26
%34.12

CMYK RENK MODELİ

#7D9990 rengi CMYK tonu (18,0,6,40).

  • camgöbeği tonu 18.30%
  • eflatun tonu 0.00%
  • sarı tonu 5.88%
  • ana renk tonu 40.00%
CMYK:
(18,0,6,40)
C18M0Y6K40 
(18%,0%,6%,40%)
(0.18/0.00/0.06/0.40)	

CMYK yüzdeleri

%18.3
%0
%5.88
%40

Codes

Color #7D9990 in popluar color models

7D9990
RGB125153144
HSL161°12.07%54.51%
HSB/HSV161°18.30%60.00%
CMYK18.30%0.00%5.88%
40.00%

Color #7D9990 in popluar number systems.

HEX7D9990
Decimal125153144
Binary11111011001100110010000
Octal175231220

Shades and tints

Shades of #7D9990

#7D9990
(125,153,144)
#728C83
(114,140,131)
#677F76
(103,127,118)
#5C7269
(92,114,105)
#51655C
(81,101,92)
#46584F
(70,88,79)
#3B4B42
(59,75,66)
#303E35
(48,62,53)
#253128
(37,49,40)
#1A241B
(26,36,27)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #7D9990

#7D9990
(125,153,144)
#88A29A
(136,162,154)
#93ABA4
(147,171,164)
#9EB4AE
(158,180,174)
#A9BDB8
(169,189,184)
#B4C6C2
(180,198,194)
#BFCFCC
(191,207,204)
#CAD8D6
(202,216,214)
#D5E1E0
(213,225,224)
#E0EAEA
(224,234,234)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9990 color. Also use rgb(125,153,144) instead hex code.

Text Font Color

.myTextColor { color: #7D9990; }

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

This text font color is #7D9990.


Background Color

.myBgColor { background-color: #7D9990; }

<div style="background-color:#7D9990">Inner text</div>

This div background color is #7D9990.


Border color

.myBorderColor { border: 1px solid #7D9990; }

<div style="border:3px solid #7D9990">Div</div>

This div border color is #7D9990.


Opacity

.myOpacity80 { color: #7D9990; opacity: 0.8; }

<p style="color:#7D9990;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D9990 color.

.textShadow {text-shadow: 3px 3px 1px #7D9990, 3px 3px 1px red;}

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

This text has shadow with #7D9990 primary color and red secondary color.


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

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

This text has shadow with #7D9990 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9990 on black background.


Color preview on white background

This text has color #7D9990 on white background.



Black color preview on #7D9990 background

This text has black color on #7D9990 background.


White color preview on #7D9990 background

This text has white color on #7D9990 background.