COLOR #98ADD2

HEX: #98ADD2 RGB: (152,173,210)

Renk bilgisi

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

RGB renk modeli

#98ADD2 color RGB value is (152,173,210).

RGB: (152,173,210) (60%, 68%, 82%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 173 of 255 = 68%
B 210 of 255 = 82%

152
173
210

R + G + B ~ 70%. #98ADD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 152 + 173 + 210 = 535 (100%)
R 152 of 535 ~ 28.41%
G 173 of 535 ~ 32.34%
B 210 of 535 ~ 39.25'%

%28.41
%32.34
%39.25

CMYK RENK MODELİ

#98ADD2 rengi CMYK tonu (28,18,0,18).

  • camgöbeği tonu 27.62%
  • eflatun tonu 17.62%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%

CMYK: (28,18,0,18)
C28M18Y0K18 (28%, 18%, 0%, 18%)
(0.28 / 0.18 / 0.00 / 0.18)

CMYK yüzdeleri

%27.62
%17.62
%0
%17.65

Codes

Color #98ADD2 in popluar color models

98 AD D2
RGB 152 173 210
HSL 218° 39.19% 70.98%
HSB/HSV 218° 27.62% 82.35%
CMYK 27.62% 17.62% 0.00%
17.65%

Color #98ADD2 in popluar number systems.

HEX 98 AD D2
Decimal 152 173 210
Binary 10011000 10101101 11010010
Octal 230 255 322

Shades and tints

Shades of #98ADD2

#98ADD2
(152,173,210)
#8B9EBF
(139,158,191)
#7E8FAC
(126,143,172)
#718099
(113,128,153)
#647186
(100,113,134)
#576273
(87,98,115)
#4A5360
(74,83,96)
#3D444D
(61,68,77)
#30353A
(48,53,58)
#232627
(35,38,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98ADD2

#98ADD2
(152,173,210)
#A1B4D6
(161,180,214)
#AABBDA
(170,187,218)
#B3C2DE
(179,194,222)
#BCC9E2
(188,201,226)
#C5D0E6
(197,208,230)
#CED7EA
(206,215,234)
#D7DEEE
(215,222,238)
#E0E5F2
(224,229,242)
#E9ECF6
(233,236,246)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ADD2 color. Also use rgb(152,173,210) instead hex code.

Text Font Color

.myTextColor { color: #98ADD2; }

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

This text font color is #98ADD2.

Background Color

.myBgColor { background-color: #98ADD2; }

<div style="background-color:#98ADD2">Inner text</div>

This div background color is #98ADD2.

Border color

.myBorderColor { border: 1px solid #98ADD2; }

<div style="border:3px solid #98ADD2">Div</div>

This div border color is #98ADD2.

Opacity

.myOpacity80 { color: #98ADD2; opacity: 0.8; }

<p style="color:#98ADD2;opacity:0.8;">80%</p>

Text with #98ADD2 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 #98ADD2;}

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

This text has shadow with #98ADD2 color.


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

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

This text has shadow with #98ADD2 primary color and red secondary color.


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

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

This text has shadow with #98ADD2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98ADD2.

Preview

Color preview on black background

This text has color #98ADD2 on black background.


Color preview on white background

This text has color #98ADD2 on white background.


Black color preview on #98ADD2 background

This text has black color on #98ADD2 background.


White color preview on #98ADD2 background

This text has white color on #98ADD2 background.


Related colors

Complementary color

Complementary color for #hex is #67522D.


I love getcolorcode.com

Triadic colors

1 #D298AD and #ADD298 with #98ADD2 are triadic colors.

2 #D2AD98 and #AD98D2 with #98ADD2 are triadic colors.