COLOR #9DBEB7

HEX: #9DBEB7 RGB: (157,190,183)

Color info

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

RGB color model

#9DBEB7 color RGB value is (157,190,183).

RGB: (157,190,183) (62%, 75%, 72%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 183 of 255 = 72%

157
190
183

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

Portions of RGB colors in percentages

R + G + B = 157 + 190 + 183 = 530 (100%)
R 157 of 530 ~ 29.62%
G 190 of 530 ~ 35.85%
B 183 of 530 ~ 34.53'%

%29.62
%35.85
%34.53

CMYK color model

#9DBEB7 color CMYK value is (17,0,4,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK: (17,0,4,25) C17M0Y4K25 (17%,0%,4%,25%) (0.17/0.00/0.04/0.25) 

CMYK percentages

%17.37
%0
%3.68
%25.49

Codes

Color #9DBEB7 in popluar color models

9D BE B7
RGB 157 190 183
HSL 167° 20.25% 68.04%
HSB/HSV 167° 17.37% 74.51%
CMYK 17.37% 0.00% 3.68%
25.49%

Color #9DBEB7 in popluar number systems.

HEX 9D BE B7
Decimal 157 190 183
Binary 10011101 10111110 10110111
Octal 235 276 267

Shades and tints

Shades of #9DBEB7

#9DBEB7
(157,190,183)
#8FADA7
(143,173,167)
#819C97
(129,156,151)
#738B87
(115,139,135)
#657A77
(101,122,119)
#576967
(87,105,103)
#495857
(73,88,87)
#3B4747
(59,71,71)
#2D3637
(45,54,55)
#1F2527
(31,37,39)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #9DBEB7

#9DBEB7
(157,190,183)
#A5C3BD
(165,195,189)
#ADC8C3
(173,200,195)
#B5CDC9
(181,205,201)
#BDD2CF
(189,210,207)
#C5D7D5
(197,215,213)
#CDDCDB
(205,220,219)
#D5E1E1
(213,225,225)
#DDE6E7
(221,230,231)
#E5EBED
(229,235,237)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEB7; }

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

This text font color is #9DBEB7.

Background Color

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

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

This div background color is #9DBEB7.

Border color

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

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

This div border color is #9DBEB7.

Opacity

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

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

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

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

This text has shadow with #9DBEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBEB7.

Preview

Color preview on black background

This text has color #9DBEB7 on black background.


Color preview on white background

This text has color #9DBEB7 on white background.


Black color preview on #9DBEB7 background

This text has black color on #9DBEB7 background.


White color preview on #9DBEB7 background

This text has white color on #9DBEB7 background.


Related colors

Complementary color

Complementary color for #hex is #624148.


I love getcolorcode.com

Triadic colors

1 #B79DBE and #BEB79D with #9DBEB7 are triadic colors.

2 #B7BE9D and #BE9DB7 with #9DBEB7 are triadic colors.