COLOR #AD90C4

HEX: #AD90C4
RGB: (173,144,196)

Color info

#AD90C4 contains red, green and blue colors in about the same proportion. Web safe color of #AD90C4 is #9999CC (or #99C).

RGB color model

#AD90C4 color RGB value is (173,144,196).

  • red value is 173;
  • green value is 144;
  • blue value is 196.
RGB:
(173,144,196)
(68%,56%,77%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 196 of 255 = 77%

173
144
196

R + G + B ~ 67%. #AD90C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 196 = 513 (100%)
R 173 of 513 ~ 33.72%
G 144 of 513 ~ 28.07%
B 196 of 513 ~ 38.21%

%33.72
%28.07
%38.21

CMYK color model

#AD90C4 color CMYK value is (12,27,0,23).

  • cyan value is 11.73%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,27,0,23)
C12M27Y0K23 
(12%,27%,0%,23%)
(0.12/0.27/0.00/0.23)	

CMYK percentages

%11.73
%26.53
%0
%23.14

Codes

Color #AD90C4 in popluar color models

AD90C4
RGB173144196
HSL273°30.59%66.67%
HSB/HSV273°26.53%76.86%
CMYK11.73%26.53%0.00%
23.14%

Color #AD90C4 in popluar number systems.

HEXAD90C4
Decimal173144196
Binary101011011001000011000100
Octal255220304

Shades and tints

Shades of #AD90C4

#AD90C4
(173,144,196)
#9E83B3
(158,131,179)
#8F76A2
(143,118,162)
#806991
(128,105,145)
#715C80
(113,92,128)
#624F6F
(98,79,111)
#53425E
(83,66,94)
#44354D
(68,53,77)
#35283C
(53,40,60)
#261B2B
(38,27,43)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #AD90C4

#AD90C4
(173,144,196)
#B49AC9
(180,154,201)
#BBA4CE
(187,164,206)
#C2AED3
(194,174,211)
#C9B8D8
(201,184,216)
#D0C2DD
(208,194,221)
#D7CCE2
(215,204,226)
#DED6E7
(222,214,231)
#E5E0EC
(229,224,236)
#ECEAF1
(236,234,241)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD90C4 color. Also use rgb(173,144,196) instead hex code.

Text Font Color

.myTextColor { color: #AD90C4; }

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

This text font color is #AD90C4.


Background Color

.myBgColor { background-color: #AD90C4; }

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

This div background color is #AD90C4.


Border color

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

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

This div border color is #AD90C4.


Opacity

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

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

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

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

This text has shadow with #AD90C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90C4 on black background.


Color preview on white background

This text has color #AD90C4 on white background.



Black color preview on #AD90C4 background

This text has black color on #AD90C4 background.


White color preview on #AD90C4 background

This text has white color on #AD90C4 background.