COLOR #9FCDB3

HEX: #9FCDB3 RGB: (159,205,179)

Color info

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

RGB color model

#9FCDB3 color RGB value is (159,205,179).

RGB: (159,205,179) (62%, 80%, 70%)

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 179 of 255 = 70%

159
205
179

R + G + B ~ 71%. #9FCDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 205 + 179 = 543 (100%)
R 159 of 543 ~ 29.28%
G 205 of 543 ~ 37.75%
B 179 of 543 ~ 32.97'%

%29.28
%37.75
%32.97

CMYK color model

#9FCDB3 color CMYK value is (22,0,13,20).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%

CMYK: (22,0,13,20)
C22M0Y13K20 (22%, 0%, 13%, 20%)
(0.22 / 0.00 / 0.13 / 0.20)

CMYK percentages

%22.44
%0
%12.68
%19.61

Codes

Color #9FCDB3 in popluar color models

9F CD B3
RGB 159 205 179
HSL 146° 31.51% 71.37%
HSB/HSV 146° 22.44% 80.39%
CMYK 22.44% 0.00% 12.68%
19.61%

Color #9FCDB3 in popluar number systems.

HEX 9F CD B3
Decimal 159 205 179
Binary 10011111 11001101 10110011
Octal 237 315 263

Shades and tints

Shades of #9FCDB3

#9FCDB3
(159,205,179)
#91BBA3
(145,187,163)
#83A993
(131,169,147)
#759783
(117,151,131)
#678573
(103,133,115)
#597363
(89,115,99)
#4B6153
(75,97,83)
#3D4F43
(61,79,67)
#2F3D33
(47,61,51)
#212B23
(33,43,35)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #9FCDB3

#9FCDB3
(159,205,179)
#A7D1B9
(167,209,185)
#AFD5BF
(175,213,191)
#B7D9C5
(183,217,197)
#BFDDCB
(191,221,203)
#C7E1D1
(199,225,209)
#CFE5D7
(207,229,215)
#D7E9DD
(215,233,221)
#DFEDE3
(223,237,227)
#E7F1E9
(231,241,233)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCDB3 color. Also use rgb(159,205,179) instead hex code.

Text Font Color

.myTextColor { color: #9FCDB3; }

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

This text font color is #9FCDB3.

Background Color

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

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

This div background color is #9FCDB3.

Border color

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

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

This div border color is #9FCDB3.

Opacity

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

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

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

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

This text has shadow with #9FCDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCDB3.

Preview

Color preview on black background

This text has color #9FCDB3 on black background.


Color preview on white background

This text has color #9FCDB3 on white background.


Black color preview on #9FCDB3 background

This text has black color on #9FCDB3 background.


White color preview on #9FCDB3 background

This text has white color on #9FCDB3 background.


Related colors

Complementary color

Complementary color for #hex is #60324C.


I love getcolorcode.com

Triadic colors

1 #B39FCD and #CDB39F with #9FCDB3 are triadic colors.

2 #B3CD9F and #CD9FB3 with #9FCDB3 are triadic colors.