COLOR #96DAD7

HEX: #96DAD7 RGB: (150,218,215)

Color info

#96DAD7 contains mainly green and blue colors. Web safe color of #96DAD7 is #99CCCC (or #9CC).

RGB color model

#96DAD7 color RGB value is (150,218,215).

RGB: (150,218,215) (59%, 85%, 84%)

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 215 of 255 = 84%

150
218
215

R + G + B ~ 76%. #96DAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 218 + 215 = 583 (100%)
R 150 of 583 ~ 25.73%
G 218 of 583 ~ 37.39%
B 215 of 583 ~ 36.88'%

%25.73
%37.39
%36.88

CMYK color model

#96DAD7 color CMYK value is (31,0,1,15).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%

CMYK: (31,0,1,15)
C31M0Y1K15 (31%, 0%, 1%, 15%)
(0.31 / 0.00 / 0.01 / 0.15)

CMYK percentages

%31.19
%0
%1.38
%14.51

Codes

Color #96DAD7 in popluar color models

96 DA D7
RGB 150 218 215
HSL 177° 47.89% 72.16%
HSB/HSV 177° 31.19% 85.49%
CMYK 31.19% 0.00% 1.38%
14.51%

Color #96DAD7 in popluar number systems.

HEX 96 DA D7
Decimal 150 218 215
Binary 10010110 11011010 11010111
Octal 226 332 327

Shades and tints

Shades of #96DAD7

#96DAD7
(150,218,215)
#89C7C4
(137,199,196)
#7CB4B1
(124,180,177)
#6FA19E
(111,161,158)
#628E8B
(98,142,139)
#557B78
(85,123,120)
#486865
(72,104,101)
#3B5552
(59,85,82)
#2E423F
(46,66,63)
#212F2C
(33,47,44)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #96DAD7

#96DAD7
(150,218,215)
#9FDDDA
(159,221,218)
#A8E0DD
(168,224,221)
#B1E3E0
(177,227,224)
#BAE6E3
(186,230,227)
#C3E9E6
(195,233,230)
#CCECE9
(204,236,233)
#D5EFEC
(213,239,236)
#DEF2EF
(222,242,239)
#E7F5F2
(231,245,242)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DAD7 color. Also use rgb(150,218,215) instead hex code.

Text Font Color

.myTextColor { color: #96DAD7; }

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

This text font color is #96DAD7.

Background Color

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

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

This div background color is #96DAD7.

Border color

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

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

This div border color is #96DAD7.

Opacity

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

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

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

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

This text has shadow with #96DAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DAD7.

Preview

Color preview on black background

This text has color #96DAD7 on black background.


Color preview on white background

This text has color #96DAD7 on white background.


Black color preview on #96DAD7 background

This text has black color on #96DAD7 background.


White color preview on #96DAD7 background

This text has white color on #96DAD7 background.


Related colors

Complementary color

Complementary color for #hex is #692528.


I love getcolorcode.com

Triadic colors

1 #D796DA and #DAD796 with #96DAD7 are triadic colors.

2 #D7DA96 and #DA96D7 with #96DAD7 are triadic colors.