COLOR #B69BD6

HEX: #B69BD6
RGB: (182,155,214)

Renk bilgisi

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

RGB renk modeli

#B69BD6 color RGB value is (182,155,214).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 155 of 255 = 61%
B 214 of 255 = 84%

182
155
214

R + G + B ~ 72%. #B69BD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 155 + 214 = 551 (100%)
R 182 of 551 ~ 33.03%
G 155 of 551 ~ 28.13%
B 214 of 551 ~ 38.84%

%33.03
%28.13
%38.84

CMYK RENK MODELİ

#B69BD6 rengi CMYK tonu (15,28,0,16).

  • camgöbeği tonu 14.95%
  • eflatun tonu 27.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(15,28,0,16)
C15M28Y0K16 
(15%,28%,0%,16%)
(0.15/0.28/0.00/0.16)	

CMYK yüzdeleri

%14.95
%27.57
%0
%16.08

Codes

Color #B69BD6 in popluar color models

B69BD6
RGB182155214
HSL267°41.84%72.35%
HSB/HSV267°27.57%83.92%
CMYK14.95%27.57%0.00%
16.08%

Color #B69BD6 in popluar number systems.

HEXB69BD6
Decimal182155214
Binary101101101001101111010110
Octal266233326

Shades and tints

Shades of #B69BD6

#B69BD6
(182,155,214)
#A68DC3
(166,141,195)
#967FB0
(150,127,176)
#86719D
(134,113,157)
#76638A
(118,99,138)
#665577
(102,85,119)
#564764
(86,71,100)
#463951
(70,57,81)
#362B3E
(54,43,62)
#261D2B
(38,29,43)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #B69BD6

#B69BD6
(182,155,214)
#BCA4D9
(188,164,217)
#C2ADDC
(194,173,220)
#C8B6DF
(200,182,223)
#CEBFE2
(206,191,226)
#D4C8E5
(212,200,229)
#DAD1E8
(218,209,232)
#E0DAEB
(224,218,235)
#E6E3EE
(230,227,238)
#ECECF1
(236,236,241)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69BD6; }

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

This text font color is #B69BD6.


Background Color

.myBgColor { background-color: #B69BD6; }

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

This div background color is #B69BD6.


Border color

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

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

This div border color is #B69BD6.


Opacity

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

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

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

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

This text has shadow with #B69BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69BD6 on black background.


Color preview on white background

This text has color #B69BD6 on white background.



Black color preview on #B69BD6 background

This text has black color on #B69BD6 background.


White color preview on #B69BD6 background

This text has white color on #B69BD6 background.