COLOR #B996B0

HEX: #B996B0
RGB: (185,150,176)

Renk bilgisi

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

RGB renk modeli

#B996B0 color RGB value is (185,150,176).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 150 of 255 = 59%
B 176 of 255 = 69%

185
150
176

R + G + B ~ 67%. #B996B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 150 + 176 = 511 (100%)
R 185 of 511 ~ 36.2%
G 150 of 511 ~ 29.35%
B 176 of 511 ~ 34.44%

%36.2
%29.35
%34.44

CMYK RENK MODELİ

#B996B0 rengi CMYK tonu (0,19,5,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.92%
  • sarı tonu 4.86%
  • ana renk tonu 27.45%
CMYK:
(0,19,5,27)
C0M19Y5K27 
(0%,19%,5%,27%)
(0.00/0.19/0.05/0.27)	

CMYK yüzdeleri

%0
%18.92
%4.86
%27.45

Codes

Color #B996B0 in popluar color models

B996B0
RGB185150176
HSL315°20.00%65.69%
HSB/HSV315°18.92%72.55%
CMYK0.00%18.92%4.86%
27.45%

Color #B996B0 in popluar number systems.

HEXB996B0
Decimal185150176
Binary101110011001011010110000
Octal271226260

Shades and tints

Shades of #B996B0

#B996B0
(185,150,176)
#A989A0
(169,137,160)
#997C90
(153,124,144)
#896F80
(137,111,128)
#796270
(121,98,112)
#695560
(105,85,96)
#594850
(89,72,80)
#493B40
(73,59,64)
#392E30
(57,46,48)
#292120
(41,33,32)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #B996B0

#B996B0
(185,150,176)
#BF9FB7
(191,159,183)
#C5A8BE
(197,168,190)
#CBB1C5
(203,177,197)
#D1BACC
(209,186,204)
#D7C3D3
(215,195,211)
#DDCCDA
(221,204,218)
#E3D5E1
(227,213,225)
#E9DEE8
(233,222,232)
#EFE7EF
(239,231,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996B0; }

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

This text font color is #B996B0.


Background Color

.myBgColor { background-color: #B996B0; }

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

This div background color is #B996B0.


Border color

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

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

This div border color is #B996B0.


Opacity

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

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

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

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

This text has shadow with #B996B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996B0 on black background.


Color preview on white background

This text has color #B996B0 on white background.



Black color preview on #B996B0 background

This text has black color on #B996B0 background.


White color preview on #B996B0 background

This text has white color on #B996B0 background.