COLOR #9B8ADD

HEX: #9B8ADD
RGB: (155,138,221)

Renk bilgisi

#9B8ADD contains mainly blue color. #9B8ADD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9B8ADD color RGB value is (155,138,221).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 138 of 255 = 54%
B 221 of 255 = 87%

155
138
221

R + G + B ~ 67%. #9B8ADD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 138 + 221 = 514 (100%)
R 155 of 514 ~ 30.16%
G 138 of 514 ~ 26.85%
B 221 of 514 ~ 43%

%30.16
%26.85
%43

CMYK RENK MODELİ

#9B8ADD rengi CMYK tonu (30,38,0,13).

  • camgöbeği tonu 29.86%
  • eflatun tonu 37.56%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(30,38,0,13)
C30M38Y0K13 
(30%,38%,0%,13%)
(0.30/0.38/0.00/0.13)	

CMYK yüzdeleri

%29.86
%37.56
%0
%13.33

Codes

Color #9B8ADD in popluar color models

9B8ADD
RGB155138221
HSL252°54.97%70.39%
HSB/HSV252°37.56%86.67%
CMYK29.86%37.56%0.00%
13.33%

Color #9B8ADD in popluar number systems.

HEX9B8ADD
Decimal155138221
Binary100110111000101011011101
Octal233212335

Shades and tints

Shades of #9B8ADD

#9B8ADD
(155,138,221)
#8D7EC9
(141,126,201)
#7F72B5
(127,114,181)
#7166A1
(113,102,161)
#635A8D
(99,90,141)
#554E79
(85,78,121)
#474265
(71,66,101)
#393651
(57,54,81)
#2B2A3D
(43,42,61)
#1D1E29
(29,30,41)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9B8ADD

#9B8ADD
(155,138,221)
#A494E0
(164,148,224)
#AD9EE3
(173,158,227)
#B6A8E6
(182,168,230)
#BFB2E9
(191,178,233)
#C8BCEC
(200,188,236)
#D1C6EF
(209,198,239)
#DAD0F2
(218,208,242)
#E3DAF5
(227,218,245)
#ECE4F8
(236,228,248)
#F5EEFB
(245,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8ADD; }

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

This text font color is #9B8ADD.


Background Color

.myBgColor { background-color: #9B8ADD; }

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

This div background color is #9B8ADD.


Border color

.myBorderColor { border: 1px solid #9B8ADD; }

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

This div border color is #9B8ADD.


Opacity

.myOpacity80 { color: #9B8ADD; opacity: 0.8; }

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

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

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

This text has shadow with #9B8ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8ADD on black background.


Color preview on white background

This text has color #9B8ADD on white background.



Black color preview on #9B8ADD background

This text has black color on #9B8ADD background.


White color preview on #9B8ADD background

This text has white color on #9B8ADD background.