COLOR #7D969C

HEX: #7D969C
RGB: (125,150,156)

Renk bilgisi

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

RGB renk modeli

#7D969C color RGB value is (125,150,156).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 150 of 255 = 59%
B 156 of 255 = 61%

125
150
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 150 + 156 = 431 (100%)
R 125 of 431 ~ 29%
G 150 of 431 ~ 34.8%
B 156 of 431 ~ 36.19%

%29
%34.8
%36.19

CMYK RENK MODELİ

#7D969C rengi CMYK tonu (20,4,0,39).

  • camgöbeği tonu 19.87%
  • eflatun tonu 3.85%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(20,4,0,39)
C20M4Y0K39 
(20%,4%,0%,39%)
(0.20/0.04/0.00/0.39)	

CMYK yüzdeleri

%19.87
%3.85
%0
%38.82

Codes

Color #7D969C in popluar color models

7D969C
RGB125150156
HSL192°13.54%55.10%
HSB/HSV192°19.87%61.18%
CMYK19.87%3.85%0.00%
38.82%

Color #7D969C in popluar number systems.

HEX7D969C
Decimal125150156
Binary11111011001011010011100
Octal175226234

Shades and tints

Shades of #7D969C

#7D969C
(125,150,156)
#72898E
(114,137,142)
#677C80
(103,124,128)
#5C6F72
(92,111,114)
#516264
(81,98,100)
#465556
(70,85,86)
#3B4848
(59,72,72)
#303B3A
(48,59,58)
#252E2C
(37,46,44)
#1A211E
(26,33,30)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D969C

#7D969C
(125,150,156)
#889FA5
(136,159,165)
#93A8AE
(147,168,174)
#9EB1B7
(158,177,183)
#A9BAC0
(169,186,192)
#B4C3C9
(180,195,201)
#BFCCD2
(191,204,210)
#CAD5DB
(202,213,219)
#D5DEE4
(213,222,228)
#E0E7ED
(224,231,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D969C; }

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

This text font color is #7D969C.


Background Color

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

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

This div background color is #7D969C.


Border color

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

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

This div border color is #7D969C.


Opacity

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

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

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

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

This text has shadow with #7D969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D969C on black background.


Color preview on white background

This text has color #7D969C on white background.



Black color preview on #7D969C background

This text has black color on #7D969C background.


White color preview on #7D969C background

This text has white color on #7D969C background.