COLOR #8090CB

HEX: #8090CB RGB: (128,144,203)

Color info

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

RGB color model

#8090CB color RGB value is (128,144,203).

RGB: (128,144,203) (50%, 56%, 80%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 203 of 255 = 80%

128
144
203

R + G + B ~ 62%. #8090CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 144 + 203 = 475 (100%)
R 128 of 475 ~ 26.95%
G 144 of 475 ~ 30.32%
B 203 of 475 ~ 42.74'%

%26.95
%30.32
%42.74

CMYK color model

#8090CB color CMYK value is (37,29,0,20).

  • cyan value is 36.95%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (37,29,0,20)
C37M29Y0K20 (37%, 29%, 0%, 20%)
(0.37 / 0.29 / 0.00 / 0.20)

CMYK percentages

%36.95
%29.06
%0
%20.39

Codes

Color #8090CB in popluar color models

80 90 CB
RGB 128 144 203
HSL 227° 41.90% 64.90%
HSB/HSV 227° 36.95% 79.61%
CMYK 36.95% 29.06% 0.00%
20.39%

Color #8090CB in popluar number systems.

HEX 80 90 CB
Decimal 128 144 203
Binary 10000000 10010000 11001011
Octal 200 220 313

Shades and tints

Shades of #8090CB

#8090CB
(128,144,203)
#7583B9
(117,131,185)
#6A76A7
(106,118,167)
#5F6995
(95,105,149)
#545C83
(84,92,131)
#494F71
(73,79,113)
#3E425F
(62,66,95)
#33354D
(51,53,77)
#28283B
(40,40,59)
#1D1B29
(29,27,41)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #8090CB

#8090CB
(128,144,203)
#8B9ACF
(139,154,207)
#96A4D3
(150,164,211)
#A1AED7
(161,174,215)
#ACB8DB
(172,184,219)
#B7C2DF
(183,194,223)
#C2CCE3
(194,204,227)
#CDD6E7
(205,214,231)
#D8E0EB
(216,224,235)
#E3EAEF
(227,234,239)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8090CB color. Also use rgb(128,144,203) instead hex code.

Text Font Color

.myTextColor { color: #8090CB; }

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

This text font color is #8090CB.

Background Color

.myBgColor { background-color: #8090CB; }

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

This div background color is #8090CB.

Border color

.myBorderColor { border: 1px solid #8090CB; }

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

This div border color is #8090CB.

Opacity

.myOpacity80 { color: #8090CB; opacity: 0.8; }

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

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

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

This text has shadow with #8090CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8090CB.

Preview

Color preview on black background

This text has color #8090CB on black background.


Color preview on white background

This text has color #8090CB on white background.


Black color preview on #8090CB background

This text has black color on #8090CB background.


White color preview on #8090CB background

This text has white color on #8090CB background.


Related colors

Complementary color

Complementary color for #hex is #7F6F34.


I love getcolorcode.com

Triadic colors

1 #CB8090 and #90CB80 with #8090CB are triadic colors.

2 #CB9080 and #9080CB with #8090CB are triadic colors.