COLOR #B687D5

HEX: #B687D5
RGB: (182,135,213)

Renk bilgisi

#B687D5 contains mainly red and blue colors. #B687D5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B687D5 color RGB value is (182,135,213).

  • kırmız ton 182;
  • yeşil ton 135;
  • mavi ton 213.
RGB:
(182,135,213)
(71%,53%,84%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 135 of 255 = 53%
B 213 of 255 = 84%

182
135
213

R + G + B ~ 69%. #B687D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 135 + 213 = 530 (100%)
R 182 of 530 ~ 34.34%
G 135 of 530 ~ 25.47%
B 213 of 530 ~ 40.19%

%34.34
%25.47
%40.19

CMYK RENK MODELİ

#B687D5 rengi CMYK tonu (15,37,0,16).

  • camgöbeği tonu 14.55%
  • eflatun tonu 36.62%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(15,37,0,16)
C15M37Y0K16 
(15%,37%,0%,16%)
(0.15/0.37/0.00/0.16)	

CMYK yüzdeleri

%14.55
%36.62
%0
%16.47

Codes

Color #B687D5 in popluar color models

B687D5
RGB182135213
HSL276°48.15%68.24%
HSB/HSV276°36.62%83.53%
CMYK14.55%36.62%0.00%
16.47%

Color #B687D5 in popluar number systems.

HEXB687D5
Decimal182135213
Binary101101101000011111010101
Octal266207325

Shades and tints

Shades of #B687D5

#B687D5
(182,135,213)
#A67BC2
(166,123,194)
#966FAF
(150,111,175)
#86639C
(134,99,156)
#765789
(118,87,137)
#664B76
(102,75,118)
#563F63
(86,63,99)
#463350
(70,51,80)
#36273D
(54,39,61)
#261B2A
(38,27,42)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #B687D5

#B687D5
(182,135,213)
#BC91D8
(188,145,216)
#C29BDB
(194,155,219)
#C8A5DE
(200,165,222)
#CEAFE1
(206,175,225)
#D4B9E4
(212,185,228)
#DAC3E7
(218,195,231)
#E0CDEA
(224,205,234)
#E6D7ED
(230,215,237)
#ECE1F0
(236,225,240)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B687D5 color. Also use rgb(182,135,213) instead hex code.

Text Font Color

.myTextColor { color: #B687D5; }

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

This text font color is #B687D5.


Background Color

.myBgColor { background-color: #B687D5; }

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

This div background color is #B687D5.


Border color

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

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

This div border color is #B687D5.


Opacity

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

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

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

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

This text has shadow with #B687D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B687D5 on black background.


Color preview on white background

This text has color #B687D5 on white background.



Black color preview on #B687D5 background

This text has black color on #B687D5 background.


White color preview on #B687D5 background

This text has white color on #B687D5 background.