COLOR #9DD1BB

HEX: #9DD1BB
RGB: (157,209,187)

Color info

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

RGB color model

#9DD1BB color RGB value is (157,209,187).

  • red value is 157;
  • green value is 209;
  • blue value is 187.
RGB:
(157,209,187)
(62%,82%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 209 of 255 = 82%
B 187 of 255 = 73%

157
209
187

R + G + B ~ 72%. #9DD1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 209 + 187 = 553 (100%)
R 157 of 553 ~ 28.39%
G 209 of 553 ~ 37.79%
B 187 of 553 ~ 33.82%

%28.39
%37.79
%33.82

CMYK color model

#9DD1BB color CMYK value is (25,0,11,18).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(25,0,11,18)
C25M0Y11K18 
(25%,0%,11%,18%)
(0.25/0.00/0.11/0.18)	

CMYK percentages

%24.88
%0
%10.53
%18.04

Codes

Color #9DD1BB in popluar color models

9DD1BB
RGB157209187
HSL155°36.11%71.76%
HSB/HSV155°24.88%81.96%
CMYK24.88%0.00%10.53%
18.04%

Color #9DD1BB in popluar number systems.

HEX9DD1BB
Decimal157209187
Binary100111011101000110111011
Octal235321273

Shades and tints

Shades of #9DD1BB

#9DD1BB
(157,209,187)
#8FBEAA
(143,190,170)
#81AB99
(129,171,153)
#739888
(115,152,136)
#658577
(101,133,119)
#577266
(87,114,102)
#495F55
(73,95,85)
#3B4C44
(59,76,68)
#2D3933
(45,57,51)
#1F2622
(31,38,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9DD1BB

#9DD1BB
(157,209,187)
#A5D5C1
(165,213,193)
#ADD9C7
(173,217,199)
#B5DDCD
(181,221,205)
#BDE1D3
(189,225,211)
#C5E5D9
(197,229,217)
#CDE9DF
(205,233,223)
#D5EDE5
(213,237,229)
#DDF1EB
(221,241,235)
#E5F5F1
(229,245,241)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD1BB; }

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

This text font color is #9DD1BB.


Background Color

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

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

This div background color is #9DD1BB.


Border color

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

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

This div border color is #9DD1BB.


Opacity

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

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

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

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

This text has shadow with #9DD1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD1BB on black background.


Color preview on white background

This text has color #9DD1BB on white background.



Black color preview on #9DD1BB background

This text has black color on #9DD1BB background.


White color preview on #9DD1BB background

This text has white color on #9DD1BB background.