COLOR #96BDCA

HEX: #96BDCA
RGB: (150,189,202)

Color info

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

RGB color model

#96BDCA color RGB value is (150,189,202).

  • red value is 150;
  • green value is 189;
  • blue value is 202.
RGB:
(150,189,202)
(59%,74%,79%)

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 202 of 255 = 79%

150
189
202

R + G + B ~ 71%. #96BDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 189 + 202 = 541 (100%)
R 150 of 541 ~ 27.73%
G 189 of 541 ~ 34.94%
B 202 of 541 ~ 37.34%

%27.73
%34.94
%37.34

CMYK color model

#96BDCA color CMYK value is (26,6,0,21).

  • cyan value is 25.74%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(26,6,0,21)
C26M6Y0K21 
(26%,6%,0%,21%)
(0.26/0.06/0.00/0.21)	

CMYK percentages

%25.74
%6.44
%0
%20.78

Codes

Color #96BDCA in popluar color models

96BDCA
RGB150189202
HSL195°32.91%69.02%
HSB/HSV195°25.74%79.22%
CMYK25.74%6.44%0.00%
20.78%

Color #96BDCA in popluar number systems.

HEX96BDCA
Decimal150189202
Binary100101101011110111001010
Octal226275312

Shades and tints

Shades of #96BDCA

#96BDCA
(150,189,202)
#89ACB8
(137,172,184)
#7C9BA6
(124,155,166)
#6F8A94
(111,138,148)
#627982
(98,121,130)
#556870
(85,104,112)
#48575E
(72,87,94)
#3B464C
(59,70,76)
#2E353A
(46,53,58)
#212428
(33,36,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #96BDCA

#96BDCA
(150,189,202)
#9FC3CE
(159,195,206)
#A8C9D2
(168,201,210)
#B1CFD6
(177,207,214)
#BAD5DA
(186,213,218)
#C3DBDE
(195,219,222)
#CCE1E2
(204,225,226)
#D5E7E6
(213,231,230)
#DEEDEA
(222,237,234)
#E7F3EE
(231,243,238)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BDCA color. Also use rgb(150,189,202) instead hex code.

Text Font Color

.myTextColor { color: #96BDCA; }

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

This text font color is #96BDCA.


Background Color

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

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

This div background color is #96BDCA.


Border color

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

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

This div border color is #96BDCA.


Opacity

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

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

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

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

This text has shadow with #96BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BDCA on black background.


Color preview on white background

This text has color #96BDCA on white background.



Black color preview on #96BDCA background

This text has black color on #96BDCA background.


White color preview on #96BDCA background

This text has white color on #96BDCA background.