COLOR #9FDEB5

HEX: #9FDEB5 RGB: (159,222,181)

Color info

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

RGB color model

#9FDEB5 color RGB value is (159,222,181).

RGB: (159,222,181) (62%, 87%, 71%)

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 181 of 255 = 71%

159
222
181

R + G + B ~ 73%. #9FDEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 222 + 181 = 562 (100%)
R 159 of 562 ~ 28.29%
G 222 of 562 ~ 39.5%
B 181 of 562 ~ 32.21'%

%28.29
%39.5
%32.21

CMYK color model

#9FDEB5 color CMYK value is (28,0,18,13).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 12.94%

CMYK: (28,0,18,13)
C28M0Y18K13 (28%, 0%, 18%, 13%)
(0.28 / 0.00 / 0.18 / 0.13)

CMYK percentages

%28.38
%0
%18.47
%12.94

Codes

Color #9FDEB5 in popluar color models

9F DE B5
RGB 159 222 181
HSL 141° 48.84% 74.71%
HSB/HSV 141° 28.38% 87.06%
CMYK 28.38% 0.00% 18.47%
12.94%

Color #9FDEB5 in popluar number systems.

HEX 9F DE B5
Decimal 159 222 181
Binary 10011111 11011110 10110101
Octal 237 336 265

Shades and tints

Shades of #9FDEB5

#9FDEB5
(159,222,181)
#91CAA5
(145,202,165)
#83B695
(131,182,149)
#75A285
(117,162,133)
#678E75
(103,142,117)
#597A65
(89,122,101)
#4B6655
(75,102,85)
#3D5245
(61,82,69)
#2F3E35
(47,62,53)
#212A25
(33,42,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #9FDEB5

#9FDEB5
(159,222,181)
#A7E1BB
(167,225,187)
#AFE4C1
(175,228,193)
#B7E7C7
(183,231,199)
#BFEACD
(191,234,205)
#C7EDD3
(199,237,211)
#CFF0D9
(207,240,217)
#D7F3DF
(215,243,223)
#DFF6E5
(223,246,229)
#E7F9EB
(231,249,235)
#EFFCF1
(239,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDEB5 color. Also use rgb(159,222,181) instead hex code.

Text Font Color

.myTextColor { color: #9FDEB5; }

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

This text font color is #9FDEB5.

Background Color

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

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

This div background color is #9FDEB5.

Border color

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

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

This div border color is #9FDEB5.

Opacity

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

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

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

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

This text has shadow with #9FDEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDEB5.

Preview

Color preview on black background

This text has color #9FDEB5 on black background.


Color preview on white background

This text has color #9FDEB5 on white background.


Black color preview on #9FDEB5 background

This text has black color on #9FDEB5 background.


White color preview on #9FDEB5 background

This text has white color on #9FDEB5 background.


Related colors

Complementary color

Complementary color for #hex is #60214A.


I love getcolorcode.com

Triadic colors

1 #B59FDE and #DEB59F with #9FDEB5 are triadic colors.

2 #B5DE9F and #DE9FB5 with #9FDEB5 are triadic colors.