COLOR #99ADBE

HEX: #99ADBE RGB: (153,173,190)

Color info

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

RGB color model

#99ADBE color RGB value is (153,173,190).

RGB: (153,173,190) (60%, 68%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 190 of 255 = 75%

153
173
190

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

Portions of RGB colors in percentages

R + G + B = 153 + 173 + 190 = 516 (100%)
R 153 of 516 ~ 29.65%
G 173 of 516 ~ 33.53%
B 190 of 516 ~ 36.82'%

%29.65
%33.53
%36.82

CMYK color model

#99ADBE color CMYK value is (19,9,0,25).

  • cyan value is 19.47%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (19,9,0,25)
C19M9Y0K25 (19%, 9%, 0%, 25%)
(0.19 / 0.09 / 0.00 / 0.25)

CMYK percentages

%19.47
%8.95
%0
%25.49

Codes

Color #99ADBE in popluar color models

99 AD BE
RGB 153 173 190
HSL 208° 22.16% 67.25%
HSB/HSV 208° 19.47% 74.51%
CMYK 19.47% 8.95% 0.00%
25.49%

Color #99ADBE in popluar number systems.

HEX 99 AD BE
Decimal 153 173 190
Binary 10011001 10101101 10111110
Octal 231 255 276

Shades and tints

Shades of #99ADBE

#99ADBE
(153,173,190)
#8C9EAD
(140,158,173)
#7F8F9C
(127,143,156)
#72808B
(114,128,139)
#65717A
(101,113,122)
#586269
(88,98,105)
#4B5358
(75,83,88)
#3E4447
(62,68,71)
#313536
(49,53,54)
#242625
(36,38,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #99ADBE

#99ADBE
(153,173,190)
#A2B4C3
(162,180,195)
#ABBBC8
(171,187,200)
#B4C2CD
(180,194,205)
#BDC9D2
(189,201,210)
#C6D0D7
(198,208,215)
#CFD7DC
(207,215,220)
#D8DEE1
(216,222,225)
#E1E5E6
(225,229,230)
#EAECEB
(234,236,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ADBE; }

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

This text font color is #99ADBE.

Background Color

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

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

This div background color is #99ADBE.

Border color

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

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

This div border color is #99ADBE.

Opacity

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

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

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

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

This text has shadow with #99ADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99ADBE.

Preview

Color preview on black background

This text has color #99ADBE on black background.


Color preview on white background

This text has color #99ADBE on white background.


Black color preview on #99ADBE background

This text has black color on #99ADBE background.


White color preview on #99ADBE background

This text has white color on #99ADBE background.


Related colors

Complementary color

Complementary color for #hex is #665241.


I love getcolorcode.com

Triadic colors

1 #BE99AD and #ADBE99 with #99ADBE are triadic colors.

2 #BEAD99 and #AD99BE with #99ADBE are triadic colors.