COLOR #206476

HEX: #206476
RGB: (32,100,118)

Color info

#206476 contains mainly green and blue colors. Web safe color of #206476 is #336666 (or #366).

RGB color model

#206476 color RGB value is (32,100,118).

  • red value is 32;
  • green value is 100;
  • blue value is 118.
RGB:
(32,100,118)
(13%,39%,46%)

RGB channels and saturation

R 32 of 255 = 13%
G 100 of 255 = 39%
B 118 of 255 = 46%

32
100
118

R + G + B ~ 33%. #206476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 100 + 118 = 250 (100%)
R 32 of 250 ~ 12.8%
G 100 of 250 ~ 40%
B 118 of 250 ~ 47.2%

%12.8
%40
%47.2

CMYK color model

#206476 color CMYK value is (73,15,0,54).

  • cyan value is 72.88%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(73,15,0,54)
C73M15Y0K54 
(73%,15%,0%,54%)
(0.73/0.15/0.00/0.54)	

CMYK percentages

%72.88
%15.25
%0
%53.73

Codes

Color #206476 in popluar color models

206476
RGB32100118
HSL193°57.33%29.41%
HSB/HSV193°72.88%46.27%
CMYK72.88%15.25%0.00%
53.73%

Color #206476 in popluar number systems.

HEX206476
Decimal32100118
Binary10000011001001110110
Octal40144166

Shades and tints

Shades of #206476

#206476
(32,100,118)
#1E5B6C
(30,91,108)
#1C5262
(28,82,98)
#1A4958
(26,73,88)
#18404E
(24,64,78)
#163744
(22,55,68)
#142E3A
(20,46,58)
#122530
(18,37,48)
#101C26
(16,28,38)
#0E131C
(14,19,28)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #206476

#206476
(32,100,118)
#347282
(52,114,130)
#48808E
(72,128,142)
#5C8E9A
(92,142,154)
#709CA6
(112,156,166)
#84AAB2
(132,170,178)
#98B8BE
(152,184,190)
#ACC6CA
(172,198,202)
#C0D4D6
(192,212,214)
#D4E2E2
(212,226,226)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #206476 color. Also use rgb(32,100,118) instead hex code.

Text Font Color

.myTextColor { color: #206476; }

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

This text font color is #206476.


Background Color

.myBgColor { background-color: #206476; }

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

This div background color is #206476.


Border color

.myBorderColor { border: 1px solid #206476; }

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

This div border color is #206476.


Opacity

.myOpacity80 { color: #206476; opacity: 0.8; }

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

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

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

This text has shadow with #206476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #206476 on black background.


Color preview on white background

This text has color #206476 on white background.



Black color preview on #206476 background

This text has black color on #206476 background.


White color preview on #206476 background

This text has white color on #206476 background.