COLOR #B08ADD

HEX: #B08ADD
RGB: (176,138,221)

Renk bilgisi

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

RGB renk modeli

#B08ADD color RGB value is (176,138,221).

  • kırmız ton 176;
  • yeşil ton 138;
  • mavi ton 221.
RGB:
(176,138,221)
(69%,54%,87%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 138 of 255 = 54%
B 221 of 255 = 87%

176
138
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 138 + 221 = 535 (100%)
R 176 of 535 ~ 32.9%
G 138 of 535 ~ 25.79%
B 221 of 535 ~ 41.31%

%32.9
%25.79
%41.31

CMYK RENK MODELİ

#B08ADD rengi CMYK tonu (20,38,0,13).

  • camgöbeği tonu 20.36%
  • eflatun tonu 37.56%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(20,38,0,13)
C20M38Y0K13 
(20%,38%,0%,13%)
(0.20/0.38/0.00/0.13)	

CMYK yüzdeleri

%20.36
%37.56
%0
%13.33

Codes

Color #B08ADD in popluar color models

B08ADD
RGB176138221
HSL267°54.97%70.39%
HSB/HSV267°37.56%86.67%
CMYK20.36%37.56%0.00%
13.33%

Color #B08ADD in popluar number systems.

HEXB08ADD
Decimal176138221
Binary101100001000101011011101
Octal260212335

Shades and tints

Shades of #B08ADD

#B08ADD
(176,138,221)
#A07EC9
(160,126,201)
#9072B5
(144,114,181)
#8066A1
(128,102,161)
#705A8D
(112,90,141)
#604E79
(96,78,121)
#504265
(80,66,101)
#403651
(64,54,81)
#302A3D
(48,42,61)
#201E29
(32,30,41)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #B08ADD

#B08ADD
(176,138,221)
#B794E0
(183,148,224)
#BE9EE3
(190,158,227)
#C5A8E6
(197,168,230)
#CCB2E9
(204,178,233)
#D3BCEC
(211,188,236)
#DAC6EF
(218,198,239)
#E1D0F2
(225,208,242)
#E8DAF5
(232,218,245)
#EFE4F8
(239,228,248)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08ADD color. Also use rgb(176,138,221) instead hex code.

Text Font Color

.myTextColor { color: #B08ADD; }

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

This text font color is #B08ADD.


Background Color

.myBgColor { background-color: #B08ADD; }

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

This div background color is #B08ADD.


Border color

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

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

This div border color is #B08ADD.


Opacity

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

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

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

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

This text has shadow with #B08ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08ADD on black background.


Color preview on white background

This text has color #B08ADD on white background.



Black color preview on #B08ADD background

This text has black color on #B08ADD background.


White color preview on #B08ADD background

This text has white color on #B08ADD background.