COLOR #99A2DA

HEX: #99A2DA RGB: (153,162,218)

Color info

#99A2DA contains mainly green and blue colors. Web safe color of #99A2DA is #9999CC (or #99C).

RGB color model

#99A2DA color RGB value is (153,162,218).

RGB: (153,162,218) (60%, 64%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 218 of 255 = 85%

153
162
218

R + G + B ~ 70%. #99A2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 162 + 218 = 533 (100%)
R 153 of 533 ~ 28.71%
G 162 of 533 ~ 30.39%
B 218 of 533 ~ 40.9'%

%28.71
%30.39
%40.9

CMYK color model

#99A2DA color CMYK value is (30,26,0,15).

  • cyan value is 29.82%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,26,0,15)
C30M26Y0K15 (30%, 26%, 0%, 15%)
(0.30 / 0.26 / 0.00 / 0.15)

CMYK percentages

%29.82
%25.69
%0
%14.51

Codes

Color #99A2DA in popluar color models

99 A2 DA
RGB 153 162 218
HSL 232° 46.76% 72.75%
HSB/HSV 232° 29.82% 85.49%
CMYK 29.82% 25.69% 0.00%
14.51%

Color #99A2DA in popluar number systems.

HEX 99 A2 DA
Decimal 153 162 218
Binary 10011001 10100010 11011010
Octal 231 242 332

Shades and tints

Shades of #99A2DA

#99A2DA
(153,162,218)
#8C94C7
(140,148,199)
#7F86B4
(127,134,180)
#7278A1
(114,120,161)
#656A8E
(101,106,142)
#585C7B
(88,92,123)
#4B4E68
(75,78,104)
#3E4055
(62,64,85)
#313242
(49,50,66)
#24242F
(36,36,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #99A2DA

#99A2DA
(153,162,218)
#A2AADD
(162,170,221)
#ABB2E0
(171,178,224)
#B4BAE3
(180,186,227)
#BDC2E6
(189,194,230)
#C6CAE9
(198,202,233)
#CFD2EC
(207,210,236)
#D8DAEF
(216,218,239)
#E1E2F2
(225,226,242)
#EAEAF5
(234,234,245)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A2DA color. Also use rgb(153,162,218) instead hex code.

Text Font Color

.myTextColor { color: #99A2DA; }

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

This text font color is #99A2DA.

Background Color

.myBgColor { background-color: #99A2DA; }

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

This div background color is #99A2DA.

Border color

.myBorderColor { border: 1px solid #99A2DA; }

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

This div border color is #99A2DA.

Opacity

.myOpacity80 { color: #99A2DA; opacity: 0.8; }

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

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

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

This text has shadow with #99A2DA color.


.textShadow {text-shadow: 3px 3px 1px #99A2DA', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99A2DA; -webkit-box-shadow: 1px 1px 3px 2px #99A2DA; box-shadow:1px 1px 3px 2px #99A2DA;">
Div content here
</div>

This div box has shadow with color #99A2DA.

Preview

Color preview on black background

This text has color #99A2DA on black background.


Color preview on white background

This text has color #99A2DA on white background.


Black color preview on #99A2DA background

This text has black color on #99A2DA background.


White color preview on #99A2DA background

This text has white color on #99A2DA background.


Related colors

Complementary color

Complementary color for #hex is #665D25.


I love getcolorcode.com

Triadic colors

1 #DA99A2 and #A2DA99 with #99A2DA are triadic colors.

2 #DAA299 and #A299DA with #99A2DA are triadic colors.