COLOR #809BBD

HEX: #809BBD RGB: (128,155,189)

Color info

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

RGB color model

#809BBD color RGB value is (128,155,189).

RGB: (128,155,189) (50%, 61%, 74%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 189 of 255 = 74%

128
155
189

R + G + B ~ 62%. #809BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 155 + 189 = 472 (100%)
R 128 of 472 ~ 27.12%
G 155 of 472 ~ 32.84%
B 189 of 472 ~ 40.04'%

%27.12
%32.84
%40.04

CMYK color model

#809BBD color CMYK value is (32,18,0,26).

  • cyan value is 32.28%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (32,18,0,26)
C32M18Y0K26 (32%, 18%, 0%, 26%)
(0.32 / 0.18 / 0.00 / 0.26)

CMYK percentages

%32.28
%17.99
%0
%25.88

Codes

Color #809BBD in popluar color models

80 9B BD
RGB 128 155 189
HSL 213° 31.61% 62.16%
HSB/HSV 213° 32.28% 74.12%
CMYK 32.28% 17.99% 0.00%
25.88%

Color #809BBD in popluar number systems.

HEX 80 9B BD
Decimal 128 155 189
Binary 10000000 10011011 10111101
Octal 200 233 275

Shades and tints

Shades of #809BBD

#809BBD
(128,155,189)
#758DAC
(117,141,172)
#6A7F9B
(106,127,155)
#5F718A
(95,113,138)
#546379
(84,99,121)
#495568
(73,85,104)
#3E4757
(62,71,87)
#333946
(51,57,70)
#282B35
(40,43,53)
#1D1D24
(29,29,36)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #809BBD

#809BBD
(128,155,189)
#8BA4C3
(139,164,195)
#96ADC9
(150,173,201)
#A1B6CF
(161,182,207)
#ACBFD5
(172,191,213)
#B7C8DB
(183,200,219)
#C2D1E1
(194,209,225)
#CDDAE7
(205,218,231)
#D8E3ED
(216,227,237)
#E3ECF3
(227,236,243)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809BBD color. Also use rgb(128,155,189) instead hex code.

Text Font Color

.myTextColor { color: #809BBD; }

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

This text font color is #809BBD.

Background Color

.myBgColor { background-color: #809BBD; }

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

This div background color is #809BBD.

Border color

.myBorderColor { border: 1px solid #809BBD; }

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

This div border color is #809BBD.

Opacity

.myOpacity80 { color: #809BBD; opacity: 0.8; }

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

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

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

This text has shadow with #809BBD color.


.textShadow {text-shadow: 3px 3px 1px #809BBD', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #809BBD; -webkit-box-shadow: 1px 1px 3px 2px #809BBD; box-shadow:1px 1px 3px 2px #809BBD;">
Div content here
</div>

This div box has shadow with color #809BBD.

Preview

Color preview on black background

This text has color #809BBD on black background.


Color preview on white background

This text has color #809BBD on white background.


Black color preview on #809BBD background

This text has black color on #809BBD background.


White color preview on #809BBD background

This text has white color on #809BBD background.


Related colors

Complementary color

Complementary color for #hex is #7F6442.


I love getcolorcode.com

Triadic colors

1 #BD809B and #9BBD80 with #809BBD are triadic colors.

2 #BD9B80 and #9B80BD with #809BBD are triadic colors.