COLOR #996B88

HEX: #996B88
RGB: (153,107,136)

Renk bilgisi

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

RGB renk modeli

#996B88 color RGB value is (153,107,136).

  • kırmız ton 153;
  • yeşil ton 107;
  • mavi ton 136.
RGB:
(153,107,136)
(60%,42%,53%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 107 of 255 = 42%
B 136 of 255 = 53%

153
107
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 107 + 136 = 396 (100%)
R 153 of 396 ~ 38.64%
G 107 of 396 ~ 27.02%
B 136 of 396 ~ 34.34%

%38.64
%27.02
%34.34

CMYK RENK MODELİ

#996B88 rengi CMYK tonu (0,30,11,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.07%
  • sarı tonu 11.11%
  • ana renk tonu 40.00%
CMYK:
(0,30,11,40)
C0M30Y11K40 
(0%,30%,11%,40%)
(0.00/0.30/0.11/0.40)	

CMYK yüzdeleri

%0
%30.07
%11.11
%40

Codes

Color #996B88 in popluar color models

996B88
RGB153107136
HSL322°18.40%50.98%
HSB/HSV322°30.07%60.00%
CMYK0.00%30.07%11.11%
40.00%

Color #996B88 in popluar number systems.

HEX996B88
Decimal153107136
Binary10011001110101110001000
Octal231153210

Shades and tints

Shades of #996B88

#996B88
(153,107,136)
#8C627C
(140,98,124)
#7F5970
(127,89,112)
#725064
(114,80,100)
#654758
(101,71,88)
#583E4C
(88,62,76)
#4B3540
(75,53,64)
#3E2C34
(62,44,52)
#312328
(49,35,40)
#241A1C
(36,26,28)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #996B88

#996B88
(153,107,136)
#A27892
(162,120,146)
#AB859C
(171,133,156)
#B492A6
(180,146,166)
#BD9FB0
(189,159,176)
#C6ACBA
(198,172,186)
#CFB9C4
(207,185,196)
#D8C6CE
(216,198,206)
#E1D3D8
(225,211,216)
#EAE0E2
(234,224,226)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B88 color. Also use rgb(153,107,136) instead hex code.

Text Font Color

.myTextColor { color: #996B88; }

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

This text font color is #996B88.


Background Color

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

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

This div background color is #996B88.


Border color

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

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

This div border color is #996B88.


Opacity

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

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

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

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

This text has shadow with #996B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B88 on black background.


Color preview on white background

This text has color #996B88 on white background.



Black color preview on #996B88 background

This text has black color on #996B88 background.


White color preview on #996B88 background

This text has white color on #996B88 background.