COLOR #948ADD

HEX: #948ADD
RGB: (148,138,221)

Renk bilgisi

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

RGB renk modeli

#948ADD color RGB value is (148,138,221).

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

RGB bağlantıları ve doygunluk

R 148 of 255 = 58%
G 138 of 255 = 54%
B 221 of 255 = 87%

148
138
221

R + G + B ~ 66%. #948ADD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
148 + 138 + 221 = 507 (100%)
R 148 of 507 ~ 29.19%
G 138 of 507 ~ 27.22%
B 221 of 507 ~ 43.59%

%29.19
%27.22
%43.59

CMYK RENK MODELİ

#948ADD rengi CMYK tonu (33,38,0,13).

  • camgöbeği tonu 33.03%
  • eflatun tonu 37.56%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(33,38,0,13)
C33M38Y0K13 
(33%,38%,0%,13%)
(0.33/0.38/0.00/0.13)	

CMYK yüzdeleri

%33.03
%37.56
%0
%13.33

Codes

Color #948ADD in popluar color models

948ADD
RGB148138221
HSL247°54.97%70.39%
HSB/HSV247°37.56%86.67%
CMYK33.03%37.56%0.00%
13.33%

Color #948ADD in popluar number systems.

HEX948ADD
Decimal148138221
Binary100101001000101011011101
Octal224212335

Shades and tints

Shades of #948ADD

#948ADD
(148,138,221)
#877EC9
(135,126,201)
#7A72B5
(122,114,181)
#6D66A1
(109,102,161)
#605A8D
(96,90,141)
#534E79
(83,78,121)
#464265
(70,66,101)
#393651
(57,54,81)
#2C2A3D
(44,42,61)
#1F1E29
(31,30,41)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #948ADD

#948ADD
(148,138,221)
#9D94E0
(157,148,224)
#A69EE3
(166,158,227)
#AFA8E6
(175,168,230)
#B8B2E9
(184,178,233)
#C1BCEC
(193,188,236)
#CAC6EF
(202,198,239)
#D3D0F2
(211,208,242)
#DCDAF5
(220,218,245)
#E5E4F8
(229,228,248)
#EEEEFB
(238,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948ADD; }

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

This text font color is #948ADD.


Background Color

.myBgColor { background-color: #948ADD; }

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

This div background color is #948ADD.


Border color

.myBorderColor { border: 1px solid #948ADD; }

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

This div border color is #948ADD.


Opacity

.myOpacity80 { color: #948ADD; opacity: 0.8; }

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

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

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

This text has shadow with #948ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948ADD on black background.


Color preview on white background

This text has color #948ADD on white background.



Black color preview on #948ADD background

This text has black color on #948ADD background.


White color preview on #948ADD background

This text has white color on #948ADD background.