COLOR #AD99C6

HEX: #AD99C6
RGB: (173,153,198)

Renk bilgisi

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

RGB renk modeli

#AD99C6 color RGB value is (173,153,198).

  • kırmız ton 173;
  • yeşil ton 153;
  • mavi ton 198.
RGB:
(173,153,198)
(68%,60%,78%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 153 of 255 = 60%
B 198 of 255 = 78%

173
153
198

R + G + B ~ 69%. #AD99C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 153 + 198 = 524 (100%)
R 173 of 524 ~ 33.02%
G 153 of 524 ~ 29.2%
B 198 of 524 ~ 37.79%

%33.02
%29.2
%37.79

CMYK RENK MODELİ

#AD99C6 rengi CMYK tonu (13,23,0,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(13,23,0,22)
C13M23Y0K22 
(13%,23%,0%,22%)
(0.13/0.23/0.00/0.22)	

CMYK yüzdeleri

%12.63
%22.73
%0
%22.35

Codes

Color #AD99C6 in popluar color models

AD99C6
RGB173153198
HSL267°28.30%68.82%
HSB/HSV267°22.73%77.65%
CMYK12.63%22.73%0.00%
22.35%

Color #AD99C6 in popluar number systems.

HEXAD99C6
Decimal173153198
Binary101011011001100111000110
Octal255231306

Shades and tints

Shades of #AD99C6

#AD99C6
(173,153,198)
#9E8CB4
(158,140,180)
#8F7FA2
(143,127,162)
#807290
(128,114,144)
#71657E
(113,101,126)
#62586C
(98,88,108)
#534B5A
(83,75,90)
#443E48
(68,62,72)
#353136
(53,49,54)
#262424
(38,36,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #AD99C6

#AD99C6
(173,153,198)
#B4A2CB
(180,162,203)
#BBABD0
(187,171,208)
#C2B4D5
(194,180,213)
#C9BDDA
(201,189,218)
#D0C6DF
(208,198,223)
#D7CFE4
(215,207,228)
#DED8E9
(222,216,233)
#E5E1EE
(229,225,238)
#ECEAF3
(236,234,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD99C6 color. Also use rgb(173,153,198) instead hex code.

Text Font Color

.myTextColor { color: #AD99C6; }

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

This text font color is #AD99C6.


Background Color

.myBgColor { background-color: #AD99C6; }

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

This div background color is #AD99C6.


Border color

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

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

This div border color is #AD99C6.


Opacity

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

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

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

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

This text has shadow with #AD99C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD99C6 on black background.


Color preview on white background

This text has color #AD99C6 on white background.



Black color preview on #AD99C6 background

This text has black color on #AD99C6 background.


White color preview on #AD99C6 background

This text has white color on #AD99C6 background.