COLOR #B996AB

HEX: #B996AB
RGB: (185,150,171)

Renk bilgisi

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

RGB renk modeli

#B996AB color RGB value is (185,150,171).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 150 of 255 = 59%
B 171 of 255 = 67%

185
150
171

R + G + B ~ 66%. #B996AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 150 + 171 = 506 (100%)
R 185 of 506 ~ 36.56%
G 150 of 506 ~ 29.64%
B 171 of 506 ~ 33.79%

%36.56
%29.64
%33.79

CMYK RENK MODELİ

#B996AB rengi CMYK tonu (0,19,8,27).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.92%
  • sarı tonu 7.57%
  • ana renk tonu 27.45%
CMYK:
(0,19,8,27)
C0M19Y8K27 
(0%,19%,8%,27%)
(0.00/0.19/0.08/0.27)	

CMYK yüzdeleri

%0
%18.92
%7.57
%27.45

Codes

Color #B996AB in popluar color models

B996AB
RGB185150171
HSL324°20.00%65.69%
HSB/HSV324°18.92%72.55%
CMYK0.00%18.92%7.57%
27.45%

Color #B996AB in popluar number systems.

HEXB996AB
Decimal185150171
Binary101110011001011010101011
Octal271226253

Shades and tints

Shades of #B996AB

#B996AB
(185,150,171)
#A9899C
(169,137,156)
#997C8D
(153,124,141)
#896F7E
(137,111,126)
#79626F
(121,98,111)
#695560
(105,85,96)
#594851
(89,72,81)
#493B42
(73,59,66)
#392E33
(57,46,51)
#292124
(41,33,36)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B996AB

#B996AB
(185,150,171)
#BF9FB2
(191,159,178)
#C5A8B9
(197,168,185)
#CBB1C0
(203,177,192)
#D1BAC7
(209,186,199)
#D7C3CE
(215,195,206)
#DDCCD5
(221,204,213)
#E3D5DC
(227,213,220)
#E9DEE3
(233,222,227)
#EFE7EA
(239,231,234)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996AB; }

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

This text font color is #B996AB.


Background Color

.myBgColor { background-color: #B996AB; }

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

This div background color is #B996AB.


Border color

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

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

This div border color is #B996AB.


Opacity

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

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

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

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

This text has shadow with #B996AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996AB on black background.


Color preview on white background

This text has color #B996AB on white background.



Black color preview on #B996AB background

This text has black color on #B996AB background.


White color preview on #B996AB background

This text has white color on #B996AB background.