COLOR #96EACB

HEX: #96EACB
RGB: (150,234,203)

Color info

#96EACB contains mainly green and blue colors. Web safe color of #96EACB is #99FFCC (or #9FC).

RGB color model

#96EACB color RGB value is (150,234,203).

  • red value is 150;
  • green value is 234;
  • blue value is 203.
RGB:
(150,234,203)
(59%,92%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 234 of 255 = 92%
B 203 of 255 = 80%

150
234
203

R + G + B ~ 77%. #96EACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 234 + 203 = 587 (100%)
R 150 of 587 ~ 25.55%
G 234 of 587 ~ 39.86%
B 203 of 587 ~ 34.58%

%25.55
%39.86
%34.58

CMYK color model

#96EACB color CMYK value is (36,0,13,8).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 8.24%
CMYK:
(36,0,13,8)
C36M0Y13K8 
(36%,0%,13%,8%)
(0.36/0.00/0.13/0.08)	

CMYK percentages

%35.9
%0
%13.25
%8.24

Codes

Color #96EACB in popluar color models

96EACB
RGB150234203
HSL158°66.67%75.29%
HSB/HSV158°35.90%91.76%
CMYK35.90%0.00%13.25%
8.24%

Color #96EACB in popluar number systems.

HEX96EACB
Decimal150234203
Binary100101101110101011001011
Octal226352313

Shades and tints

Shades of #96EACB

#96EACB
(150,234,203)
#89D5B9
(137,213,185)
#7CC0A7
(124,192,167)
#6FAB95
(111,171,149)
#629683
(98,150,131)
#558171
(85,129,113)
#486C5F
(72,108,95)
#3B574D
(59,87,77)
#2E423B
(46,66,59)
#212D29
(33,45,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #96EACB

#96EACB
(150,234,203)
#9FEBCF
(159,235,207)
#A8ECD3
(168,236,211)
#B1EDD7
(177,237,215)
#BAEEDB
(186,238,219)
#C3EFDF
(195,239,223)
#CCF0E3
(204,240,227)
#D5F1E7
(213,241,231)
#DEF2EB
(222,242,235)
#E7F3EF
(231,243,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EACB; }

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

This text font color is #96EACB.


Background Color

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

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

This div background color is #96EACB.


Border color

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

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

This div border color is #96EACB.


Opacity

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

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

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

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

This text has shadow with #96EACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EACB on black background.


Color preview on white background

This text has color #96EACB on white background.



Black color preview on #96EACB background

This text has black color on #96EACB background.


White color preview on #96EACB background

This text has white color on #96EACB background.