COLOR #99A5DA

HEX: #99A5DA RGB: (153,165,218)

Color info

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

RGB color model

#99A5DA color RGB value is (153,165,218).

RGB: (153,165,218) (60%, 65%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 218 of 255 = 85%

153
165
218

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

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 218 = 536 (100%)
R 153 of 536 ~ 28.54%
G 165 of 536 ~ 30.78%
B 218 of 536 ~ 40.67'%

%28.54
%30.78
%40.67

CMYK color model

#99A5DA color CMYK value is (30,24,0,15).

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

CMYK: (30,24,0,15)
C30M24Y0K15 (30%, 24%, 0%, 15%)
(0.30 / 0.24 / 0.00 / 0.15)

CMYK percentages

%29.82
%24.31
%0
%14.51

Codes

Color #99A5DA in popluar color models

99 A5 DA
RGB 153 165 218
HSL 229° 46.76% 72.75%
HSB/HSV 229° 29.82% 85.49%
CMYK 29.82% 24.31% 0.00%
14.51%

Color #99A5DA in popluar number systems.

HEX 99 A5 DA
Decimal 153 165 218
Binary 10011001 10100101 11011010
Octal 231 245 332

Shades and tints

Shades of #99A5DA

#99A5DA
(153,165,218)
#8C96C7
(140,150,199)
#7F87B4
(127,135,180)
#7278A1
(114,120,161)
#65698E
(101,105,142)
#585A7B
(88,90,123)
#4B4B68
(75,75,104)
#3E3C55
(62,60,85)
#312D42
(49,45,66)
#241E2F
(36,30,47)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #99A5DA

#99A5DA
(153,165,218)
#A2ADDD
(162,173,221)
#ABB5E0
(171,181,224)
#B4BDE3
(180,189,227)
#BDC5E6
(189,197,230)
#C6CDE9
(198,205,233)
#CFD5EC
(207,213,236)
#D8DDEF
(216,221,239)
#E1E5F2
(225,229,242)
#EAEDF5
(234,237,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A5DA; }

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

This text font color is #99A5DA.

Background Color

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

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

This div background color is #99A5DA.

Border color

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

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

This div border color is #99A5DA.

Opacity

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

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

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

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

This text has shadow with #99A5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A5DA.

Preview

Color preview on black background

This text has color #99A5DA on black background.


Color preview on white background

This text has color #99A5DA on white background.


Black color preview on #99A5DA background

This text has black color on #99A5DA background.


White color preview on #99A5DA background

This text has white color on #99A5DA background.


Related colors

Complementary color

Complementary color for #hex is #665A25.


I love getcolorcode.com

Triadic colors

1 #DA99A5 and #A5DA99 with #99A5DA are triadic colors.

2 #DAA599 and #A599DA with #99A5DA are triadic colors.