COLOR #9DBBB7

HEX: #9DBBB7 RGB: (157,187,183)

Color info

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

RGB color model

#9DBBB7 color RGB value is (157,187,183).

RGB: (157,187,183) (62%, 73%, 72%)

RGB channels and saturation

R 157 of 255 = 62%
G 187 of 255 = 73%
B 183 of 255 = 72%

157
187
183

R + G + B ~ 69%. #9DBBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 187 + 183 = 527 (100%)
R 157 of 527 ~ 29.79%
G 187 of 527 ~ 35.48%
B 183 of 527 ~ 34.72'%

%29.79
%35.48
%34.72

CMYK color model

#9DBBB7 color CMYK value is (16,0,2,27).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (16,0,2,27)
C16M0Y2K27 (16%, 0%, 2%, 27%)
(0.16 / 0.00 / 0.02 / 0.27)

CMYK percentages

%16.04
%0
%2.14
%26.67

Codes

Color #9DBBB7 in popluar color models

9D BB B7
RGB 157 187 183
HSL 172° 18.07% 67.45%
HSB/HSV 172° 16.04% 73.33%
CMYK 16.04% 0.00% 2.14%
26.67%

Color #9DBBB7 in popluar number systems.

HEX 9D BB B7
Decimal 157 187 183
Binary 10011101 10111011 10110111
Octal 235 273 267

Shades and tints

Shades of #9DBBB7

#9DBBB7
(157,187,183)
#8FAAA7
(143,170,167)
#819997
(129,153,151)
#738887
(115,136,135)
#657777
(101,119,119)
#576667
(87,102,103)
#495557
(73,85,87)
#3B4447
(59,68,71)
#2D3337
(45,51,55)
#1F2227
(31,34,39)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #9DBBB7

#9DBBB7
(157,187,183)
#A5C1BD
(165,193,189)
#ADC7C3
(173,199,195)
#B5CDC9
(181,205,201)
#BDD3CF
(189,211,207)
#C5D9D5
(197,217,213)
#CDDFDB
(205,223,219)
#D5E5E1
(213,229,225)
#DDEBE7
(221,235,231)
#E5F1ED
(229,241,237)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBBB7; }

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

This text font color is #9DBBB7.

Background Color

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

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

This div background color is #9DBBB7.

Border color

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

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

This div border color is #9DBBB7.

Opacity

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

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

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

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

This text has shadow with #9DBBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBBB7.

Preview

Color preview on black background

This text has color #9DBBB7 on black background.


Color preview on white background

This text has color #9DBBB7 on white background.


Black color preview on #9DBBB7 background

This text has black color on #9DBBB7 background.


White color preview on #9DBBB7 background

This text has white color on #9DBBB7 background.


Related colors

Complementary color

Complementary color for #hex is #624448.


I love getcolorcode.com

Triadic colors

1 #B79DBB and #BBB79D with #9DBBB7 are triadic colors.

2 #B7BB9D and #BB9DB7 with #9DBBB7 are triadic colors.