COLOR #8090D4

HEX: #8090D4 RGB: (128,144,212)

Color info

#8090D4 contains mainly blue color. Web safe color of #8090D4 is #6699CC (or #69C).

RGB color model

#8090D4 color RGB value is (128,144,212).

RGB: (128,144,212) (50%, 56%, 83%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 212 of 255 = 83%

128
144
212

R + G + B ~ 63%. #8090D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 144 + 212 = 484 (100%)
R 128 of 484 ~ 26.45%
G 144 of 484 ~ 29.75%
B 212 of 484 ~ 43.8'%

%26.45
%29.75
%43.8

CMYK color model

#8090D4 color CMYK value is (40,32,0,17).

  • cyan value is 39.62%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (40,32,0,17)
C40M32Y0K17 (40%, 32%, 0%, 17%)
(0.40 / 0.32 / 0.00 / 0.17)

CMYK percentages

%39.62
%32.08
%0
%16.86

Codes

Color #8090D4 in popluar color models

80 90 D4
RGB 128 144 212
HSL 229° 49.41% 66.67%
HSB/HSV 229° 39.62% 83.14%
CMYK 39.62% 32.08% 0.00%
16.86%

Color #8090D4 in popluar number systems.

HEX 80 90 D4
Decimal 128 144 212
Binary 10000000 10010000 11010100
Octal 200 220 324

Shades and tints

Shades of #8090D4

#8090D4
(128,144,212)
#7583C1
(117,131,193)
#6A76AE
(106,118,174)
#5F699B
(95,105,155)
#545C88
(84,92,136)
#494F75
(73,79,117)
#3E4262
(62,66,98)
#33354F
(51,53,79)
#28283C
(40,40,60)
#1D1B29
(29,27,41)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #8090D4

#8090D4
(128,144,212)
#8B9AD7
(139,154,215)
#96A4DA
(150,164,218)
#A1AEDD
(161,174,221)
#ACB8E0
(172,184,224)
#B7C2E3
(183,194,227)
#C2CCE6
(194,204,230)
#CDD6E9
(205,214,233)
#D8E0EC
(216,224,236)
#E3EAEF
(227,234,239)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8090D4; }

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

This text font color is #8090D4.

Background Color

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

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

This div background color is #8090D4.

Border color

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

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

This div border color is #8090D4.

Opacity

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

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

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

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

This text has shadow with #8090D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8090D4.

Preview

Color preview on black background

This text has color #8090D4 on black background.


Color preview on white background

This text has color #8090D4 on white background.


Black color preview on #8090D4 background

This text has black color on #8090D4 background.


White color preview on #8090D4 background

This text has white color on #8090D4 background.


Related colors

Complementary color

Complementary color for #hex is #7F6F2B.


I love getcolorcode.com

Triadic colors

1 #D48090 and #90D480 with #8090D4 are triadic colors.

2 #D49080 and #9080D4 with #8090D4 are triadic colors.