COLOR #9DCBCA

HEX: #9DCBCA
RGB: (157,203,202)

Color info

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

RGB color model

#9DCBCA color RGB value is (157,203,202).

  • red value is 157;
  • green value is 203;
  • blue value is 202.
RGB:
(157,203,202)
(62%,80%,79%)

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 202 of 255 = 79%

157
203
202

R + G + B ~ 74%. #9DCBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 203 + 202 = 562 (100%)
R 157 of 562 ~ 27.94%
G 203 of 562 ~ 36.12%
B 202 of 562 ~ 35.94%

%27.94
%36.12
%35.94

CMYK color model

#9DCBCA color CMYK value is (23,0,0,20).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK:
(23,0,0,20)
C23M0Y0K20 
(23%,0%,0%,20%)
(0.23/0.00/0.00/0.20)	

CMYK percentages

%22.66
%0
%0.49
%20.39

Codes

Color #9DCBCA in popluar color models

9DCBCA
RGB157203202
HSL179°30.67%70.59%
HSB/HSV179°22.66%79.61%
CMYK22.66%0.00%0.49%
20.39%

Color #9DCBCA in popluar number systems.

HEX9DCBCA
Decimal157203202
Binary100111011100101111001010
Octal235313312

Shades and tints

Shades of #9DCBCA

#9DCBCA
(157,203,202)
#8FB9B8
(143,185,184)
#81A7A6
(129,167,166)
#739594
(115,149,148)
#658382
(101,131,130)
#577170
(87,113,112)
#495F5E
(73,95,94)
#3B4D4C
(59,77,76)
#2D3B3A
(45,59,58)
#1F2928
(31,41,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #9DCBCA

#9DCBCA
(157,203,202)
#A5CFCE
(165,207,206)
#ADD3D2
(173,211,210)
#B5D7D6
(181,215,214)
#BDDBDA
(189,219,218)
#C5DFDE
(197,223,222)
#CDE3E2
(205,227,226)
#D5E7E6
(213,231,230)
#DDEBEA
(221,235,234)
#E5EFEE
(229,239,238)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCBCA color. Also use rgb(157,203,202) instead hex code.

Text Font Color

.myTextColor { color: #9DCBCA; }

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

This text font color is #9DCBCA.


Background Color

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

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

This div background color is #9DCBCA.


Border color

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

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

This div border color is #9DCBCA.


Opacity

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

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

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

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

This text has shadow with #9DCBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCBCA on black background.


Color preview on white background

This text has color #9DCBCA on white background.



Black color preview on #9DCBCA background

This text has black color on #9DCBCA background.


White color preview on #9DCBCA background

This text has white color on #9DCBCA background.