COLOR #9DCEBB

HEX: #9DCEBB
RGB: (157,206,187)

Color info

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

RGB color model

#9DCEBB color RGB value is (157,206,187).

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

RGB channels and saturation

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

157
206
187

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

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 187 = 550 (100%)
R 157 of 550 ~ 28.55%
G 206 of 550 ~ 37.45%
B 187 of 550 ~ 34%

%28.55
%37.45
%34

CMYK color model

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

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(24,0,9,19)
C24M0Y9K19 
(24%,0%,9%,19%)
(0.24/0.00/0.09/0.19)	

CMYK percentages

%23.79
%0
%9.22
%19.22

Codes

Color #9DCEBB in popluar color models

9DCEBB
RGB157206187
HSL157°33.33%71.18%
HSB/HSV157°23.79%80.78%
CMYK23.79%0.00%9.22%
19.22%

Color #9DCEBB in popluar number systems.

HEX9DCEBB
Decimal157206187
Binary100111011100111010111011
Octal235316273

Shades and tints

Shades of #9DCEBB

#9DCEBB
(157,206,187)
#8FBCAA
(143,188,170)
#81AA99
(129,170,153)
#739888
(115,152,136)
#658677
(101,134,119)
#577466
(87,116,102)
#496255
(73,98,85)
#3B5044
(59,80,68)
#2D3E33
(45,62,51)
#1F2C22
(31,44,34)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #9DCEBB

#9DCEBB
(157,206,187)
#A5D2C1
(165,210,193)
#ADD6C7
(173,214,199)
#B5DACD
(181,218,205)
#BDDED3
(189,222,211)
#C5E2D9
(197,226,217)
#CDE6DF
(205,230,223)
#D5EAE5
(213,234,229)
#DDEEEB
(221,238,235)
#E5F2F1
(229,242,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCEBB; }

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

This text font color is #9DCEBB.


Background Color

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

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

This div background color is #9DCEBB.


Border color

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

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

This div border color is #9DCEBB.


Opacity

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

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

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

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

This text has shadow with #9DCEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCEBB on black background.


Color preview on white background

This text has color #9DCEBB on white background.



Black color preview on #9DCEBB background

This text has black color on #9DCEBB background.


White color preview on #9DCEBB background

This text has white color on #9DCEBB background.