COLOR #A995B0

HEX: #A995B0
RGB: (169,149,176)

Renk bilgisi

#A995B0 contains red, green and blue colors in about the same proportion. #A995B0 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A995B0 color RGB value is (169,149,176).

  • kırmız ton 169;
  • yeşil ton 149;
  • mavi ton 176.
RGB:
(169,149,176)
(66%,58%,69%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 149 of 255 = 58%
B 176 of 255 = 69%

169
149
176

R + G + B ~ 64%. #A995B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 149 + 176 = 494 (100%)
R 169 of 494 ~ 34.21%
G 149 of 494 ~ 30.16%
B 176 of 494 ~ 35.63%

%34.21
%30.16
%35.63

CMYK RENK MODELİ

#A995B0 rengi CMYK tonu (4,15,0,31).

  • camgöbeği tonu 3.98%
  • eflatun tonu 15.34%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(4,15,0,31)
C4M15Y0K31 
(4%,15%,0%,31%)
(0.04/0.15/0.00/0.31)	

CMYK yüzdeleri

%3.98
%15.34
%0
%30.98

Codes

Color #A995B0 in popluar color models

A995B0
RGB169149176
HSL284°14.59%63.73%
HSB/HSV284°15.34%69.02%
CMYK3.98%15.34%0.00%
30.98%

Color #A995B0 in popluar number systems.

HEXA995B0
Decimal169149176
Binary101010011001010110110000
Octal251225260

Shades and tints

Shades of #A995B0

#A995B0
(169,149,176)
#9A88A0
(154,136,160)
#8B7B90
(139,123,144)
#7C6E80
(124,110,128)
#6D6170
(109,97,112)
#5E5460
(94,84,96)
#4F4750
(79,71,80)
#403A40
(64,58,64)
#312D30
(49,45,48)
#222020
(34,32,32)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #A995B0

#A995B0
(169,149,176)
#B09EB7
(176,158,183)
#B7A7BE
(183,167,190)
#BEB0C5
(190,176,197)
#C5B9CC
(197,185,204)
#CCC2D3
(204,194,211)
#D3CBDA
(211,203,218)
#DAD4E1
(218,212,225)
#E1DDE8
(225,221,232)
#E8E6EF
(232,230,239)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A995B0 color. Also use rgb(169,149,176) instead hex code.

Text Font Color

.myTextColor { color: #A995B0; }

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

This text font color is #A995B0.


Background Color

.myBgColor { background-color: #A995B0; }

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

This div background color is #A995B0.


Border color

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

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

This div border color is #A995B0.


Opacity

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

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

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

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

This text has shadow with #A995B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A995B0 on black background.


Color preview on white background

This text has color #A995B0 on white background.



Black color preview on #A995B0 background

This text has black color on #A995B0 background.


White color preview on #A995B0 background

This text has white color on #A995B0 background.