COLOR #9980DD

HEX: #9980DD
RGB: (153,128,221)

Renk bilgisi

#9980DD contains mainly blue color. #9980DD ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#9980DD color RGB value is (153,128,221).

  • kırmız ton 153;
  • yeşil ton 128;
  • mavi ton 221.
RGB:
(153,128,221)
(60%,50%,87%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 128 of 255 = 50%
B 221 of 255 = 87%

153
128
221

R + G + B ~ 66%. #9980DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 128 + 221 = 502 (100%)
R 153 of 502 ~ 30.48%
G 128 of 502 ~ 25.5%
B 221 of 502 ~ 44.02%

%30.48
%25.5
%44.02

CMYK RENK MODELİ

#9980DD rengi CMYK tonu (31,42,0,13).

  • camgöbeği tonu 30.77%
  • eflatun tonu 42.08%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(31,42,0,13)
C31M42Y0K13 
(31%,42%,0%,13%)
(0.31/0.42/0.00/0.13)	

CMYK yüzdeleri

%30.77
%42.08
%0
%13.33

Codes

Color #9980DD in popluar color models

9980DD
RGB153128221
HSL256°57.76%68.43%
HSB/HSV256°42.08%86.67%
CMYK30.77%42.08%0.00%
13.33%

Color #9980DD in popluar number systems.

HEX9980DD
Decimal153128221
Binary100110011000000011011101
Octal231200335

Shades and tints

Shades of #9980DD

#9980DD
(153,128,221)
#8C75C9
(140,117,201)
#7F6AB5
(127,106,181)
#725FA1
(114,95,161)
#65548D
(101,84,141)
#584979
(88,73,121)
#4B3E65
(75,62,101)
#3E3351
(62,51,81)
#31283D
(49,40,61)
#241D29
(36,29,41)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #9980DD

#9980DD
(153,128,221)
#A28BE0
(162,139,224)
#AB96E3
(171,150,227)
#B4A1E6
(180,161,230)
#BDACE9
(189,172,233)
#C6B7EC
(198,183,236)
#CFC2EF
(207,194,239)
#D8CDF2
(216,205,242)
#E1D8F5
(225,216,245)
#EAE3F8
(234,227,248)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9980DD color. Also use rgb(153,128,221) instead hex code.

Text Font Color

.myTextColor { color: #9980DD; }

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

This text font color is #9980DD.


Background Color

.myBgColor { background-color: #9980DD; }

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

This div background color is #9980DD.


Border color

.myBorderColor { border: 1px solid #9980DD; }

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

This div border color is #9980DD.


Opacity

.myOpacity80 { color: #9980DD; opacity: 0.8; }

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

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

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

This text has shadow with #9980DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9980DD on black background.


Color preview on white background

This text has color #9980DD on white background.



Black color preview on #9980DD background

This text has black color on #9980DD background.


White color preview on #9980DD background

This text has white color on #9980DD background.