COLOR #9DBEC7

HEX: #9DBEC7
RGB: (157,190,199)

Color info

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

RGB color model

#9DBEC7 color RGB value is (157,190,199).

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

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 199 of 255 = 78%

157
190
199

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

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 199 = 546 (100%)
R 157 of 546 ~ 28.75%
G 190 of 546 ~ 34.8%
B 199 of 546 ~ 36.45%

%28.75
%34.8
%36.45

CMYK color model

#9DBEC7 color CMYK value is (21,5,0,22).

  • cyan value is 21.11%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(21,5,0,22)
C21M5Y0K22 
(21%,5%,0%,22%)
(0.21/0.05/0.00/0.22)	

CMYK percentages

%21.11
%4.52
%0
%21.96

Codes

Color #9DBEC7 in popluar color models

9DBEC7
RGB157190199
HSL193°27.27%69.80%
HSB/HSV193°21.11%78.04%
CMYK21.11%4.52%0.00%
21.96%

Color #9DBEC7 in popluar number systems.

HEX9DBEC7
Decimal157190199
Binary100111011011111011000111
Octal235276307

Shades and tints

Shades of #9DBEC7

#9DBEC7
(157,190,199)
#8FADB5
(143,173,181)
#819CA3
(129,156,163)
#738B91
(115,139,145)
#657A7F
(101,122,127)
#57696D
(87,105,109)
#49585B
(73,88,91)
#3B4749
(59,71,73)
#2D3637
(45,54,55)
#1F2525
(31,37,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9DBEC7

#9DBEC7
(157,190,199)
#A5C3CC
(165,195,204)
#ADC8D1
(173,200,209)
#B5CDD6
(181,205,214)
#BDD2DB
(189,210,219)
#C5D7E0
(197,215,224)
#CDDCE5
(205,220,229)
#D5E1EA
(213,225,234)
#DDE6EF
(221,230,239)
#E5EBF4
(229,235,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEC7; }

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

This text font color is #9DBEC7.


Background Color

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

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

This div background color is #9DBEC7.


Border color

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

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

This div border color is #9DBEC7.


Opacity

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

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

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

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

This text has shadow with #9DBEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBEC7 on black background.


Color preview on white background

This text has color #9DBEC7 on white background.



Black color preview on #9DBEC7 background

This text has black color on #9DBEC7 background.


White color preview on #9DBEC7 background

This text has white color on #9DBEC7 background.