COLOR #96EFCB

HEX: #96EFCB RGB: (150,239,203)

Color info

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

RGB color model

#96EFCB color RGB value is (150,239,203).

RGB: (150,239,203) (59%, 94%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 239 of 255 = 94%
B 203 of 255 = 80%

150
239
203

R + G + B ~ 78%. #96EFCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 239 + 203 = 592 (100%)
R 150 of 592 ~ 25.34%
G 239 of 592 ~ 40.37%
B 203 of 592 ~ 34.29'%

%25.34
%40.37
%34.29

CMYK color model

#96EFCB color CMYK value is (37,0,15,6).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 15.06%
  • key color value is 6.27%

CMYK: (37,0,15,6)
C37M0Y15K6 (37%, 0%, 15%, 6%)
(0.37 / 0.00 / 0.15 / 0.06)

CMYK percentages

%37.24
%0
%15.06
%6.27

Codes

Color #96EFCB in popluar color models

96 EF CB
RGB 150 239 203
HSL 156° 73.55% 76.27%
HSB/HSV 156° 37.24% 93.73%
CMYK 37.24% 0.00% 15.06%
6.27%

Color #96EFCB in popluar number systems.

HEX 96 EF CB
Decimal 150 239 203
Binary 10010110 11101111 11001011
Octal 226 357 313

Shades and tints

Shades of #96EFCB

#96EFCB
(150,239,203)
#89DAB9
(137,218,185)
#7CC5A7
(124,197,167)
#6FB095
(111,176,149)
#629B83
(98,155,131)
#558671
(85,134,113)
#48715F
(72,113,95)
#3B5C4D
(59,92,77)
#2E473B
(46,71,59)
#213229
(33,50,41)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #96EFCB

#96EFCB
(150,239,203)
#9FF0CF
(159,240,207)
#A8F1D3
(168,241,211)
#B1F2D7
(177,242,215)
#BAF3DB
(186,243,219)
#C3F4DF
(195,244,223)
#CCF5E3
(204,245,227)
#D5F6E7
(213,246,231)
#DEF7EB
(222,247,235)
#E7F8EF
(231,248,239)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EFCB; }

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

This text font color is #96EFCB.

Background Color

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

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

This div background color is #96EFCB.

Border color

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

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

This div border color is #96EFCB.

Opacity

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

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

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

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

This text has shadow with #96EFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96EFCB.

Preview

Color preview on black background

This text has color #96EFCB on black background.


Color preview on white background

This text has color #96EFCB on white background.


Black color preview on #96EFCB background

This text has black color on #96EFCB background.


White color preview on #96EFCB background

This text has white color on #96EFCB background.


Related colors

Complementary color

Complementary color for #hex is #691034.


I love getcolorcode.com

Triadic colors

1 #CB96EF and #EFCB96 with #96EFCB are triadic colors.

2 #CBEF96 and #EF96CB with #96EFCB are triadic colors.