COLOR #996ABF

HEX: #996ABF
RGB: (153,106,191)

Renk bilgisi

#996ABF contains mainly red and blue colors. #996ABF ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#996ABF color RGB value is (153,106,191).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 106 of 255 = 42%
B 191 of 255 = 75%

153
106
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 106 + 191 = 450 (100%)
R 153 of 450 ~ 34%
G 106 of 450 ~ 23.56%
B 191 of 450 ~ 42.44%

%34
%23.56
%42.44

CMYK RENK MODELİ

#996ABF rengi CMYK tonu (20,45,0,25).

  • camgöbeği tonu 19.90%
  • eflatun tonu 44.50%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(20,45,0,25)
C20M45Y0K25 
(20%,45%,0%,25%)
(0.20/0.45/0.00/0.25)	

CMYK yüzdeleri

%19.9
%44.5
%0
%25.1

Codes

Color #996ABF in popluar color models

996ABF
RGB153106191
HSL273°39.91%58.24%
HSB/HSV273°44.50%74.90%
CMYK19.90%44.50%0.00%
25.10%

Color #996ABF in popluar number systems.

HEX996ABF
Decimal153106191
Binary10011001110101010111111
Octal231152277

Shades and tints

Shades of #996ABF

#996ABF
(153,106,191)
#8C61AE
(140,97,174)
#7F589D
(127,88,157)
#724F8C
(114,79,140)
#65467B
(101,70,123)
#583D6A
(88,61,106)
#4B3459
(75,52,89)
#3E2B48
(62,43,72)
#312237
(49,34,55)
#241926
(36,25,38)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #996ABF

#996ABF
(153,106,191)
#A277C4
(162,119,196)
#AB84C9
(171,132,201)
#B491CE
(180,145,206)
#BD9ED3
(189,158,211)
#C6ABD8
(198,171,216)
#CFB8DD
(207,184,221)
#D8C5E2
(216,197,226)
#E1D2E7
(225,210,231)
#EADFEC
(234,223,236)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996ABF; }

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

This text font color is #996ABF.


Background Color

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

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

This div background color is #996ABF.


Border color

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

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

This div border color is #996ABF.


Opacity

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

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

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

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

This text has shadow with #996ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996ABF on black background.


Color preview on white background

This text has color #996ABF on white background.



Black color preview on #996ABF background

This text has black color on #996ABF background.


White color preview on #996ABF background

This text has white color on #996ABF background.