COLOR #996A93

HEX: #996A93
RGB: (153,106,147)

Renk bilgisi

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

RGB renk modeli

#996A93 color RGB value is (153,106,147).

  • kırmız ton 153;
  • yeşil ton 106;
  • mavi ton 147.
RGB:
(153,106,147)
(60%,42%,58%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 106 of 255 = 42%
B 147 of 255 = 58%

153
106
147

R + G + B ~ 53%. #996A93 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 106 + 147 = 406 (100%)
R 153 of 406 ~ 37.68%
G 106 of 406 ~ 26.11%
B 147 of 406 ~ 36.21%

%37.68
%26.11
%36.21

CMYK RENK MODELİ

#996A93 rengi CMYK tonu (0,31,4,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.72%
  • sarı tonu 3.92%
  • ana renk tonu 40.00%
CMYK:
(0,31,4,40)
C0M31Y4K40 
(0%,31%,4%,40%)
(0.00/0.31/0.04/0.40)	

CMYK yüzdeleri

%0
%30.72
%3.92
%40

Codes

Color #996A93 in popluar color models

996A93
RGB153106147
HSL308°18.73%50.78%
HSB/HSV308°30.72%60.00%
CMYK0.00%30.72%3.92%
40.00%

Color #996A93 in popluar number systems.

HEX996A93
Decimal153106147
Binary10011001110101010010011
Octal231152223

Shades and tints

Shades of #996A93

#996A93
(153,106,147)
#8C6186
(140,97,134)
#7F5879
(127,88,121)
#724F6C
(114,79,108)
#65465F
(101,70,95)
#583D52
(88,61,82)
#4B3445
(75,52,69)
#3E2B38
(62,43,56)
#31222B
(49,34,43)
#24191E
(36,25,30)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #996A93

#996A93
(153,106,147)
#A2779C
(162,119,156)
#AB84A5
(171,132,165)
#B491AE
(180,145,174)
#BD9EB7
(189,158,183)
#C6ABC0
(198,171,192)
#CFB8C9
(207,184,201)
#D8C5D2
(216,197,210)
#E1D2DB
(225,210,219)
#EADFE4
(234,223,228)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A93 color. Also use rgb(153,106,147) instead hex code.

Text Font Color

.myTextColor { color: #996A93; }

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

This text font color is #996A93.


Background Color

.myBgColor { background-color: #996A93; }

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

This div background color is #996A93.


Border color

.myBorderColor { border: 1px solid #996A93; }

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

This div border color is #996A93.


Opacity

.myOpacity80 { color: #996A93; opacity: 0.8; }

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

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

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

This text has shadow with #996A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A93 on black background.


Color preview on white background

This text has color #996A93 on white background.



Black color preview on #996A93 background

This text has black color on #996A93 background.


White color preview on #996A93 background

This text has white color on #996A93 background.