COLOR #208BCD

HEX: #208BCD
RGB: (32,139,205)

Color info

#208BCD contains mainly blue color. Web safe color of #208BCD is #3399CC (or #39C).

RGB color model

#208BCD color RGB value is (32,139,205).

  • red value is 32;
  • green value is 139;
  • blue value is 205.
RGB:
(32,139,205)
(13%,55%,80%)

RGB channels and saturation

R 32 of 255 = 13%
G 139 of 255 = 55%
B 205 of 255 = 80%

32
139
205

R + G + B ~ 49%. #208BCD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
32 + 139 + 205 = 376 (100%)
R 32 of 376 ~ 8.51%
G 139 of 376 ~ 36.97%
B 205 of 376 ~ 54.52%

%36.97
%54.52

CMYK color model

#208BCD color CMYK value is (84,32,0,20).

  • cyan value is 84.39%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(84,32,0,20)
C84M32Y0K20 
(84%,32%,0%,20%)
(0.84/0.32/0.00/0.20)	

CMYK percentages

%84.39
%32.2
%0
%19.61

Codes

Color #208BCD in popluar color models

208BCD
RGB32139205
HSL203°73.00%46.47%
HSB/HSV203°84.39%80.39%
CMYK84.39%32.20%0.00%
19.61%

Color #208BCD in popluar number systems.

HEX208BCD
Decimal32139205
Binary1000001000101111001101
Octal40213315

Shades and tints

Shades of #208BCD

#208BCD
(32,139,205)
#1E7FBB
(30,127,187)
#1C73A9
(28,115,169)
#1A6797
(26,103,151)
#185B85
(24,91,133)
#164F73
(22,79,115)
#144361
(20,67,97)
#12374F
(18,55,79)
#102B3D
(16,43,61)
#0E1F2B
(14,31,43)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #208BCD

#208BCD
(32,139,205)
#3495D1
(52,149,209)
#489FD5
(72,159,213)
#5CA9D9
(92,169,217)
#70B3DD
(112,179,221)
#84BDE1
(132,189,225)
#98C7E5
(152,199,229)
#ACD1E9
(172,209,233)
#C0DBED
(192,219,237)
#D4E5F1
(212,229,241)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #208BCD color. Also use rgb(32,139,205) instead hex code.

Text Font Color

.myTextColor { color: #208BCD; }

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

This text font color is #208BCD.


Background Color

.myBgColor { background-color: #208BCD; }

<div style="background-color:#208BCD">Inner text</div>

This div background color is #208BCD.


Border color

.myBorderColor { border: 1px solid #208BCD; }

<div style="border:3px solid #208BCD">Div</div>

This div border color is #208BCD.


Opacity

.myOpacity80 { color: #208BCD; opacity: 0.8; }

<p style="color:#208BCD;opacity:0.8;">80%</p>

Text with #208BCD 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 #208BCD;}

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

This text has shadow with #208BCD color.

.textShadow {text-shadow: 3px 3px 1px #208BCD, 3px 3px 1px red;}

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

This text has shadow with #208BCD primary color and red secondary color.


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

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

This text has shadow with #208BCD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #208BCD on black background.


Color preview on white background

This text has color #208BCD on white background.



Black color preview on #208BCD background

This text has black color on #208BCD background.


White color preview on #208BCD background

This text has white color on #208BCD background.