COLOR #96DCF3

HEX: #96DCF3 RGB: (150,220,243)

Color info

#96DCF3 contains mainly green and blue colors. Web safe color of #96DCF3 is #99CCFF (or #9CF).

RGB color model

#96DCF3 color RGB value is (150,220,243).

RGB: (150,220,243) (59%, 86%, 95%)

RGB channels and saturation

R 150 of 255 = 59%
G 220 of 255 = 86%
B 243 of 255 = 95%

150
220
243

R + G + B ~ 80%. #96DCF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 220 + 243 = 613 (100%)
R 150 of 613 ~ 24.47%
G 220 of 613 ~ 35.89%
B 243 of 613 ~ 39.64'%

%24.47
%35.89
%39.64

CMYK color model

#96DCF3 color CMYK value is (38,9,0,5).

  • cyan value is 38.27%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (38,9,0,5) C38M9Y0K5 (38%,9%,0%,5%) (0.38/0.09/0.00/0.05) 

CMYK percentages

%38.27
%9.47
%0
%4.71

Codes

Color #96DCF3 in popluar color models

96 DC F3
RGB 150 220 243
HSL 195° 79.49% 77.06%
HSB/HSV 195° 38.27% 95.29%
CMYK 38.27% 9.47% 0.00%
4.71%

Color #96DCF3 in popluar number systems.

HEX 96 DC F3
Decimal 150 220 243
Binary 10010110 11011100 11110011
Octal 226 334 363

Shades and tints

Shades of #96DCF3

#96DCF3
(150,220,243)
#89C8DD
(137,200,221)
#7CB4C7
(124,180,199)
#6FA0B1
(111,160,177)
#628C9B
(98,140,155)
#557885
(85,120,133)
#48646F
(72,100,111)
#3B5059
(59,80,89)
#2E3C43
(46,60,67)
#21282D
(33,40,45)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96DCF3

#96DCF3
(150,220,243)
#9FDFF4
(159,223,244)
#A8E2F5
(168,226,245)
#B1E5F6
(177,229,246)
#BAE8F7
(186,232,247)
#C3EBF8
(195,235,248)
#CCEEF9
(204,238,249)
#D5F1FA
(213,241,250)
#DEF4FB
(222,244,251)
#E7F7FC
(231,247,252)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DCF3 color. Also use rgb(150,220,243) instead hex code.

Text Font Color

.myTextColor { color: #96DCF3; }

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

This text font color is #96DCF3.

Background Color

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

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

This div background color is #96DCF3.

Border color

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

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

This div border color is #96DCF3.

Opacity

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

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

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

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

This text has shadow with #96DCF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DCF3.

Preview

Color preview on black background

This text has color #96DCF3 on black background.


Color preview on white background

This text has color #96DCF3 on white background.


Black color preview on #96DCF3 background

This text has black color on #96DCF3 background.


White color preview on #96DCF3 background

This text has white color on #96DCF3 background.


Related colors

Complementary color

Complementary color for #hex is #69230C.


I love getcolorcode.com

Triadic colors

1 #F396DC and #DCF396 with #96DCF3 are triadic colors.

2 #F3DC96 and #DC96F3 with #96DCF3 are triadic colors.