COLOR #9DBEBF

HEX: #9DBEBF
RGB: (157,190,191)

Color info

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

RGB color model

#9DBEBF color RGB value is (157,190,191).

  • red value is 157;
  • green value is 190;
  • blue value is 191.
RGB:
(157,190,191)
(62%,75%,75%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 191 of 255 = 75%

157
190
191

R + G + B ~ 71%. #9DBEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 191 = 538 (100%)
R 157 of 538 ~ 29.18%
G 190 of 538 ~ 35.32%
B 191 of 538 ~ 35.5%

%29.18
%35.32
%35.5

CMYK color model

#9DBEBF color CMYK value is (18,1,0,25).

  • cyan value is 17.80%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(18,1,0,25)
C18M1Y0K25 
(18%,1%,0%,25%)
(0.18/0.01/0.00/0.25)	

CMYK percentages

%17.8
%0.52
%0
%25.1

Codes

Color #9DBEBF in popluar color models

9DBEBF
RGB157190191
HSL182°20.99%68.24%
HSB/HSV182°17.80%74.90%
CMYK17.80%0.52%0.00%
25.10%

Color #9DBEBF in popluar number systems.

HEX9DBEBF
Decimal157190191
Binary100111011011111010111111
Octal235276277

Shades and tints

Shades of #9DBEBF

#9DBEBF
(157,190,191)
#8FADAE
(143,173,174)
#819C9D
(129,156,157)
#738B8C
(115,139,140)
#657A7B
(101,122,123)
#57696A
(87,105,106)
#495859
(73,88,89)
#3B4748
(59,71,72)
#2D3637
(45,54,55)
#1F2526
(31,37,38)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9DBEBF

#9DBEBF
(157,190,191)
#A5C3C4
(165,195,196)
#ADC8C9
(173,200,201)
#B5CDCE
(181,205,206)
#BDD2D3
(189,210,211)
#C5D7D8
(197,215,216)
#CDDCDD
(205,220,221)
#D5E1E2
(213,225,226)
#DDE6E7
(221,230,231)
#E5EBEC
(229,235,236)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEBF; }

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

This text font color is #9DBEBF.


Background Color

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

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

This div background color is #9DBEBF.


Border color

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

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

This div border color is #9DBEBF.


Opacity

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

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

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

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

This text has shadow with #9DBEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBEBF on black background.


Color preview on white background

This text has color #9DBEBF on white background.



Black color preview on #9DBEBF background

This text has black color on #9DBEBF background.


White color preview on #9DBEBF background

This text has white color on #9DBEBF background.