COLOR #9996B5

HEX: #9996B5
RGB: (153,150,181)

Renk bilgisi

#9996B5 contains red, green and blue colors in about the same proportion. #9996B5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9996B5 color RGB value is (153,150,181).

  • kırmız ton 153;
  • yeşil ton 150;
  • mavi ton 181.
RGB:
(153,150,181)
(60%,59%,71%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 150 of 255 = 59%
B 181 of 255 = 71%

153
150
181

R + G + B ~ 63%. #9996B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 150 + 181 = 484 (100%)
R 153 of 484 ~ 31.61%
G 150 of 484 ~ 30.99%
B 181 of 484 ~ 37.4%

%31.61
%30.99
%37.4

CMYK RENK MODELİ

#9996B5 rengi CMYK tonu (15,17,0,29).

  • camgöbeği tonu 15.47%
  • eflatun tonu 17.13%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(15,17,0,29)
C15M17Y0K29 
(15%,17%,0%,29%)
(0.15/0.17/0.00/0.29)	

CMYK yüzdeleri

%15.47
%17.13
%0
%29.02

Codes

Color #9996B5 in popluar color models

9996B5
RGB153150181
HSL246°17.32%64.90%
HSB/HSV246°17.13%70.98%
CMYK15.47%17.13%0.00%
29.02%

Color #9996B5 in popluar number systems.

HEX9996B5
Decimal153150181
Binary100110011001011010110101
Octal231226265

Shades and tints

Shades of #9996B5

#9996B5
(153,150,181)
#8C89A5
(140,137,165)
#7F7C95
(127,124,149)
#726F85
(114,111,133)
#656275
(101,98,117)
#585565
(88,85,101)
#4B4855
(75,72,85)
#3E3B45
(62,59,69)
#312E35
(49,46,53)
#242125
(36,33,37)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #9996B5

#9996B5
(153,150,181)
#A29FBB
(162,159,187)
#ABA8C1
(171,168,193)
#B4B1C7
(180,177,199)
#BDBACD
(189,186,205)
#C6C3D3
(198,195,211)
#CFCCD9
(207,204,217)
#D8D5DF
(216,213,223)
#E1DEE5
(225,222,229)
#EAE7EB
(234,231,235)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9996B5 color. Also use rgb(153,150,181) instead hex code.

Text Font Color

.myTextColor { color: #9996B5; }

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

This text font color is #9996B5.


Background Color

.myBgColor { background-color: #9996B5; }

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

This div background color is #9996B5.


Border color

.myBorderColor { border: 1px solid #9996B5; }

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

This div border color is #9996B5.


Opacity

.myOpacity80 { color: #9996B5; opacity: 0.8; }

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

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

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

This text has shadow with #9996B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9996B5 on black background.


Color preview on white background

This text has color #9996B5 on white background.



Black color preview on #9996B5 background

This text has black color on #9996B5 background.


White color preview on #9996B5 background

This text has white color on #9996B5 background.