COLOR #9DDFBB

HEX: #9DDFBB RGB: (157,223,187)

Color info

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

RGB color model

#9DDFBB color RGB value is (157,223,187).

RGB: (157,223,187) (62%, 87%, 73%)

RGB channels and saturation

R 157 of 255 = 62%
G 223 of 255 = 87%
B 187 of 255 = 73%

157
223
187

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

Portions of RGB colors in percentages

R + G + B = 157 + 223 + 187 = 567 (100%)
R 157 of 567 ~ 27.69%
G 223 of 567 ~ 39.33%
B 187 of 567 ~ 32.98'%

%27.69
%39.33
%32.98

CMYK color model

#9DDFBB color CMYK value is (30,0,16,13).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 12.55%
CMYK: (30,0,16,13) C30M0Y16K13 (30%,0%,16%,13%) (0.30/0.00/0.16/0.13) 

CMYK percentages

%29.6
%0
%16.14
%12.55

Codes

Color #9DDFBB in popluar color models

9D DF BB
RGB 157 223 187
HSL 147° 50.77% 74.51%
HSB/HSV 147° 29.60% 87.45%
CMYK 29.60% 0.00% 16.14%
12.55%

Color #9DDFBB in popluar number systems.

HEX 9D DF BB
Decimal 157 223 187
Binary 10011101 11011111 10111011
Octal 235 337 273

Shades and tints

Shades of #9DDFBB

#9DDFBB
(157,223,187)
#8FCBAA
(143,203,170)
#81B799
(129,183,153)
#73A388
(115,163,136)
#658F77
(101,143,119)
#577B66
(87,123,102)
#496755
(73,103,85)
#3B5344
(59,83,68)
#2D3F33
(45,63,51)
#1F2B22
(31,43,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #9DDFBB

#9DDFBB
(157,223,187)
#A5E1C1
(165,225,193)
#ADE3C7
(173,227,199)
#B5E5CD
(181,229,205)
#BDE7D3
(189,231,211)
#C5E9D9
(197,233,217)
#CDEBDF
(205,235,223)
#D5EDE5
(213,237,229)
#DDEFEB
(221,239,235)
#E5F1F1
(229,241,241)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDFBB color. Also use rgb(157,223,187) instead hex code.

Text Font Color

.myTextColor { color: #9DDFBB; }

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

This text font color is #9DDFBB.

Background Color

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

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

This div background color is #9DDFBB.

Border color

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

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

This div border color is #9DDFBB.

Opacity

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

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

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

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

This text has shadow with #9DDFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DDFBB.

Preview

Color preview on black background

This text has color #9DDFBB on black background.


Color preview on white background

This text has color #9DDFBB on white background.


Black color preview on #9DDFBB background

This text has black color on #9DDFBB background.


White color preview on #9DDFBB background

This text has white color on #9DDFBB background.


Related colors

Complementary color

Complementary color for #hex is #622044.


I love getcolorcode.com

Triadic colors

1 #BB9DDF and #DFBB9D with #9DDFBB are triadic colors.

2 #BBDF9D and #DF9DBB with #9DDFBB are triadic colors.