COLOR #99ADD9

HEX: #99ADD9 RGB: (153,173,217)

Renk bilgisi

#99ADD9 contains mainly green and blue colors. #99ADD9 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#99ADD9 color RGB value is (153,173,217).

RGB: (153,173,217) (60%, 68%, 85%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 173 of 255 = 68%
B 217 of 255 = 85%

153
173
217

R + G + B ~ 71%. #99ADD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 153 + 173 + 217 = 543 (100%)
R 153 of 543 ~ 28.18%
G 173 of 543 ~ 31.86%
B 217 of 543 ~ 39.96'%

%28.18
%31.86
%39.96

CMYK RENK MODELİ

#99ADD9 rengi CMYK tonu (29,20,0,15).

  • camgöbeği tonu 29.49%
  • eflatun tonu 20.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%

CMYK: (29,20,0,15)
C29M20Y0K15 (29%, 20%, 0%, 15%)
(0.29 / 0.20 / 0.00 / 0.15)

CMYK yüzdeleri

%29.49
%20.28
%0
%14.9

Codes

Color #99ADD9 in popluar color models

99 AD D9
RGB 153 173 217
HSL 221° 45.71% 72.55%
HSB/HSV 221° 29.49% 85.10%
CMYK 29.49% 20.28% 0.00%
14.90%

Color #99ADD9 in popluar number systems.

HEX 99 AD D9
Decimal 153 173 217
Binary 10011001 10101101 11011001
Octal 231 255 331

Shades and tints

Shades of #99ADD9

#99ADD9
(153,173,217)
#8C9EC6
(140,158,198)
#7F8FB3
(127,143,179)
#7280A0
(114,128,160)
#65718D
(101,113,141)
#58627A
(88,98,122)
#4B5367
(75,83,103)
#3E4454
(62,68,84)
#313541
(49,53,65)
#24262E
(36,38,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #99ADD9

#99ADD9
(153,173,217)
#A2B4DC
(162,180,220)
#ABBBDF
(171,187,223)
#B4C2E2
(180,194,226)
#BDC9E5
(189,201,229)
#C6D0E8
(198,208,232)
#CFD7EB
(207,215,235)
#D8DEEE
(216,222,238)
#E1E5F1
(225,229,241)
#EAECF4
(234,236,244)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ADD9; }

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

This text font color is #99ADD9.

Background Color

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

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

This div background color is #99ADD9.

Border color

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

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

This div border color is #99ADD9.

Opacity

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

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

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

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

This text has shadow with #99ADD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99ADD9.

Preview

Color preview on black background

This text has color #99ADD9 on black background.


Color preview on white background

This text has color #99ADD9 on white background.


Black color preview on #99ADD9 background

This text has black color on #99ADD9 background.


White color preview on #99ADD9 background

This text has white color on #99ADD9 background.


Related colors

Complementary color

Complementary color for #hex is #665226.


I love getcolorcode.com

Triadic colors

1 #D999AD and #ADD999 with #99ADD9 are triadic colors.

2 #D9AD99 and #AD99D9 with #99ADD9 are triadic colors.