COLOR #9DCFBB

HEX: #9DCFBB
RGB: (157,207,187)

Color info

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

RGB color model

#9DCFBB color RGB value is (157,207,187).

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

RGB channels and saturation

R 157 of 255 = 62%
G 207 of 255 = 81%
B 187 of 255 = 73%

157
207
187

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

Portions of RGB colors in percentages

R + G + B =
157 + 207 + 187 = 551 (100%)
R 157 of 551 ~ 28.49%
G 207 of 551 ~ 37.57%
B 187 of 551 ~ 33.94%

%28.49
%37.57
%33.94

CMYK color model

#9DCFBB color CMYK value is (24,0,10,19).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 18.82%
CMYK:
(24,0,10,19)
C24M0Y10K19 
(24%,0%,10%,19%)
(0.24/0.00/0.10/0.19)	

CMYK percentages

%24.15
%0
%9.66
%18.82

Codes

Color #9DCFBB in popluar color models

9DCFBB
RGB157207187
HSL156°34.25%71.37%
HSB/HSV156°24.15%81.18%
CMYK24.15%0.00%9.66%
18.82%

Color #9DCFBB in popluar number systems.

HEX9DCFBB
Decimal157207187
Binary100111011100111110111011
Octal235317273

Shades and tints

Shades of #9DCFBB

#9DCFBB
(157,207,187)
#8FBDAA
(143,189,170)
#81AB99
(129,171,153)
#739988
(115,153,136)
#658777
(101,135,119)
#577566
(87,117,102)
#496355
(73,99,85)
#3B5144
(59,81,68)
#2D3F33
(45,63,51)
#1F2D22
(31,45,34)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #9DCFBB

#9DCFBB
(157,207,187)
#A5D3C1
(165,211,193)
#ADD7C7
(173,215,199)
#B5DBCD
(181,219,205)
#BDDFD3
(189,223,211)
#C5E3D9
(197,227,217)
#CDE7DF
(205,231,223)
#D5EBE5
(213,235,229)
#DDEFEB
(221,239,235)
#E5F3F1
(229,243,241)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCFBB; }

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

This text font color is #9DCFBB.


Background Color

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

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

This div background color is #9DCFBB.


Border color

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

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

This div border color is #9DCFBB.


Opacity

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

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

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

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

This text has shadow with #9DCFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCFBB on black background.


Color preview on white background

This text has color #9DCFBB on white background.



Black color preview on #9DCFBB background

This text has black color on #9DCFBB background.


White color preview on #9DCFBB background

This text has white color on #9DCFBB background.