COLOR #9FECCA

HEX: #9FECCA RGB: (159,236,202)

Color info

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

RGB color model

#9FECCA color RGB value is (159,236,202).

RGB: (159,236,202) (62%, 93%, 79%)

RGB channels and saturation

R 159 of 255 = 62%
G 236 of 255 = 93%
B 202 of 255 = 79%

159
236
202

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

Portions of RGB colors in percentages

R + G + B = 159 + 236 + 202 = 597 (100%)
R 159 of 597 ~ 26.63%
G 236 of 597 ~ 39.53%
B 202 of 597 ~ 33.84'%

%26.63
%39.53
%33.84

CMYK color model

#9FECCA color CMYK value is (33,0,14,7).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 7.45%

CMYK: (33,0,14,7)
C33M0Y14K7 (33%, 0%, 14%, 7%)
(0.33 / 0.00 / 0.14 / 0.07)

CMYK percentages

%32.63
%0
%14.41
%7.45

Codes

Color #9FECCA in popluar color models

9F EC CA
RGB 159 236 202
HSL 154° 66.96% 77.45%
HSB/HSV 154° 32.63% 92.55%
CMYK 32.63% 0.00% 14.41%
7.45%

Color #9FECCA in popluar number systems.

HEX 9F EC CA
Decimal 159 236 202
Binary 10011111 11101100 11001010
Octal 237 354 312

Shades and tints

Shades of #9FECCA

#9FECCA
(159,236,202)
#91D7B8
(145,215,184)
#83C2A6
(131,194,166)
#75AD94
(117,173,148)
#679882
(103,152,130)
#598370
(89,131,112)
#4B6E5E
(75,110,94)
#3D594C
(61,89,76)
#2F443A
(47,68,58)
#212F28
(33,47,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #9FECCA

#9FECCA
(159,236,202)
#A7EDCE
(167,237,206)
#AFEED2
(175,238,210)
#B7EFD6
(183,239,214)
#BFF0DA
(191,240,218)
#C7F1DE
(199,241,222)
#CFF2E2
(207,242,226)
#D7F3E6
(215,243,230)
#DFF4EA
(223,244,234)
#E7F5EE
(231,245,238)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FECCA; }

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

This text font color is #9FECCA.

Background Color

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

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

This div background color is #9FECCA.

Border color

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

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

This div border color is #9FECCA.

Opacity

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

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

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

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

This text has shadow with #9FECCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FECCA.

Preview

Color preview on black background

This text has color #9FECCA on black background.


Color preview on white background

This text has color #9FECCA on white background.


Black color preview on #9FECCA background

This text has black color on #9FECCA background.


White color preview on #9FECCA background

This text has white color on #9FECCA background.


Related colors

Complementary color

Complementary color for #hex is #601335.


I love getcolorcode.com

Triadic colors

1 #CA9FEC and #ECCA9F with #9FECCA are triadic colors.

2 #CAEC9F and #EC9FCA with #9FECCA are triadic colors.