COLOR #B996CC

HEX: #B996CC
RGB: (185,150,204)

Renk bilgisi

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

RGB renk modeli

#B996CC color RGB value is (185,150,204).

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

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 150 of 255 = 59%
B 204 of 255 = 80%

185
150
204

R + G + B ~ 71%. #B996CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 150 + 204 = 539 (100%)
R 185 of 539 ~ 34.32%
G 150 of 539 ~ 27.83%
B 204 of 539 ~ 37.85%

%34.32
%27.83
%37.85

CMYK RENK MODELİ

#B996CC rengi CMYK tonu (9,26,0,20).

  • camgöbeği tonu 9.31%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(9,26,0,20)
C9M26Y0K20 
(9%,26%,0%,20%)
(0.09/0.26/0.00/0.20)	

CMYK yüzdeleri

%9.31
%26.47
%0
%20

Codes

Color #B996CC in popluar color models

B996CC
RGB185150204
HSL279°34.62%69.41%
HSB/HSV279°26.47%80.00%
CMYK9.31%26.47%0.00%
20.00%

Color #B996CC in popluar number systems.

HEXB996CC
Decimal185150204
Binary101110011001011011001100
Octal271226314

Shades and tints

Shades of #B996CC

#B996CC
(185,150,204)
#A989BA
(169,137,186)
#997CA8
(153,124,168)
#896F96
(137,111,150)
#796284
(121,98,132)
#695572
(105,85,114)
#594860
(89,72,96)
#493B4E
(73,59,78)
#392E3C
(57,46,60)
#29212A
(41,33,42)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #B996CC

#B996CC
(185,150,204)
#BF9FD0
(191,159,208)
#C5A8D4
(197,168,212)
#CBB1D8
(203,177,216)
#D1BADC
(209,186,220)
#D7C3E0
(215,195,224)
#DDCCE4
(221,204,228)
#E3D5E8
(227,213,232)
#E9DEEC
(233,222,236)
#EFE7F0
(239,231,240)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B996CC; }

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

This text font color is #B996CC.


Background Color

.myBgColor { background-color: #B996CC; }

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

This div background color is #B996CC.


Border color

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

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

This div border color is #B996CC.


Opacity

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

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

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

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

This text has shadow with #B996CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B996CC on black background.


Color preview on white background

This text has color #B996CC on white background.



Black color preview on #B996CC background

This text has black color on #B996CC background.


White color preview on #B996CC background

This text has white color on #B996CC background.