COLOR #90A7C5

HEX: #90A7C5 RGB: (144,167,197)

Color info

#90A7C5 contains red, green and blue colors in about the same proportion. Web safe color of #90A7C5 is #9999CC (or #99C).

RGB color model

#90A7C5 color RGB value is (144,167,197).

RGB: (144,167,197) (56%, 65%, 77%)

RGB channels and saturation

R 144 of 255 = 56%
G 167 of 255 = 65%
B 197 of 255 = 77%

144
167
197

R + G + B ~ 66%. #90A7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 167 + 197 = 508 (100%)
R 144 of 508 ~ 28.35%
G 167 of 508 ~ 32.87%
B 197 of 508 ~ 38.78'%

%28.35
%32.87
%38.78

CMYK color model

#90A7C5 color CMYK value is (27,15,0,23).

  • cyan value is 26.90%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (27,15,0,23) C27M15Y0K23 (27%,15%,0%,23%) (0.27/0.15/0.00/0.23) 

CMYK percentages

%26.9
%15.23
%0
%22.75

Codes

Color #90A7C5 in popluar color models

90 A7 C5
RGB 144 167 197
HSL 214° 31.36% 66.86%
HSB/HSV 214° 26.90% 77.25%
CMYK 26.90% 15.23% 0.00%
22.75%

Color #90A7C5 in popluar number systems.

HEX 90 A7 C5
Decimal 144 167 197
Binary 10010000 10100111 11000101
Octal 220 247 305

Shades and tints

Shades of #90A7C5

#90A7C5
(144,167,197)
#8398B4
(131,152,180)
#7689A3
(118,137,163)
#697A92
(105,122,146)
#5C6B81
(92,107,129)
#4F5C70
(79,92,112)
#424D5F
(66,77,95)
#353E4E
(53,62,78)
#282F3D
(40,47,61)
#1B202C
(27,32,44)
#0E111B
(14,17,27)
#000000
(0,0,0)

Tints of #90A7C5

#90A7C5
(144,167,197)
#9AAFCA
(154,175,202)
#A4B7CF
(164,183,207)
#AEBFD4
(174,191,212)
#B8C7D9
(184,199,217)
#C2CFDE
(194,207,222)
#CCD7E3
(204,215,227)
#D6DFE8
(214,223,232)
#E0E7ED
(224,231,237)
#EAEFF2
(234,239,242)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A7C5 color. Also use rgb(144,167,197) instead hex code.

Text Font Color

.myTextColor { color: #90A7C5; }

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

This text font color is #90A7C5.

Background Color

.myBgColor { background-color: #90A7C5; }

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

This div background color is #90A7C5.

Border color

.myBorderColor { border: 1px solid #90A7C5; }

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

This div border color is #90A7C5.

Opacity

.myOpacity80 { color: #90A7C5; opacity: 0.8; }

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

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

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

This text has shadow with #90A7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A7C5.

Preview

Color preview on black background

This text has color #90A7C5 on black background.


Color preview on white background

This text has color #90A7C5 on white background.


Black color preview on #90A7C5 background

This text has black color on #90A7C5 background.


White color preview on #90A7C5 background

This text has white color on #90A7C5 background.


Related colors

Complementary color

Complementary color for #hex is #6F583A.


I love getcolorcode.com

Triadic colors

1 #C590A7 and #A7C590 with #90A7C5 are triadic colors.

2 #C5A790 and #A790C5 with #90A7C5 are triadic colors.