COLOR #9FCEA3

HEX: #9FCEA3 RGB: (159,206,163)

Color info

#9FCEA3 contains red, green and blue colors in about the same proportion. Web safe color of #9FCEA3 is #99CC99 (or #9C9).

RGB color model

#9FCEA3 color RGB value is (159,206,163).

RGB: (159,206,163) (62%, 81%, 64%)

RGB channels and saturation

R 159 of 255 = 62%
G 206 of 255 = 81%
B 163 of 255 = 64%

159
206
163

R + G + B ~ 69%. #9FCEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 206 + 163 = 528 (100%)
R 159 of 528 ~ 30.11%
G 206 of 528 ~ 39.02%
B 163 of 528 ~ 30.87'%

%30.11
%39.02
%30.87

CMYK color model

#9FCEA3 color CMYK value is (23,0,21,19).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 19.22%

CMYK: (23,0,21,19)
C23M0Y21K19 (23%, 0%, 21%, 19%)
(0.23 / 0.00 / 0.21 / 0.19)

CMYK percentages

%22.82
%0
%20.87
%19.22

Codes

Color #9FCEA3 in popluar color models

9F CE A3
RGB 159 206 163
HSL 125° 32.41% 71.57%
HSB/HSV 125° 22.82% 80.78%
CMYK 22.82% 0.00% 20.87%
19.22%

Color #9FCEA3 in popluar number systems.

HEX 9F CE A3
Decimal 159 206 163
Binary 10011111 11001110 10100011
Octal 237 316 243

Shades and tints

Shades of #9FCEA3

#9FCEA3
(159,206,163)
#91BC95
(145,188,149)
#83AA87
(131,170,135)
#759879
(117,152,121)
#67866B
(103,134,107)
#59745D
(89,116,93)
#4B624F
(75,98,79)
#3D5041
(61,80,65)
#2F3E33
(47,62,51)
#212C25
(33,44,37)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FCEA3

#9FCEA3
(159,206,163)
#A7D2AB
(167,210,171)
#AFD6B3
(175,214,179)
#B7DABB
(183,218,187)
#BFDEC3
(191,222,195)
#C7E2CB
(199,226,203)
#CFE6D3
(207,230,211)
#D7EADB
(215,234,219)
#DFEEE3
(223,238,227)
#E7F2EB
(231,242,235)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCEA3 color. Also use rgb(159,206,163) instead hex code.

Text Font Color

.myTextColor { color: #9FCEA3; }

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

This text font color is #9FCEA3.

Background Color

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

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

This div background color is #9FCEA3.

Border color

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

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

This div border color is #9FCEA3.

Opacity

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

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

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

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

This text has shadow with #9FCEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCEA3.

Preview

Color preview on black background

This text has color #9FCEA3 on black background.


Color preview on white background

This text has color #9FCEA3 on white background.


Black color preview on #9FCEA3 background

This text has black color on #9FCEA3 background.


White color preview on #9FCEA3 background

This text has white color on #9FCEA3 background.


Related colors

Complementary color

Complementary color for #hex is #60315C.


I love getcolorcode.com

Triadic colors

1 #A39FCE and #CEA39F with #9FCEA3 are triadic colors.

2 #A3CE9F and #CE9FA3 with #9FCEA3 are triadic colors.