COLOR #9FDDBB

HEX: #9FDDBB RGB: (159,221,187)

Color info

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

RGB color model

#9FDDBB color RGB value is (159,221,187).

RGB: (159,221,187) (62%, 87%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 221 of 255 = 87%
B 187 of 255 = 73%

159
221
187

R + G + B ~ 74%. #9FDDBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 221 + 187 = 567 (100%)
R 159 of 567 ~ 28.04%
G 221 of 567 ~ 38.98%
B 187 of 567 ~ 32.98'%

%28.04
%38.98
%32.98

CMYK color model

#9FDDBB color CMYK value is (28,0,15,13).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%

CMYK: (28,0,15,13)
C28M0Y15K13 (28%, 0%, 15%, 13%)
(0.28 / 0.00 / 0.15 / 0.13)

CMYK percentages

%28.05
%0
%15.38
%13.33

Codes

Color #9FDDBB in popluar color models

9F DD BB
RGB 159 221 187
HSL 147° 47.69% 74.51%
HSB/HSV 147° 28.05% 86.67%
CMYK 28.05% 0.00% 15.38%
13.33%

Color #9FDDBB in popluar number systems.

HEX 9F DD BB
Decimal 159 221 187
Binary 10011111 11011101 10111011
Octal 237 335 273

Shades and tints

Shades of #9FDDBB

#9FDDBB
(159,221,187)
#91C9AA
(145,201,170)
#83B599
(131,181,153)
#75A188
(117,161,136)
#678D77
(103,141,119)
#597966
(89,121,102)
#4B6555
(75,101,85)
#3D5144
(61,81,68)
#2F3D33
(47,61,51)
#212922
(33,41,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9FDDBB

#9FDDBB
(159,221,187)
#A7E0C1
(167,224,193)
#AFE3C7
(175,227,199)
#B7E6CD
(183,230,205)
#BFE9D3
(191,233,211)
#C7ECD9
(199,236,217)
#CFEFDF
(207,239,223)
#D7F2E5
(215,242,229)
#DFF5EB
(223,245,235)
#E7F8F1
(231,248,241)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDDBB color. Also use rgb(159,221,187) instead hex code.

Text Font Color

.myTextColor { color: #9FDDBB; }

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

This text font color is #9FDDBB.

Background Color

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

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

This div background color is #9FDDBB.

Border color

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

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

This div border color is #9FDDBB.

Opacity

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

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

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

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

This text has shadow with #9FDDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDDBB.

Preview

Color preview on black background

This text has color #9FDDBB on black background.


Color preview on white background

This text has color #9FDDBB on white background.


Black color preview on #9FDDBB background

This text has black color on #9FDDBB background.


White color preview on #9FDDBB background

This text has white color on #9FDDBB background.


Related colors

Complementary color

Complementary color for #hex is #602244.


I love getcolorcode.com

Triadic colors

1 #BB9FDD and #DDBB9F with #9FDDBB are triadic colors.

2 #BBDD9F and #DD9FBB with #9FDDBB are triadic colors.