COLOR #9FEBCA

HEX: #9FEBCA
RGB: (159,235,202)

Color info

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

RGB color model

#9FEBCA color RGB value is (159,235,202).

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

RGB channels and saturation

R 159 of 255 = 62%
G 235 of 255 = 92%
B 202 of 255 = 79%

159
235
202

R + G + B ~ 78%. #9FEBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 235 + 202 = 596 (100%)
R 159 of 596 ~ 26.68%
G 235 of 596 ~ 39.43%
B 202 of 596 ~ 33.89%

%26.68
%39.43
%33.89

CMYK color model

#9FEBCA color CMYK value is (32,0,14,8).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK:
(32,0,14,8)
C32M0Y14K8 
(32%,0%,14%,8%)
(0.32/0.00/0.14/0.08)	

CMYK percentages

%32.34
%0
%14.04
%7.84

Codes

Color #9FEBCA in popluar color models

9FEBCA
RGB159235202
HSL154°65.52%77.25%
HSB/HSV154°32.34%92.16%
CMYK32.34%0.00%14.04%
7.84%

Color #9FEBCA in popluar number systems.

HEX9FEBCA
Decimal159235202
Binary100111111110101111001010
Octal237353312

Shades and tints

Shades of #9FEBCA

#9FEBCA
(159,235,202)
#91D6B8
(145,214,184)
#83C1A6
(131,193,166)
#75AC94
(117,172,148)
#679782
(103,151,130)
#598270
(89,130,112)
#4B6D5E
(75,109,94)
#3D584C
(61,88,76)
#2F433A
(47,67,58)
#212E28
(33,46,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #9FEBCA

#9FEBCA
(159,235,202)
#A7ECCE
(167,236,206)
#AFEDD2
(175,237,210)
#B7EED6
(183,238,214)
#BFEFDA
(191,239,218)
#C7F0DE
(199,240,222)
#CFF1E2
(207,241,226)
#D7F2E6
(215,242,230)
#DFF3EA
(223,243,234)
#E7F4EE
(231,244,238)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FEBCA; }

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

This text font color is #9FEBCA.


Background Color

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

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

This div background color is #9FEBCA.


Border color

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

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

This div border color is #9FEBCA.


Opacity

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

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

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

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

This text has shadow with #9FEBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEBCA on black background.


Color preview on white background

This text has color #9FEBCA on white background.



Black color preview on #9FEBCA background

This text has black color on #9FEBCA background.


White color preview on #9FEBCA background

This text has white color on #9FEBCA background.