COLOR #AD769F

HEX: #AD769F
RGB: (173,118,159)

Color info

#AD769F contains red, green and blue colors in about the same proportion. Web safe color of #AD769F is #996699 (or #969).

RGB color model

#AD769F color RGB value is (173,118,159).

  • red value is 173;
  • green value is 118;
  • blue value is 159.
RGB:
(173,118,159)
(68%,46%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 118 of 255 = 46%
B 159 of 255 = 62%

173
118
159

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

Portions of RGB colors in percentages

R + G + B =
173 + 118 + 159 = 450 (100%)
R 173 of 450 ~ 38.44%
G 118 of 450 ~ 26.22%
B 159 of 450 ~ 35.33%

%38.44
%26.22
%35.33

CMYK color model

#AD769F color CMYK value is (0,32,8,32).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK:
(0,32,8,32)
C0M32Y8K32 
(0%,32%,8%,32%)
(0.00/0.32/0.08/0.32)	

CMYK percentages

%0
%31.79
%8.09
%32.16

Codes

Color #AD769F in popluar color models

AD769F
RGB173118159
HSL315°25.11%57.06%
HSB/HSV315°31.79%67.84%
CMYK0.00%31.79%8.09%
32.16%

Color #AD769F in popluar number systems.

HEXAD769F
Decimal173118159
Binary10101101111011010011111
Octal255166237

Shades and tints

Shades of #AD769F

#AD769F
(173,118,159)
#9E6C91
(158,108,145)
#8F6283
(143,98,131)
#805875
(128,88,117)
#714E67
(113,78,103)
#624459
(98,68,89)
#533A4B
(83,58,75)
#44303D
(68,48,61)
#35262F
(53,38,47)
#261C21
(38,28,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #AD769F

#AD769F
(173,118,159)
#B482A7
(180,130,167)
#BB8EAF
(187,142,175)
#C29AB7
(194,154,183)
#C9A6BF
(201,166,191)
#D0B2C7
(208,178,199)
#D7BECF
(215,190,207)
#DECAD7
(222,202,215)
#E5D6DF
(229,214,223)
#ECE2E7
(236,226,231)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD769F color. Also use rgb(173,118,159) instead hex code.

Text Font Color

.myTextColor { color: #AD769F; }

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

This text font color is #AD769F.


Background Color

.myBgColor { background-color: #AD769F; }

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

This div background color is #AD769F.


Border color

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

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

This div border color is #AD769F.


Opacity

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

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

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

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

This text has shadow with #AD769F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD769F on black background.


Color preview on white background

This text has color #AD769F on white background.



Black color preview on #AD769F background

This text has black color on #AD769F background.


White color preview on #AD769F background

This text has white color on #AD769F background.