COLOR #98AFCE

HEX: #98AFCE RGB: (152,175,206)

Color info

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

RGB color model

#98AFCE color RGB value is (152,175,206).

RGB: (152,175,206) (60%, 69%, 81%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 206 of 255 = 81%

152
175
206

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

Portions of RGB colors in percentages

R + G + B = 152 + 175 + 206 = 533 (100%)
R 152 of 533 ~ 28.52%
G 175 of 533 ~ 32.83%
B 206 of 533 ~ 38.65'%

%28.52
%32.83
%38.65

CMYK color model

#98AFCE color CMYK value is (26,15,0,19).

  • cyan value is 26.21%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (26,15,0,19) C26M15Y0K19 (26%,15%,0%,19%) (0.26/0.15/0.00/0.19) 

CMYK percentages

%26.21
%15.05
%0
%19.22

Codes

Color #98AFCE in popluar color models

98 AF CE
RGB 152 175 206
HSL 214° 35.53% 70.20%
HSB/HSV 214° 26.21% 80.78%
CMYK 26.21% 15.05% 0.00%
19.22%

Color #98AFCE in popluar number systems.

HEX 98 AF CE
Decimal 152 175 206
Binary 10011000 10101111 11001110
Octal 230 257 316

Shades and tints

Shades of #98AFCE

#98AFCE
(152,175,206)
#8BA0BC
(139,160,188)
#7E91AA
(126,145,170)
#718298
(113,130,152)
#647386
(100,115,134)
#576474
(87,100,116)
#4A5562
(74,85,98)
#3D4650
(61,70,80)
#30373E
(48,55,62)
#23282C
(35,40,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #98AFCE

#98AFCE
(152,175,206)
#A1B6D2
(161,182,210)
#AABDD6
(170,189,214)
#B3C4DA
(179,196,218)
#BCCBDE
(188,203,222)
#C5D2E2
(197,210,226)
#CED9E6
(206,217,230)
#D7E0EA
(215,224,234)
#E0E7EE
(224,231,238)
#E9EEF2
(233,238,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AFCE color. Also use rgb(152,175,206) instead hex code.

Text Font Color

.myTextColor { color: #98AFCE; }

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

This text font color is #98AFCE.

Background Color

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

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

This div background color is #98AFCE.

Border color

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

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

This div border color is #98AFCE.

Opacity

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

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

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

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

This text has shadow with #98AFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AFCE.

Preview

Color preview on black background

This text has color #98AFCE on black background.


Color preview on white background

This text has color #98AFCE on white background.


Black color preview on #98AFCE background

This text has black color on #98AFCE background.


White color preview on #98AFCE background

This text has white color on #98AFCE background.


Related colors

Complementary color

Complementary color for #hex is #675031.


I love getcolorcode.com

Triadic colors

1 #CE98AF and #AFCE98 with #98AFCE are triadic colors.

2 #CEAF98 and #AF98CE with #98AFCE are triadic colors.