COLOR #99ADD3

HEX: #99ADD3 RGB: (153,173,211)

Renk bilgisi

#99ADD3 contains red, green and blue colors in about the same proportion. #99ADD3 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#99ADD3 color RGB value is (153,173,211).

RGB: (153,173,211) (60%, 68%, 83%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 173 of 255 = 68%
B 211 of 255 = 83%

153
173
211

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

Yüzdelerle RGB renk parçaları

R + G + B = 153 + 173 + 211 = 537 (100%)
R 153 of 537 ~ 28.49%
G 173 of 537 ~ 32.22%
B 211 of 537 ~ 39.29'%

%28.49
%32.22
%39.29

CMYK RENK MODELİ

#99ADD3 rengi CMYK tonu (27,18,0,17).

  • camgöbeği tonu 27.49%
  • eflatun tonu 18.01%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%

CMYK: (27,18,0,17)
C27M18Y0K17 (27%, 18%, 0%, 17%)
(0.27 / 0.18 / 0.00 / 0.17)

CMYK yüzdeleri

%27.49
%18.01
%0
%17.25

Codes

Color #99ADD3 in popluar color models

99 AD D3
RGB 153 173 211
HSL 219° 39.73% 71.37%
HSB/HSV 219° 27.49% 82.75%
CMYK 27.49% 18.01% 0.00%
17.25%

Color #99ADD3 in popluar number systems.

HEX 99 AD D3
Decimal 153 173 211
Binary 10011001 10101101 11010011
Octal 231 255 323

Shades and tints

Shades of #99ADD3

#99ADD3
(153,173,211)
#8C9EC0
(140,158,192)
#7F8FAD
(127,143,173)
#72809A
(114,128,154)
#657187
(101,113,135)
#586274
(88,98,116)
#4B5361
(75,83,97)
#3E444E
(62,68,78)
#31353B
(49,53,59)
#242628
(36,38,40)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #99ADD3

#99ADD3
(153,173,211)
#A2B4D7
(162,180,215)
#ABBBDB
(171,187,219)
#B4C2DF
(180,194,223)
#BDC9E3
(189,201,227)
#C6D0E7
(198,208,231)
#CFD7EB
(207,215,235)
#D8DEEF
(216,222,239)
#E1E5F3
(225,229,243)
#EAECF7
(234,236,247)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ADD3; }

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

This text font color is #99ADD3.

Background Color

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

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

This div background color is #99ADD3.

Border color

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

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

This div border color is #99ADD3.

Opacity

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

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

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

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

This text has shadow with #99ADD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99ADD3.

Preview

Color preview on black background

This text has color #99ADD3 on black background.


Color preview on white background

This text has color #99ADD3 on white background.


Black color preview on #99ADD3 background

This text has black color on #99ADD3 background.


White color preview on #99ADD3 background

This text has white color on #99ADD3 background.


Related colors

Complementary color

Complementary color for #hex is #66522C.


I love getcolorcode.com

Triadic colors

1 #D399AD and #ADD399 with #99ADD3 are triadic colors.

2 #D3AD99 and #AD99D3 with #99ADD3 are triadic colors.