COLOR #AD9BB4

HEX: #AD9BB4
RGB: (173,155,180)

Renk bilgisi

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

RGB renk modeli

#AD9BB4 color RGB value is (173,155,180).

  • kırmız ton 173;
  • yeşil ton 155;
  • mavi ton 180.
RGB:
(173,155,180)
(68%,61%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 155 of 255 = 61%
B 180 of 255 = 71%

173
155
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 155 + 180 = 508 (100%)
R 173 of 508 ~ 34.06%
G 155 of 508 ~ 30.51%
B 180 of 508 ~ 35.43%

%34.06
%30.51
%35.43

CMYK RENK MODELİ

#AD9BB4 rengi CMYK tonu (4,14,0,29).

  • camgöbeği tonu 3.89%
  • eflatun tonu 13.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(4,14,0,29)
C4M14Y0K29 
(4%,14%,0%,29%)
(0.04/0.14/0.00/0.29)	

CMYK yüzdeleri

%3.89
%13.89
%0
%29.41

Codes

Color #AD9BB4 in popluar color models

AD9BB4
RGB173155180
HSL283°14.29%65.69%
HSB/HSV283°13.89%70.59%
CMYK3.89%13.89%0.00%
29.41%

Color #AD9BB4 in popluar number systems.

HEXAD9BB4
Decimal173155180
Binary101011011001101110110100
Octal255233264

Shades and tints

Shades of #AD9BB4

#AD9BB4
(173,155,180)
#9E8DA4
(158,141,164)
#8F7F94
(143,127,148)
#807184
(128,113,132)
#716374
(113,99,116)
#625564
(98,85,100)
#534754
(83,71,84)
#443944
(68,57,68)
#352B34
(53,43,52)
#261D24
(38,29,36)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #AD9BB4

#AD9BB4
(173,155,180)
#B4A4BA
(180,164,186)
#BBADC0
(187,173,192)
#C2B6C6
(194,182,198)
#C9BFCC
(201,191,204)
#D0C8D2
(208,200,210)
#D7D1D8
(215,209,216)
#DEDADE
(222,218,222)
#E5E3E4
(229,227,228)
#ECECEA
(236,236,234)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9BB4 color. Also use rgb(173,155,180) instead hex code.

Text Font Color

.myTextColor { color: #AD9BB4; }

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

This text font color is #AD9BB4.


Background Color

.myBgColor { background-color: #AD9BB4; }

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

This div background color is #AD9BB4.


Border color

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

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

This div border color is #AD9BB4.


Opacity

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

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

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

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

This text has shadow with #AD9BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BB4 on black background.


Color preview on white background

This text has color #AD9BB4 on white background.



Black color preview on #AD9BB4 background

This text has black color on #AD9BB4 background.


White color preview on #AD9BB4 background

This text has white color on #AD9BB4 background.