COLOR #995AA6

HEX: #995AA6
RGB: (153,90,166)

Renk bilgisi

#995AA6 contains mainly red and blue colors. #995AA6 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#995AA6 color RGB value is (153,90,166).

  • kırmız ton 153;
  • yeşil ton 90;
  • mavi ton 166.
RGB:
(153,90,166)
(60%,35%,65%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 90 of 255 = 35%
B 166 of 255 = 65%

153
90
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 90 + 166 = 409 (100%)
R 153 of 409 ~ 37.41%
G 90 of 409 ~ 22%
B 166 of 409 ~ 40.59%

%37.41
%22
%40.59

CMYK RENK MODELİ

#995AA6 rengi CMYK tonu (8,46,0,35).

  • camgöbeği tonu 7.83%
  • eflatun tonu 45.78%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(8,46,0,35)
C8M46Y0K35 
(8%,46%,0%,35%)
(0.08/0.46/0.00/0.35)	

CMYK yüzdeleri

%7.83
%45.78
%0
%34.9

Codes

Color #995AA6 in popluar color models

995AA6
RGB15390166
HSL290°29.92%50.20%
HSB/HSV290°45.78%65.10%
CMYK7.83%45.78%0.00%
34.90%

Color #995AA6 in popluar number systems.

HEX995AA6
Decimal15390166
Binary10011001101101010100110
Octal231132246

Shades and tints

Shades of #995AA6

#995AA6
(153,90,166)
#8C5297
(140,82,151)
#7F4A88
(127,74,136)
#724279
(114,66,121)
#653A6A
(101,58,106)
#58325B
(88,50,91)
#4B2A4C
(75,42,76)
#3E223D
(62,34,61)
#311A2E
(49,26,46)
#24121F
(36,18,31)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #995AA6

#995AA6
(153,90,166)
#A269AE
(162,105,174)
#AB78B6
(171,120,182)
#B487BE
(180,135,190)
#BD96C6
(189,150,198)
#C6A5CE
(198,165,206)
#CFB4D6
(207,180,214)
#D8C3DE
(216,195,222)
#E1D2E6
(225,210,230)
#EAE1EE
(234,225,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995AA6 color. Also use rgb(153,90,166) instead hex code.

Text Font Color

.myTextColor { color: #995AA6; }

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

This text font color is #995AA6.


Background Color

.myBgColor { background-color: #995AA6; }

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

This div background color is #995AA6.


Border color

.myBorderColor { border: 1px solid #995AA6; }

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

This div border color is #995AA6.


Opacity

.myOpacity80 { color: #995AA6; opacity: 0.8; }

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

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

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

This text has shadow with #995AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995AA6 on black background.


Color preview on white background

This text has color #995AA6 on white background.



Black color preview on #995AA6 background

This text has black color on #995AA6 background.


White color preview on #995AA6 background

This text has white color on #995AA6 background.