COLOR #B996B6

HEX: #B996B6
RGB: (185,150,182)

Renk bilgisi

#B996B6 contains red, green and blue colors in about the same proportion. #B996B6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B996B6 color RGB value is (185,150,182).

  • kırmız ton 185;
  • yeşil ton 150;
  • mavi ton 182.
RGB:
(185,150,182)
(73%,59%,71%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 150 of 255 = 59%
B 182 of 255 = 71%

185
150
182

R + G + B ~ 68%. #B996B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 150 + 182 = 517 (100%)
R 185 of 517 ~ 35.78%
G 150 of 517 ~ 29.01%
B 182 of 517 ~ 35.2%

%35.78
%29.01
%35.2

CMYK RENK MODELİ

#B996B6 rengi CMYK tonu (0,19,2,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.92%
  • sarı tonu 1.62%
  • ana renk tonu 27.45%
CMYK:
(0,19,2,27)
C0M19Y2K27 
(0%,19%,2%,27%)
(0.00/0.19/0.02/0.27)	

CMYK yüzdeleri

%0
%18.92
%1.62
%27.45

Codes

Color #B996B6 in popluar color models

B996B6
RGB185150182
HSL305°20.00%65.69%
HSB/HSV305°18.92%72.55%
CMYK0.00%18.92%1.62%
27.45%

Color #B996B6 in popluar number systems.

HEXB996B6
Decimal185150182
Binary101110011001011010110110
Octal271226266

Shades and tints

Shades of #B996B6

#B996B6
(185,150,182)
#A989A6
(169,137,166)
#997C96
(153,124,150)
#896F86
(137,111,134)
#796276
(121,98,118)
#695566
(105,85,102)
#594856
(89,72,86)
#493B46
(73,59,70)
#392E36
(57,46,54)
#292126
(41,33,38)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B996B6

#B996B6
(185,150,182)
#BF9FBC
(191,159,188)
#C5A8C2
(197,168,194)
#CBB1C8
(203,177,200)
#D1BACE
(209,186,206)
#D7C3D4
(215,195,212)
#DDCCDA
(221,204,218)
#E3D5E0
(227,213,224)
#E9DEE6
(233,222,230)
#EFE7EC
(239,231,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B996B6 color. Also use rgb(185,150,182) instead hex code.

Text Font Color

.myTextColor { color: #B996B6; }

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

This text font color is #B996B6.


Background Color

.myBgColor { background-color: #B996B6; }

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

This div background color is #B996B6.


Border color

.myBorderColor { border: 1px solid #B996B6; }

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

This div border color is #B996B6.


Opacity

.myOpacity80 { color: #B996B6; opacity: 0.8; }

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

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

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

This text has shadow with #B996B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996B6 on black background.


Color preview on white background

This text has color #B996B6 on white background.



Black color preview on #B996B6 background

This text has black color on #B996B6 background.


White color preview on #B996B6 background

This text has white color on #B996B6 background.