COLOR #7D96AB

HEX: #7D96AB
RGB: (125,150,171)

Renk bilgisi

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

RGB renk modeli

#7D96AB color RGB value is (125,150,171).

  • kırmız ton 125;
  • yeşil ton 150;
  • mavi ton 171.
RGB:
(125,150,171)
(49%,59%,67%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 150 of 255 = 59%
B 171 of 255 = 67%

125
150
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 150 + 171 = 446 (100%)
R 125 of 446 ~ 28.03%
G 150 of 446 ~ 33.63%
B 171 of 446 ~ 38.34%

%28.03
%33.63
%38.34

CMYK RENK MODELİ

#7D96AB rengi CMYK tonu (27,12,0,33).

  • camgöbeği tonu 26.90%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(27,12,0,33)
C27M12Y0K33 
(27%,12%,0%,33%)
(0.27/0.12/0.00/0.33)	

CMYK yüzdeleri

%26.9
%12.28
%0
%32.94

Codes

Color #7D96AB in popluar color models

7D96AB
RGB125150171
HSL207°21.50%58.04%
HSB/HSV207°26.90%67.06%
CMYK26.90%12.28%0.00%
32.94%

Color #7D96AB in popluar number systems.

HEX7D96AB
Decimal125150171
Binary11111011001011010101011
Octal175226253

Shades and tints

Shades of #7D96AB

#7D96AB
(125,150,171)
#72899C
(114,137,156)
#677C8D
(103,124,141)
#5C6F7E
(92,111,126)
#51626F
(81,98,111)
#465560
(70,85,96)
#3B4851
(59,72,81)
#303B42
(48,59,66)
#252E33
(37,46,51)
#1A2124
(26,33,36)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #7D96AB

#7D96AB
(125,150,171)
#889FB2
(136,159,178)
#93A8B9
(147,168,185)
#9EB1C0
(158,177,192)
#A9BAC7
(169,186,199)
#B4C3CE
(180,195,206)
#BFCCD5
(191,204,213)
#CAD5DC
(202,213,220)
#D5DEE3
(213,222,227)
#E0E7EA
(224,231,234)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D96AB color. Also use rgb(125,150,171) instead hex code.

Text Font Color

.myTextColor { color: #7D96AB; }

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

This text font color is #7D96AB.


Background Color

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

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

This div background color is #7D96AB.


Border color

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

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

This div border color is #7D96AB.


Opacity

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

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

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

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

This text has shadow with #7D96AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D96AB on black background.


Color preview on white background

This text has color #7D96AB on white background.



Black color preview on #7D96AB background

This text has black color on #7D96AB background.


White color preview on #7D96AB background

This text has white color on #7D96AB background.