COLOR #B38AD1

HEX: #B38AD1
RGB: (179,138,209)

Renk bilgisi

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

RGB renk modeli

#B38AD1 color RGB value is (179,138,209).

  • kırmız ton 179;
  • yeşil ton 138;
  • mavi ton 209.
RGB:
(179,138,209)
(70%,54%,82%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 138 of 255 = 54%
B 209 of 255 = 82%

179
138
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 138 + 209 = 526 (100%)
R 179 of 526 ~ 34.03%
G 138 of 526 ~ 26.24%
B 209 of 526 ~ 39.73%

%34.03
%26.24
%39.73

CMYK RENK MODELİ

#B38AD1 rengi CMYK tonu (14,34,0,18).

  • camgöbeği tonu 14.35%
  • eflatun tonu 33.97%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(14,34,0,18)
C14M34Y0K18 
(14%,34%,0%,18%)
(0.14/0.34/0.00/0.18)	

CMYK yüzdeleri

%14.35
%33.97
%0
%18.04

Codes

Color #B38AD1 in popluar color models

B38AD1
RGB179138209
HSL275°43.56%68.04%
HSB/HSV275°33.97%81.96%
CMYK14.35%33.97%0.00%
18.04%

Color #B38AD1 in popluar number systems.

HEXB38AD1
Decimal179138209
Binary101100111000101011010001
Octal263212321

Shades and tints

Shades of #B38AD1

#B38AD1
(179,138,209)
#A37EBE
(163,126,190)
#9372AB
(147,114,171)
#836698
(131,102,152)
#735A85
(115,90,133)
#634E72
(99,78,114)
#53425F
(83,66,95)
#43364C
(67,54,76)
#332A39
(51,42,57)
#231E26
(35,30,38)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B38AD1

#B38AD1
(179,138,209)
#B994D5
(185,148,213)
#BF9ED9
(191,158,217)
#C5A8DD
(197,168,221)
#CBB2E1
(203,178,225)
#D1BCE5
(209,188,229)
#D7C6E9
(215,198,233)
#DDD0ED
(221,208,237)
#E3DAF1
(227,218,241)
#E9E4F5
(233,228,245)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38AD1 color. Also use rgb(179,138,209) instead hex code.

Text Font Color

.myTextColor { color: #B38AD1; }

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

This text font color is #B38AD1.


Background Color

.myBgColor { background-color: #B38AD1; }

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

This div background color is #B38AD1.


Border color

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

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

This div border color is #B38AD1.


Opacity

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

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

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

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

This text has shadow with #B38AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38AD1 on black background.


Color preview on white background

This text has color #B38AD1 on white background.



Black color preview on #B38AD1 background

This text has black color on #B38AD1 background.


White color preview on #B38AD1 background

This text has white color on #B38AD1 background.