COLOR #96AFCB

HEX: #96AFCB RGB: (150,175,203)

Color info

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

RGB color model

#96AFCB color RGB value is (150,175,203).

RGB: (150,175,203) (59%, 69%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 203 of 255 = 80%

150
175
203

R + G + B ~ 69%. #96AFCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 175 + 203 = 528 (100%)
R 150 of 528 ~ 28.41%
G 175 of 528 ~ 33.14%
B 203 of 528 ~ 38.45'%

%28.41
%33.14
%38.45

CMYK color model

#96AFCB color CMYK value is (26,14,0,20).

  • cyan value is 26.11%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (26,14,0,20)
C26M14Y0K20 (26%, 14%, 0%, 20%)
(0.26 / 0.14 / 0.00 / 0.20)

CMYK percentages

%26.11
%13.79
%0
%20.39

Codes

Color #96AFCB in popluar color models

96 AF CB
RGB 150 175 203
HSL 212° 33.76% 69.22%
HSB/HSV 212° 26.11% 79.61%
CMYK 26.11% 13.79% 0.00%
20.39%

Color #96AFCB in popluar number systems.

HEX 96 AF CB
Decimal 150 175 203
Binary 10010110 10101111 11001011
Octal 226 257 313

Shades and tints

Shades of #96AFCB

#96AFCB
(150,175,203)
#89A0B9
(137,160,185)
#7C91A7
(124,145,167)
#6F8295
(111,130,149)
#627383
(98,115,131)
#556471
(85,100,113)
#48555F
(72,85,95)
#3B464D
(59,70,77)
#2E373B
(46,55,59)
#212829
(33,40,41)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #96AFCB

#96AFCB
(150,175,203)
#9FB6CF
(159,182,207)
#A8BDD3
(168,189,211)
#B1C4D7
(177,196,215)
#BACBDB
(186,203,219)
#C3D2DF
(195,210,223)
#CCD9E3
(204,217,227)
#D5E0E7
(213,224,231)
#DEE7EB
(222,231,235)
#E7EEEF
(231,238,239)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AFCB color. Also use rgb(150,175,203) instead hex code.

Text Font Color

.myTextColor { color: #96AFCB; }

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

This text font color is #96AFCB.

Background Color

.myBgColor { background-color: #96AFCB; }

<div style="background-color:#96AFCB">Inner text</div>

This div background color is #96AFCB.

Border color

.myBorderColor { border: 1px solid #96AFCB; }

<div style="border:3px solid #96AFCB">Div</div>

This div border color is #96AFCB.

Opacity

.myOpacity80 { color: #96AFCB; opacity: 0.8; }

<p style="color:#96AFCB;opacity:0.8;">80%</p>

Text with #96AFCB 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 #96AFCB;}

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

This text has shadow with #96AFCB color.


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

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

This text has shadow with #96AFCB primary color and red secondary color.


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

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

This text has shadow with #96AFCB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96AFCB.

Preview

Color preview on black background

This text has color #96AFCB on black background.


Color preview on white background

This text has color #96AFCB on white background.


Black color preview on #96AFCB background

This text has black color on #96AFCB background.


White color preview on #96AFCB background

This text has white color on #96AFCB background.


Related colors

Complementary color

Complementary color for #hex is #695034.


I love getcolorcode.com

Triadic colors

1 #CB96AF and #AFCB96 with #96AFCB are triadic colors.

2 #CBAF96 and #AF96CB with #96AFCB are triadic colors.