COLOR #9DBEBB

HEX: #9DBEBB RGB: (157,190,187)

Color info

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

RGB color model

#9DBEBB color RGB value is (157,190,187).

RGB: (157,190,187) (62%, 75%, 73%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 187 of 255 = 73%

157
190
187

R + G + B ~ 70%. #9DBEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 190 + 187 = 534 (100%)
R 157 of 534 ~ 29.4%
G 190 of 534 ~ 35.58%
B 187 of 534 ~ 35.02'%

%29.4
%35.58
%35.02

CMYK color model

#9DBEBB color CMYK value is (17,0,2,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK: (17,0,2,25) C17M0Y2K25 (17%,0%,2%,25%) (0.17/0.00/0.02/0.25) 

CMYK percentages

%17.37
%0
%1.58
%25.49

Codes

Color #9DBEBB in popluar color models

9D BE BB
RGB 157 190 187
HSL 175° 20.25% 68.04%
HSB/HSV 175° 17.37% 74.51%
CMYK 17.37% 0.00% 1.58%
25.49%

Color #9DBEBB in popluar number systems.

HEX 9D BE BB
Decimal 157 190 187
Binary 10011101 10111110 10111011
Octal 235 276 273

Shades and tints

Shades of #9DBEBB

#9DBEBB
(157,190,187)
#8FADAA
(143,173,170)
#819C99
(129,156,153)
#738B88
(115,139,136)
#657A77
(101,122,119)
#576966
(87,105,102)
#495855
(73,88,85)
#3B4744
(59,71,68)
#2D3633
(45,54,51)
#1F2522
(31,37,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9DBEBB

#9DBEBB
(157,190,187)
#A5C3C1
(165,195,193)
#ADC8C7
(173,200,199)
#B5CDCD
(181,205,205)
#BDD2D3
(189,210,211)
#C5D7D9
(197,215,217)
#CDDCDF
(205,220,223)
#D5E1E5
(213,225,229)
#DDE6EB
(221,230,235)
#E5EBF1
(229,235,241)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEBB; }

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

This text font color is #9DBEBB.

Background Color

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

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

This div background color is #9DBEBB.

Border color

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

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

This div border color is #9DBEBB.

Opacity

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

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

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

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

This text has shadow with #9DBEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBEBB.

Preview

Color preview on black background

This text has color #9DBEBB on black background.


Color preview on white background

This text has color #9DBEBB on white background.


Black color preview on #9DBEBB background

This text has black color on #9DBEBB background.


White color preview on #9DBEBB background

This text has white color on #9DBEBB background.


Related colors

Complementary color

Complementary color for #hex is #624144.


I love getcolorcode.com

Triadic colors

1 #BB9DBE and #BEBB9D with #9DBEBB are triadic colors.

2 #BBBE9D and #BE9DBB with #9DBEBB are triadic colors.