COLOR #9DCBCC

HEX: #9DCBCC
RGB: (157,203,204)

Color info

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

RGB color model

#9DCBCC color RGB value is (157,203,204).

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

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 204 of 255 = 80%

157
203
204

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

Portions of RGB colors in percentages

R + G + B =
157 + 203 + 204 = 564 (100%)
R 157 of 564 ~ 27.84%
G 203 of 564 ~ 35.99%
B 204 of 564 ~ 36.17%

%27.84
%35.99
%36.17

CMYK color model

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

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

CMYK percentages

%23.04
%0.49
%0
%20

Codes

Color #9DCBCC in popluar color models

9DCBCC
RGB157203204
HSL181°31.54%70.78%
HSB/HSV181°23.04%80.00%
CMYK23.04%0.49%0.00%
20.00%

Color #9DCBCC in popluar number systems.

HEX9DCBCC
Decimal157203204
Binary100111011100101111001100
Octal235313314

Shades and tints

Shades of #9DCBCC

#9DCBCC
(157,203,204)
#8FB9BA
(143,185,186)
#81A7A8
(129,167,168)
#739596
(115,149,150)
#658384
(101,131,132)
#577172
(87,113,114)
#495F60
(73,95,96)
#3B4D4E
(59,77,78)
#2D3B3C
(45,59,60)
#1F292A
(31,41,42)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #9DCBCC

#9DCBCC
(157,203,204)
#A5CFD0
(165,207,208)
#ADD3D4
(173,211,212)
#B5D7D8
(181,215,216)
#BDDBDC
(189,219,220)
#C5DFE0
(197,223,224)
#CDE3E4
(205,227,228)
#D5E7E8
(213,231,232)
#DDEBEC
(221,235,236)
#E5EFF0
(229,239,240)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCBCC; }

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

This text font color is #9DCBCC.


Background Color

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

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

This div background color is #9DCBCC.


Border color

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

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

This div border color is #9DCBCC.


Opacity

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

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

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

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

This text has shadow with #9DCBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCBCC on black background.


Color preview on white background

This text has color #9DCBCC on white background.



Black color preview on #9DCBCC background

This text has black color on #9DCBCC background.


White color preview on #9DCBCC background

This text has white color on #9DCBCC background.