COLOR #AB7DCC

HEX: #AB7DCC
RGB: (171,125,204)

Renk bilgisi

#AB7DCC contains mainly red and blue colors. #AB7DCC ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AB7DCC color RGB value is (171,125,204).

  • kırmız ton 171;
  • yeşil ton 125;
  • mavi ton 204.
RGB:
(171,125,204)
(67%,49%,80%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 125 of 255 = 49%
B 204 of 255 = 80%

171
125
204

R + G + B ~ 65%. #AB7DCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 125 + 204 = 500 (100%)
R 171 of 500 ~ 34.2%
G 125 of 500 ~ 25%
B 204 of 500 ~ 40.8%

%34.2
%25
%40.8

CMYK RENK MODELİ

#AB7DCC rengi CMYK tonu (16,39,0,20).

  • camgöbeği tonu 16.18%
  • eflatun tonu 38.73%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(16,39,0,20)
C16M39Y0K20 
(16%,39%,0%,20%)
(0.16/0.39/0.00/0.20)	

CMYK yüzdeleri

%16.18
%38.73
%0
%20

Codes

Color #AB7DCC in popluar color models

AB7DCC
RGB171125204
HSL275°43.65%64.51%
HSB/HSV275°38.73%80.00%
CMYK16.18%38.73%0.00%
20.00%

Color #AB7DCC in popluar number systems.

HEXAB7DCC
Decimal171125204
Binary10101011111110111001100
Octal253175314

Shades and tints

Shades of #AB7DCC

#AB7DCC
(171,125,204)
#9C72BA
(156,114,186)
#8D67A8
(141,103,168)
#7E5C96
(126,92,150)
#6F5184
(111,81,132)
#604672
(96,70,114)
#513B60
(81,59,96)
#42304E
(66,48,78)
#33253C
(51,37,60)
#241A2A
(36,26,42)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #AB7DCC

#AB7DCC
(171,125,204)
#B288D0
(178,136,208)
#B993D4
(185,147,212)
#C09ED8
(192,158,216)
#C7A9DC
(199,169,220)
#CEB4E0
(206,180,224)
#D5BFE4
(213,191,228)
#DCCAE8
(220,202,232)
#E3D5EC
(227,213,236)
#EAE0F0
(234,224,240)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7DCC color. Also use rgb(171,125,204) instead hex code.

Text Font Color

.myTextColor { color: #AB7DCC; }

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

This text font color is #AB7DCC.


Background Color

.myBgColor { background-color: #AB7DCC; }

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

This div background color is #AB7DCC.


Border color

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

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

This div border color is #AB7DCC.


Opacity

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

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

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

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

This text has shadow with #AB7DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7DCC on black background.


Color preview on white background

This text has color #AB7DCC on white background.



Black color preview on #AB7DCC background

This text has black color on #AB7DCC background.


White color preview on #AB7DCC background

This text has white color on #AB7DCC background.