COLOR #80B3C8

HEX: #80B3C8
RGB: (128,179,200)

Color info

#80B3C8 contains mainly green and blue colors. Web safe color of #80B3C8 is #6699CC (or #69C).

RGB color model

#80B3C8 color RGB value is (128,179,200).

  • red value is 128;
  • green value is 179;
  • blue value is 200.
RGB: (128,179,200) (50%,70%,78%)

RGB channels and saturation

R 128 of 255 = 50%
G 179 of 255 = 70%
B 200 of 255 = 78%

128
179
200

R + G + B ~ 66%. #80B3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 179 + 200 = 507 (100%)
R 128 of 507 ~ 25.25%
G 179 of 507 ~ 35.31%
B 200 of 507 ~ 39.45%

%25.25
%35.31
%39.45

CMYK color model

#80B3C8 color CMYK value is (36,11,0,22).

  • cyan value is 36.00%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (36,11,0,22) C36M11Y0K22 (36%,11%,0%,22%) (0.36/0.11/0.00/0.22)

CMYK percentages

%36
%10.5
%0
%21.57

Codes

Color #80B3C8 in popluar color models

80B3C8
RGB128179200
HSL198°39.56%64.31%
HSB/HSV198°36.00%78.43%
CMYK36.00%10.50%0.00%
21.57%

Color #80B3C8 in popluar number systems.

HEX80B3C8
Decimal128179200
Binary100000001011001111001000
Octal200263310

Shades and tints

Shades of #80B3C8

#80B3C8
(128,179,200)
#75A3B6
(117,163,182)
#6A93A4
(106,147,164)
#5F8392
(95,131,146)
#547380
(84,115,128)
#49636E
(73,99,110)
#3E535C
(62,83,92)
#33434A
(51,67,74)
#283338
(40,51,56)
#1D2326
(29,35,38)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #80B3C8

#80B3C8
(128,179,200)
#8BB9CD
(139,185,205)
#96BFD2
(150,191,210)
#A1C5D7
(161,197,215)
#ACCBDC
(172,203,220)
#B7D1E1
(183,209,225)
#C2D7E6
(194,215,230)
#CDDDEB
(205,221,235)
#D8E3F0
(216,227,240)
#E3E9F5
(227,233,245)
#EEEFFA
(238,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B3C8 color. Also use rgb(128,179,200) instead hex code.

Text Font Color

.myTextColor { color: #80B3C8; }

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

This text font color is #80B3C8.


Background Color

.myBgColor { background-color: #80B3C8; }

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

This div background color is #80B3C8.


Border color

.myBorderColor { border: 1px solid #80B3C8; }

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

This div border color is #80B3C8.


Opacity

.myOpacity80 { color: #80B3C8; opacity: 0.8; }

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

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

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

This text has shadow with #80B3C8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #80B3C8 on black background.


Color preview on white background

This text has color #80B3C8 on white background.



Black color preview on #80B3C8 background

This text has black color on #80B3C8 background.


White color preview on #80B3C8 background

This text has white color on #80B3C8 background.