COLOR #B096D2

HEX: #B096D2
RGB: (176,150,210)

Renk bilgisi

#B096D2 contains mainly red and blue colors. #B096D2 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B096D2 color RGB value is (176,150,210).

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

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 150 of 255 = 59%
B 210 of 255 = 82%

176
150
210

R + G + B ~ 70%. #B096D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 150 + 210 = 536 (100%)
R 176 of 536 ~ 32.84%
G 150 of 536 ~ 27.99%
B 210 of 536 ~ 39.18%

%32.84
%27.99
%39.18

CMYK RENK MODELİ

#B096D2 rengi CMYK tonu (16,29,0,18).

  • camgöbeği tonu 16.19%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(16,29,0,18)
C16M29Y0K18 
(16%,29%,0%,18%)
(0.16/0.29/0.00/0.18)	

CMYK yüzdeleri

%16.19
%28.57
%0
%17.65

Codes

Color #B096D2 in popluar color models

B096D2
RGB176150210
HSL266°40.00%70.59%
HSB/HSV266°28.57%82.35%
CMYK16.19%28.57%0.00%
17.65%

Color #B096D2 in popluar number systems.

HEXB096D2
Decimal176150210
Binary101100001001011011010010
Octal260226322

Shades and tints

Shades of #B096D2

#B096D2
(176,150,210)
#A089BF
(160,137,191)
#907CAC
(144,124,172)
#806F99
(128,111,153)
#706286
(112,98,134)
#605573
(96,85,115)
#504860
(80,72,96)
#403B4D
(64,59,77)
#302E3A
(48,46,58)
#202127
(32,33,39)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #B096D2

#B096D2
(176,150,210)
#B79FD6
(183,159,214)
#BEA8DA
(190,168,218)
#C5B1DE
(197,177,222)
#CCBAE2
(204,186,226)
#D3C3E6
(211,195,230)
#DACCEA
(218,204,234)
#E1D5EE
(225,213,238)
#E8DEF2
(232,222,242)
#EFE7F6
(239,231,246)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B096D2; }

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

This text font color is #B096D2.


Background Color

.myBgColor { background-color: #B096D2; }

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

This div background color is #B096D2.


Border color

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

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

This div border color is #B096D2.


Opacity

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

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

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

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

This text has shadow with #B096D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B096D2 on black background.


Color preview on white background

This text has color #B096D2 on white background.



Black color preview on #B096D2 background

This text has black color on #B096D2 background.


White color preview on #B096D2 background

This text has white color on #B096D2 background.