COLOR #9FCAE1

HEX: #9FCAE1
RGB: (159,202,225)

Color info

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

RGB color model

#9FCAE1 color RGB value is (159,202,225).

  • red value is 159;
  • green value is 202;
  • blue value is 225.
RGB:
(159,202,225)
(62%,79%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 202 of 255 = 79%
B 225 of 255 = 88%

159
202
225

R + G + B ~ 76%. #9FCAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 202 + 225 = 586 (100%)
R 159 of 586 ~ 27.13%
G 202 of 586 ~ 34.47%
B 225 of 586 ~ 38.4%

%27.13
%34.47
%38.4

CMYK color model

#9FCAE1 color CMYK value is (29,10,0,12).

  • cyan value is 29.33%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,10,0,12)
C29M10Y0K12 
(29%,10%,0%,12%)
(0.29/0.10/0.00/0.12)	

CMYK percentages

%29.33
%10.22
%0
%11.76

Codes

Color #9FCAE1 in popluar color models

9FCAE1
RGB159202225
HSL201°52.38%75.29%
HSB/HSV201°29.33%88.24%
CMYK29.33%10.22%0.00%
11.76%

Color #9FCAE1 in popluar number systems.

HEX9FCAE1
Decimal159202225
Binary100111111100101011100001
Octal237312341

Shades and tints

Shades of #9FCAE1

#9FCAE1
(159,202,225)
#91B8CD
(145,184,205)
#83A6B9
(131,166,185)
#7594A5
(117,148,165)
#678291
(103,130,145)
#59707D
(89,112,125)
#4B5E69
(75,94,105)
#3D4C55
(61,76,85)
#2F3A41
(47,58,65)
#21282D
(33,40,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #9FCAE1

#9FCAE1
(159,202,225)
#A7CEE3
(167,206,227)
#AFD2E5
(175,210,229)
#B7D6E7
(183,214,231)
#BFDAE9
(191,218,233)
#C7DEEB
(199,222,235)
#CFE2ED
(207,226,237)
#D7E6EF
(215,230,239)
#DFEAF1
(223,234,241)
#E7EEF3
(231,238,243)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCAE1 color. Also use rgb(159,202,225) instead hex code.

Text Font Color

.myTextColor { color: #9FCAE1; }

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

This text font color is #9FCAE1.


Background Color

.myBgColor { background-color: #9FCAE1; }

<div style="background-color:#9FCAE1">Inner text</div>

This div background color is #9FCAE1.


Border color

.myBorderColor { border: 1px solid #9FCAE1; }

<div style="border:3px solid #9FCAE1">Div</div>

This div border color is #9FCAE1.


Opacity

.myOpacity80 { color: #9FCAE1; opacity: 0.8; }

<p style="color:#9FCAE1;opacity:0.8;">80%</p>

Text with #9FCAE1 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 #9FCAE1;}

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

This text has shadow with #9FCAE1 color.

.textShadow {text-shadow: 3px 3px 1px #9FCAE1, 3px 3px 1px red;}

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

This text has shadow with #9FCAE1 primary color and red secondary color.


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

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

This text has shadow with #9FCAE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCAE1 on black background.


Color preview on white background

This text has color #9FCAE1 on white background.



Black color preview on #9FCAE1 background

This text has black color on #9FCAE1 background.


White color preview on #9FCAE1 background

This text has white color on #9FCAE1 background.