COLOR #AD438F

HEX: #AD438F
RGB: (173,67,143)

Renk bilgisi

#AD438F contains mainly red and blue colors. #AD438F ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AD438F color RGB value is (173,67,143).

  • kırmız ton 173;
  • yeşil ton 67;
  • mavi ton 143.
RGB:
(173,67,143)
(68%,26%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 67 of 255 = 26%
B 143 of 255 = 56%

173
67
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 67 + 143 = 383 (100%)
R 173 of 383 ~ 45.17%
G 67 of 383 ~ 17.49%
B 143 of 383 ~ 37.34%

%45.17
%17.49
%37.34

CMYK RENK MODELİ

#AD438F rengi CMYK tonu (0,61,17,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.27%
  • sarı tonu 17.34%
  • ana renk tonu 32.16%
CMYK:
(0,61,17,32)
C0M61Y17K32 
(0%,61%,17%,32%)
(0.00/0.61/0.17/0.32)	

CMYK yüzdeleri

%0
%61.27
%17.34
%32.16

Codes

Color #AD438F in popluar color models

AD438F
RGB17367143
HSL317°44.17%47.06%
HSB/HSV317°61.27%67.84%
CMYK0.00%61.27%17.34%
32.16%

Color #AD438F in popluar number systems.

HEXAD438F
Decimal17367143
Binary10101101100001110001111
Octal255103217

Shades and tints

Shades of #AD438F

#AD438F
(173,67,143)
#9E3D82
(158,61,130)
#8F3775
(143,55,117)
#803168
(128,49,104)
#712B5B
(113,43,91)
#62254E
(98,37,78)
#531F41
(83,31,65)
#441934
(68,25,52)
#351327
(53,19,39)
#260D1A
(38,13,26)
#17070D
(23,7,13)
#000000
(0,0,0)

Tints of #AD438F

#AD438F
(173,67,143)
#B45499
(180,84,153)
#BB65A3
(187,101,163)
#C276AD
(194,118,173)
#C987B7
(201,135,183)
#D098C1
(208,152,193)
#D7A9CB
(215,169,203)
#DEBAD5
(222,186,213)
#E5CBDF
(229,203,223)
#ECDCE9
(236,220,233)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD438F color. Also use rgb(173,67,143) instead hex code.

Text Font Color

.myTextColor { color: #AD438F; }

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

This text font color is #AD438F.


Background Color

.myBgColor { background-color: #AD438F; }

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

This div background color is #AD438F.


Border color

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

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

This div border color is #AD438F.


Opacity

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

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

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

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

This text has shadow with #AD438F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD438F on black background.


Color preview on white background

This text has color #AD438F on white background.



Black color preview on #AD438F background

This text has black color on #AD438F background.


White color preview on #AD438F background

This text has white color on #AD438F background.