COLOR #96CFAB

HEX: #96CFAB RGB: (150,207,171)

Color info

#96CFAB contains red, green and blue colors in about the same proportion. Web safe color of #96CFAB is #99CC99 (or #9C9).

RGB color model

#96CFAB color RGB value is (150,207,171).

RGB: (150,207,171) (59%, 81%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 171 of 255 = 67%

150
207
171

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

Portions of RGB colors in percentages

R + G + B = 150 + 207 + 171 = 528 (100%)
R 150 of 528 ~ 28.41%
G 207 of 528 ~ 39.2%
B 171 of 528 ~ 32.39'%

%28.41
%39.2
%32.39

CMYK color model

#96CFAB color CMYK value is (28,0,17,19).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 18.82%

CMYK: (28,0,17,19)
C28M0Y17K19 (28%, 0%, 17%, 19%)
(0.28 / 0.00 / 0.17 / 0.19)

CMYK percentages

%27.54
%0
%17.39
%18.82

Codes

Color #96CFAB in popluar color models

96 CF AB
RGB 150 207 171
HSL 142° 37.25% 70.00%
HSB/HSV 142° 27.54% 81.18%
CMYK 27.54% 0.00% 17.39%
18.82%

Color #96CFAB in popluar number systems.

HEX 96 CF AB
Decimal 150 207 171
Binary 10010110 11001111 10101011
Octal 226 317 253

Shades and tints

Shades of #96CFAB

#96CFAB
(150,207,171)
#89BD9C
(137,189,156)
#7CAB8D
(124,171,141)
#6F997E
(111,153,126)
#62876F
(98,135,111)
#557560
(85,117,96)
#486351
(72,99,81)
#3B5142
(59,81,66)
#2E3F33
(46,63,51)
#212D24
(33,45,36)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #96CFAB

#96CFAB
(150,207,171)
#9FD3B2
(159,211,178)
#A8D7B9
(168,215,185)
#B1DBC0
(177,219,192)
#BADFC7
(186,223,199)
#C3E3CE
(195,227,206)
#CCE7D5
(204,231,213)
#D5EBDC
(213,235,220)
#DEEFE3
(222,239,227)
#E7F3EA
(231,243,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CFAB color. Also use rgb(150,207,171) instead hex code.

Text Font Color

.myTextColor { color: #96CFAB; }

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

This text font color is #96CFAB.

Background Color

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

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

This div background color is #96CFAB.

Border color

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

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

This div border color is #96CFAB.

Opacity

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

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

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

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

This text has shadow with #96CFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CFAB.

Preview

Color preview on black background

This text has color #96CFAB on black background.


Color preview on white background

This text has color #96CFAB on white background.


Black color preview on #96CFAB background

This text has black color on #96CFAB background.


White color preview on #96CFAB background

This text has white color on #96CFAB background.


Related colors

Complementary color

Complementary color for #hex is #693054.


I love getcolorcode.com

Triadic colors

1 #AB96CF and #CFAB96 with #96CFAB are triadic colors.

2 #ABCF96 and #CF96AB with #96CFAB are triadic colors.