COLOR #AD8995

HEX: #AD8995
RGB: (173,137,149)

Renk bilgisi

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

RGB renk modeli

#AD8995 color RGB value is (173,137,149).

  • kırmız ton 173;
  • yeşil ton 137;
  • mavi ton 149.
RGB:
(173,137,149)
(68%,54%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 137 of 255 = 54%
B 149 of 255 = 58%

173
137
149

R + G + B ~ 60%. #AD8995 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 137 + 149 = 459 (100%)
R 173 of 459 ~ 37.69%
G 137 of 459 ~ 29.85%
B 149 of 459 ~ 32.46%

%37.69
%29.85
%32.46

CMYK RENK MODELİ

#AD8995 rengi CMYK tonu (0,21,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.81%
  • sarı tonu 13.87%
  • ana renk tonu 32.16%
CMYK:
(0,21,14,32)
C0M21Y14K32 
(0%,21%,14%,32%)
(0.00/0.21/0.14/0.32)	

CMYK yüzdeleri

%0
%20.81
%13.87
%32.16

Codes

Color #AD8995 in popluar color models

AD8995
RGB173137149
HSL340°18.00%60.78%
HSB/HSV340°20.81%67.84%
CMYK0.00%20.81%13.87%
32.16%

Color #AD8995 in popluar number systems.

HEXAD8995
Decimal173137149
Binary101011011000100110010101
Octal255211225

Shades and tints

Shades of #AD8995

#AD8995
(173,137,149)
#9E7D88
(158,125,136)
#8F717B
(143,113,123)
#80656E
(128,101,110)
#715961
(113,89,97)
#624D54
(98,77,84)
#534147
(83,65,71)
#44353A
(68,53,58)
#35292D
(53,41,45)
#261D20
(38,29,32)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD8995

#AD8995
(173,137,149)
#B4939E
(180,147,158)
#BB9DA7
(187,157,167)
#C2A7B0
(194,167,176)
#C9B1B9
(201,177,185)
#D0BBC2
(208,187,194)
#D7C5CB
(215,197,203)
#DECFD4
(222,207,212)
#E5D9DD
(229,217,221)
#ECE3E6
(236,227,230)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8995 color. Also use rgb(173,137,149) instead hex code.

Text Font Color

.myTextColor { color: #AD8995; }

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

This text font color is #AD8995.


Background Color

.myBgColor { background-color: #AD8995; }

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

This div background color is #AD8995.


Border color

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

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

This div border color is #AD8995.


Opacity

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

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

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

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

This text has shadow with #AD8995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8995 on black background.


Color preview on white background

This text has color #AD8995 on white background.



Black color preview on #AD8995 background

This text has black color on #AD8995 background.


White color preview on #AD8995 background

This text has white color on #AD8995 background.