COLOR #996989

HEX: #996989
RGB: (153,105,137)

Renk bilgisi

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

RGB renk modeli

#996989 color RGB value is (153,105,137).

  • kırmız ton 153;
  • yeşil ton 105;
  • mavi ton 137.
RGB:
(153,105,137)
(60%,41%,54%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 105 of 255 = 41%
B 137 of 255 = 54%

153
105
137

R + G + B ~ 52%. #996989 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 105 + 137 = 395 (100%)
R 153 of 395 ~ 38.73%
G 105 of 395 ~ 26.58%
B 137 of 395 ~ 34.68%

%38.73
%26.58
%34.68

CMYK RENK MODELİ

#996989 rengi CMYK tonu (0,31,10,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.37%
  • sarı tonu 10.46%
  • ana renk tonu 40.00%
CMYK:
(0,31,10,40)
C0M31Y10K40 
(0%,31%,10%,40%)
(0.00/0.31/0.10/0.40)	

CMYK yüzdeleri

%0
%31.37
%10.46
%40

Codes

Color #996989 in popluar color models

996989
RGB153105137
HSL320°19.05%50.59%
HSB/HSV320°31.37%60.00%
CMYK0.00%31.37%10.46%
40.00%

Color #996989 in popluar number systems.

HEX996989
Decimal153105137
Binary10011001110100110001001
Octal231151211

Shades and tints

Shades of #996989

#996989
(153,105,137)
#8C607D
(140,96,125)
#7F5771
(127,87,113)
#724E65
(114,78,101)
#654559
(101,69,89)
#583C4D
(88,60,77)
#4B3341
(75,51,65)
#3E2A35
(62,42,53)
#312129
(49,33,41)
#24181D
(36,24,29)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #996989

#996989
(153,105,137)
#A27693
(162,118,147)
#AB839D
(171,131,157)
#B490A7
(180,144,167)
#BD9DB1
(189,157,177)
#C6AABB
(198,170,187)
#CFB7C5
(207,183,197)
#D8C4CF
(216,196,207)
#E1D1D9
(225,209,217)
#EADEE3
(234,222,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996989 color. Also use rgb(153,105,137) instead hex code.

Text Font Color

.myTextColor { color: #996989; }

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

This text font color is #996989.


Background Color

.myBgColor { background-color: #996989; }

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

This div background color is #996989.


Border color

.myBorderColor { border: 1px solid #996989; }

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

This div border color is #996989.


Opacity

.myOpacity80 { color: #996989; opacity: 0.8; }

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

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

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

This text has shadow with #996989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996989 on black background.


Color preview on white background

This text has color #996989 on white background.



Black color preview on #996989 background

This text has black color on #996989 background.


White color preview on #996989 background

This text has white color on #996989 background.