COLOR #B6699B

HEX: #B6699B
RGB: (182,105,155)

Renk bilgisi

#B6699B contains mainly red and blue colors. #B6699B ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#B6699B color RGB value is (182,105,155).

  • kırmız ton 182;
  • yeşil ton 105;
  • mavi ton 155.
RGB:
(182,105,155)
(71%,41%,61%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 105 of 255 = 41%
B 155 of 255 = 61%

182
105
155

R + G + B ~ 58%. #B6699B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 105 + 155 = 442 (100%)
R 182 of 442 ~ 41.18%
G 105 of 442 ~ 23.76%
B 155 of 442 ~ 35.07%

%41.18
%23.76
%35.07

CMYK RENK MODELİ

#B6699B rengi CMYK tonu (0,42,15,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.31%
  • sarı tonu 14.84%
  • ana renk tonu 28.63%
CMYK:
(0,42,15,29)
C0M42Y15K29 
(0%,42%,15%,29%)
(0.00/0.42/0.15/0.29)	

CMYK yüzdeleri

%0
%42.31
%14.84
%28.63

Codes

Color #B6699B in popluar color models

B6699B
RGB182105155
HSL321°34.53%56.27%
HSB/HSV321°42.31%71.37%
CMYK0.00%42.31%14.84%
28.63%

Color #B6699B in popluar number systems.

HEXB6699B
Decimal182105155
Binary10110110110100110011011
Octal266151233

Shades and tints

Shades of #B6699B

#B6699B
(182,105,155)
#A6608D
(166,96,141)
#96577F
(150,87,127)
#864E71
(134,78,113)
#764563
(118,69,99)
#663C55
(102,60,85)
#563347
(86,51,71)
#462A39
(70,42,57)
#36212B
(54,33,43)
#26181D
(38,24,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #B6699B

#B6699B
(182,105,155)
#BC76A4
(188,118,164)
#C283AD
(194,131,173)
#C890B6
(200,144,182)
#CE9DBF
(206,157,191)
#D4AAC8
(212,170,200)
#DAB7D1
(218,183,209)
#E0C4DA
(224,196,218)
#E6D1E3
(230,209,227)
#ECDEEC
(236,222,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6699B color. Also use rgb(182,105,155) instead hex code.

Text Font Color

.myTextColor { color: #B6699B; }

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

This text font color is #B6699B.


Background Color

.myBgColor { background-color: #B6699B; }

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

This div background color is #B6699B.


Border color

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

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

This div border color is #B6699B.


Opacity

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

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

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

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

This text has shadow with #B6699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6699B on black background.


Color preview on white background

This text has color #B6699B on white background.



Black color preview on #B6699B background

This text has black color on #B6699B background.


White color preview on #B6699B background

This text has white color on #B6699B background.