COLOR #B693D2

HEX: #B693D2
RGB: (182,147,210)

Renk bilgisi

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

RGB renk modeli

#B693D2 color RGB value is (182,147,210).

  • kırmız ton 182;
  • yeşil ton 147;
  • mavi ton 210.
RGB:
(182,147,210)
(71%,58%,82%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 147 of 255 = 58%
B 210 of 255 = 82%

182
147
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 147 + 210 = 539 (100%)
R 182 of 539 ~ 33.77%
G 147 of 539 ~ 27.27%
B 210 of 539 ~ 38.96%

%33.77
%27.27
%38.96

CMYK RENK MODELİ

#B693D2 rengi CMYK tonu (13,30,0,18).

  • camgöbeği tonu 13.33%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(13,30,0,18)
C13M30Y0K18 
(13%,30%,0%,18%)
(0.13/0.30/0.00/0.18)	

CMYK yüzdeleri

%13.33
%30
%0
%17.65

Codes

Color #B693D2 in popluar color models

B693D2
RGB182147210
HSL273°41.18%70.00%
HSB/HSV273°30.00%82.35%
CMYK13.33%30.00%0.00%
17.65%

Color #B693D2 in popluar number systems.

HEXB693D2
Decimal182147210
Binary101101101001001111010010
Octal266223322

Shades and tints

Shades of #B693D2

#B693D2
(182,147,210)
#A686BF
(166,134,191)
#9679AC
(150,121,172)
#866C99
(134,108,153)
#765F86
(118,95,134)
#665273
(102,82,115)
#564560
(86,69,96)
#46384D
(70,56,77)
#362B3A
(54,43,58)
#261E27
(38,30,39)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B693D2

#B693D2
(182,147,210)
#BC9CD6
(188,156,214)
#C2A5DA
(194,165,218)
#C8AEDE
(200,174,222)
#CEB7E2
(206,183,226)
#D4C0E6
(212,192,230)
#DAC9EA
(218,201,234)
#E0D2EE
(224,210,238)
#E6DBF2
(230,219,242)
#ECE4F6
(236,228,246)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B693D2 color. Also use rgb(182,147,210) instead hex code.

Text Font Color

.myTextColor { color: #B693D2; }

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

This text font color is #B693D2.


Background Color

.myBgColor { background-color: #B693D2; }

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

This div background color is #B693D2.


Border color

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

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

This div border color is #B693D2.


Opacity

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

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

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

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

This text has shadow with #B693D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B693D2 on black background.


Color preview on white background

This text has color #B693D2 on white background.



Black color preview on #B693D2 background

This text has black color on #B693D2 background.


White color preview on #B693D2 background

This text has white color on #B693D2 background.