COLOR #997D95

HEX: #997D95
RGB: (153,125,149)

Renk bilgisi

#997D95 contains red, green and blue colors in about the same proportion. #997D95 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#997D95 color RGB value is (153,125,149).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 125 of 255 = 49%
B 149 of 255 = 58%

153
125
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 125 + 149 = 427 (100%)
R 153 of 427 ~ 35.83%
G 125 of 427 ~ 29.27%
B 149 of 427 ~ 34.89%

%35.83
%29.27
%34.89

CMYK RENK MODELİ

#997D95 rengi CMYK tonu (0,18,3,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.30%
  • sarı tonu 2.61%
  • ana renk tonu 40.00%
CMYK:
(0,18,3,40)
C0M18Y3K40 
(0%,18%,3%,40%)
(0.00/0.18/0.03/0.40)	

CMYK yüzdeleri

%0
%18.3
%2.61
%40

Codes

Color #997D95 in popluar color models

997D95
RGB153125149
HSL309°12.07%54.51%
HSB/HSV309°18.30%60.00%
CMYK0.00%18.30%2.61%
40.00%

Color #997D95 in popluar number systems.

HEX997D95
Decimal153125149
Binary10011001111110110010101
Octal231175225

Shades and tints

Shades of #997D95

#997D95
(153,125,149)
#8C7288
(140,114,136)
#7F677B
(127,103,123)
#725C6E
(114,92,110)
#655161
(101,81,97)
#584654
(88,70,84)
#4B3B47
(75,59,71)
#3E303A
(62,48,58)
#31252D
(49,37,45)
#241A20
(36,26,32)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #997D95

#997D95
(153,125,149)
#A2889E
(162,136,158)
#AB93A7
(171,147,167)
#B49EB0
(180,158,176)
#BDA9B9
(189,169,185)
#C6B4C2
(198,180,194)
#CFBFCB
(207,191,203)
#D8CAD4
(216,202,212)
#E1D5DD
(225,213,221)
#EAE0E6
(234,224,230)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997D95 color. Also use rgb(153,125,149) instead hex code.

Text Font Color

.myTextColor { color: #997D95; }

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

This text font color is #997D95.


Background Color

.myBgColor { background-color: #997D95; }

<div style="background-color:#997D95">Inner text</div>

This div background color is #997D95.


Border color

.myBorderColor { border: 1px solid #997D95; }

<div style="border:3px solid #997D95">Div</div>

This div border color is #997D95.


Opacity

.myOpacity80 { color: #997D95; opacity: 0.8; }

<p style="color:#997D95;opacity:0.8;">80%</p>

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

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

This text has shadow with #997D95 color.

.textShadow {text-shadow: 3px 3px 1px #997D95, 3px 3px 1px red;}

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

This text has shadow with #997D95 primary color and red secondary color.


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

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

This text has shadow with #997D95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D95 on black background.


Color preview on white background

This text has color #997D95 on white background.



Black color preview on #997D95 background

This text has black color on #997D95 background.


White color preview on #997D95 background

This text has white color on #997D95 background.