COLOR #96AFCD

HEX: #96AFCD RGB: (150,175,205)

Color info

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

RGB color model

#96AFCD color RGB value is (150,175,205).

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

RGB channels and saturation

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

150
175
205

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

Portions of RGB colors in percentages

R + G + B = 150 + 175 + 205 = 530 (100%)
R 150 of 530 ~ 28.3%
G 175 of 530 ~ 33.02%
B 205 of 530 ~ 38.68'%

%28.3
%33.02
%38.68

CMYK color model

#96AFCD color CMYK value is (27,15,0,20).

  • cyan value is 26.83%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (27,15,0,20)
C27M15Y0K20 (27%, 15%, 0%, 20%)
(0.27 / 0.15 / 0.00 / 0.20)

CMYK percentages

%26.83
%14.63
%0
%19.61

Codes

Color #96AFCD in popluar color models

96 AF CD
RGB 150 175 205
HSL 213° 35.48% 69.61%
HSB/HSV 213° 26.83% 80.39%
CMYK 26.83% 14.63% 0.00%
19.61%

Color #96AFCD in popluar number systems.

HEX 96 AF CD
Decimal 150 175 205
Binary 10010110 10101111 11001101
Octal 226 257 315

Shades and tints

Shades of #96AFCD

#96AFCD
(150,175,205)
#89A0BB
(137,160,187)
#7C91A9
(124,145,169)
#6F8297
(111,130,151)
#627385
(98,115,133)
#556473
(85,100,115)
#485561
(72,85,97)
#3B464F
(59,70,79)
#2E373D
(46,55,61)
#21282B
(33,40,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #96AFCD

#96AFCD
(150,175,205)
#9FB6D1
(159,182,209)
#A8BDD5
(168,189,213)
#B1C4D9
(177,196,217)
#BACBDD
(186,203,221)
#C3D2E1
(195,210,225)
#CCD9E5
(204,217,229)
#D5E0E9
(213,224,233)
#DEE7ED
(222,231,237)
#E7EEF1
(231,238,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AFCD; }

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

This text font color is #96AFCD.

Background Color

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

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

This div background color is #96AFCD.

Border color

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

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

This div border color is #96AFCD.

Opacity

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

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

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

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

This text has shadow with #96AFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AFCD.

Preview

Color preview on black background

This text has color #96AFCD on black background.


Color preview on white background

This text has color #96AFCD on white background.


Black color preview on #96AFCD background

This text has black color on #96AFCD background.


White color preview on #96AFCD background

This text has white color on #96AFCD background.


Related colors

Complementary color

Complementary color for #hex is #695032.


I love getcolorcode.com

Triadic colors

1 #CD96AF and #AFCD96 with #96AFCD are triadic colors.

2 #CDAF96 and #AF96CD with #96AFCD are triadic colors.