COLOR #A996B8

HEX: #A996B8
RGB: (169,150,184)

Renk bilgisi

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

RGB renk modeli

#A996B8 color RGB value is (169,150,184).

  • kırmız ton 169;
  • yeşil ton 150;
  • mavi ton 184.
RGB:
(169,150,184)
(66%,59%,72%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 150 of 255 = 59%
B 184 of 255 = 72%

169
150
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 150 + 184 = 503 (100%)
R 169 of 503 ~ 33.6%
G 150 of 503 ~ 29.82%
B 184 of 503 ~ 36.58%

%33.6
%29.82
%36.58

CMYK RENK MODELİ

#A996B8 rengi CMYK tonu (8,18,0,28).

  • camgöbeği tonu 8.15%
  • eflatun tonu 18.48%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(8,18,0,28)
C8M18Y0K28 
(8%,18%,0%,28%)
(0.08/0.18/0.00/0.28)	

CMYK yüzdeleri

%8.15
%18.48
%0
%27.84

Codes

Color #A996B8 in popluar color models

A996B8
RGB169150184
HSL274°19.32%65.49%
HSB/HSV274°18.48%72.16%
CMYK8.15%18.48%0.00%
27.84%

Color #A996B8 in popluar number systems.

HEXA996B8
Decimal169150184
Binary101010011001011010111000
Octal251226270

Shades and tints

Shades of #A996B8

#A996B8
(169,150,184)
#9A89A8
(154,137,168)
#8B7C98
(139,124,152)
#7C6F88
(124,111,136)
#6D6278
(109,98,120)
#5E5568
(94,85,104)
#4F4858
(79,72,88)
#403B48
(64,59,72)
#312E38
(49,46,56)
#222128
(34,33,40)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A996B8

#A996B8
(169,150,184)
#B09FBE
(176,159,190)
#B7A8C4
(183,168,196)
#BEB1CA
(190,177,202)
#C5BAD0
(197,186,208)
#CCC3D6
(204,195,214)
#D3CCDC
(211,204,220)
#DAD5E2
(218,213,226)
#E1DEE8
(225,222,232)
#E8E7EE
(232,231,238)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A996B8 color. Also use rgb(169,150,184) instead hex code.

Text Font Color

.myTextColor { color: #A996B8; }

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

This text font color is #A996B8.


Background Color

.myBgColor { background-color: #A996B8; }

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

This div background color is #A996B8.


Border color

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

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

This div border color is #A996B8.


Opacity

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

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

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

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

This text has shadow with #A996B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996B8 on black background.


Color preview on white background

This text has color #A996B8 on white background.



Black color preview on #A996B8 background

This text has black color on #A996B8 background.


White color preview on #A996B8 background

This text has white color on #A996B8 background.