COLOR #AD99C3

HEX: #AD99C3
RGB: (173,153,195)

Renk bilgisi

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

RGB renk modeli

#AD99C3 color RGB value is (173,153,195).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 153 of 255 = 60%
B 195 of 255 = 76%

173
153
195

R + G + B ~ 68%. #AD99C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 153 + 195 = 521 (100%)
R 173 of 521 ~ 33.21%
G 153 of 521 ~ 29.37%
B 195 of 521 ~ 37.43%

%33.21
%29.37
%37.43

CMYK RENK MODELİ

#AD99C3 rengi CMYK tonu (11,22,0,24).

  • camgöbeği tonu 11.28%
  • eflatun tonu 21.54%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(11,22,0,24)
C11M22Y0K24 
(11%,22%,0%,24%)
(0.11/0.22/0.00/0.24)	

CMYK yüzdeleri

%11.28
%21.54
%0
%23.53

Codes

Color #AD99C3 in popluar color models

AD99C3
RGB173153195
HSL269°25.93%68.24%
HSB/HSV269°21.54%76.47%
CMYK11.28%21.54%0.00%
23.53%

Color #AD99C3 in popluar number systems.

HEXAD99C3
Decimal173153195
Binary101011011001100111000011
Octal255231303

Shades and tints

Shades of #AD99C3

#AD99C3
(173,153,195)
#9E8CB2
(158,140,178)
#8F7FA1
(143,127,161)
#807290
(128,114,144)
#71657F
(113,101,127)
#62586E
(98,88,110)
#534B5D
(83,75,93)
#443E4C
(68,62,76)
#35313B
(53,49,59)
#26242A
(38,36,42)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #AD99C3

#AD99C3
(173,153,195)
#B4A2C8
(180,162,200)
#BBABCD
(187,171,205)
#C2B4D2
(194,180,210)
#C9BDD7
(201,189,215)
#D0C6DC
(208,198,220)
#D7CFE1
(215,207,225)
#DED8E6
(222,216,230)
#E5E1EB
(229,225,235)
#ECEAF0
(236,234,240)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD99C3; }

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

This text font color is #AD99C3.


Background Color

.myBgColor { background-color: #AD99C3; }

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

This div background color is #AD99C3.


Border color

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

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

This div border color is #AD99C3.


Opacity

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

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

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

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

This text has shadow with #AD99C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD99C3 on black background.


Color preview on white background

This text has color #AD99C3 on white background.



Black color preview on #AD99C3 background

This text has black color on #AD99C3 background.


White color preview on #AD99C3 background

This text has white color on #AD99C3 background.