COLOR #9DBEC9

HEX: #9DBEC9
RGB: (157,190,201)

Color info

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

RGB color model

#9DBEC9 color RGB value is (157,190,201).

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

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 201 of 255 = 79%

157
190
201

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

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 201 = 548 (100%)
R 157 of 548 ~ 28.65%
G 190 of 548 ~ 34.67%
B 201 of 548 ~ 36.68%

%28.65
%34.67
%36.68

CMYK color model

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

  • cyan value is 21.89%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(22,5,0,21)
C22M5Y0K21 
(22%,5%,0%,21%)
(0.22/0.05/0.00/0.21)	

CMYK percentages

%21.89
%5.47
%0
%21.18

Codes

Color #9DBEC9 in popluar color models

9DBEC9
RGB157190201
HSL195°28.95%70.20%
HSB/HSV195°21.89%78.82%
CMYK21.89%5.47%0.00%
21.18%

Color #9DBEC9 in popluar number systems.

HEX9DBEC9
Decimal157190201
Binary100111011011111011001001
Octal235276311

Shades and tints

Shades of #9DBEC9

#9DBEC9
(157,190,201)
#8FADB7
(143,173,183)
#819CA5
(129,156,165)
#738B93
(115,139,147)
#657A81
(101,122,129)
#57696F
(87,105,111)
#49585D
(73,88,93)
#3B474B
(59,71,75)
#2D3639
(45,54,57)
#1F2527
(31,37,39)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9DBEC9

#9DBEC9
(157,190,201)
#A5C3CD
(165,195,205)
#ADC8D1
(173,200,209)
#B5CDD5
(181,205,213)
#BDD2D9
(189,210,217)
#C5D7DD
(197,215,221)
#CDDCE1
(205,220,225)
#D5E1E5
(213,225,229)
#DDE6E9
(221,230,233)
#E5EBED
(229,235,237)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEC9; }

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

This text font color is #9DBEC9.


Background Color

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

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

This div background color is #9DBEC9.


Border color

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

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

This div border color is #9DBEC9.


Opacity

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

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

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

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

This text has shadow with #9DBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBEC9 on black background.


Color preview on white background

This text has color #9DBEC9 on white background.



Black color preview on #9DBEC9 background

This text has black color on #9DBEC9 background.


White color preview on #9DBEC9 background

This text has white color on #9DBEC9 background.