COLOR #AB95C4

HEX: #AB95C4
RGB: (171,149,196)

Renk bilgisi

#AB95C4 contains red, green and blue colors in about the same proportion. #AB95C4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AB95C4 color RGB value is (171,149,196).

  • kırmız ton 171;
  • yeşil ton 149;
  • mavi ton 196.
RGB:
(171,149,196)
(67%,58%,77%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 149 of 255 = 58%
B 196 of 255 = 77%

171
149
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 149 + 196 = 516 (100%)
R 171 of 516 ~ 33.14%
G 149 of 516 ~ 28.88%
B 196 of 516 ~ 37.98%

%33.14
%28.88
%37.98

CMYK RENK MODELİ

#AB95C4 rengi CMYK tonu (13,24,0,23).

  • camgöbeği tonu 12.76%
  • eflatun tonu 23.98%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(13,24,0,23)
C13M24Y0K23 
(13%,24%,0%,23%)
(0.13/0.24/0.00/0.23)	

CMYK yüzdeleri

%12.76
%23.98
%0
%23.14

Codes

Color #AB95C4 in popluar color models

AB95C4
RGB171149196
HSL268°28.48%67.65%
HSB/HSV268°23.98%76.86%
CMYK12.76%23.98%0.00%
23.14%

Color #AB95C4 in popluar number systems.

HEXAB95C4
Decimal171149196
Binary101010111001010111000100
Octal253225304

Shades and tints

Shades of #AB95C4

#AB95C4
(171,149,196)
#9C88B3
(156,136,179)
#8D7BA2
(141,123,162)
#7E6E91
(126,110,145)
#6F6180
(111,97,128)
#60546F
(96,84,111)
#51475E
(81,71,94)
#423A4D
(66,58,77)
#332D3C
(51,45,60)
#24202B
(36,32,43)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #AB95C4

#AB95C4
(171,149,196)
#B29EC9
(178,158,201)
#B9A7CE
(185,167,206)
#C0B0D3
(192,176,211)
#C7B9D8
(199,185,216)
#CEC2DD
(206,194,221)
#D5CBE2
(213,203,226)
#DCD4E7
(220,212,231)
#E3DDEC
(227,221,236)
#EAE6F1
(234,230,241)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB95C4 color. Also use rgb(171,149,196) instead hex code.

Text Font Color

.myTextColor { color: #AB95C4; }

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

This text font color is #AB95C4.


Background Color

.myBgColor { background-color: #AB95C4; }

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

This div background color is #AB95C4.


Border color

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

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

This div border color is #AB95C4.


Opacity

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

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

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

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

This text has shadow with #AB95C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB95C4 on black background.


Color preview on white background

This text has color #AB95C4 on white background.



Black color preview on #AB95C4 background

This text has black color on #AB95C4 background.


White color preview on #AB95C4 background

This text has white color on #AB95C4 background.