COLOR #90AFCD

HEX: #90AFCD RGB: (144,175,205)

Color info

#90AFCD contains mainly green and blue colors. Web safe color of #90AFCD is #9999CC (or #99C).

RGB color model

#90AFCD color RGB value is (144,175,205).

RGB: (144,175,205) (56%, 69%, 80%)

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 205 of 255 = 80%

144
175
205

R + G + B ~ 68%. #90AFCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 175 + 205 = 524 (100%)
R 144 of 524 ~ 27.48%
G 175 of 524 ~ 33.4%
B 205 of 524 ~ 39.12'%

%27.48
%33.4
%39.12

CMYK color model

#90AFCD color CMYK value is (30,15,0,20).

  • cyan value is 29.76%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (30,15,0,20)
C30M15Y0K20 (30%, 15%, 0%, 20%)
(0.30 / 0.15 / 0.00 / 0.20)

CMYK percentages

%29.76
%14.63
%0
%19.61

Codes

Color #90AFCD in popluar color models

90 AF CD
RGB 144 175 205
HSL 210° 37.89% 68.43%
HSB/HSV 210° 29.76% 80.39%
CMYK 29.76% 14.63% 0.00%
19.61%

Color #90AFCD in popluar number systems.

HEX 90 AF CD
Decimal 144 175 205
Binary 10010000 10101111 11001101
Octal 220 257 315

Shades and tints

Shades of #90AFCD

#90AFCD
(144,175,205)
#83A0BB
(131,160,187)
#7691A9
(118,145,169)
#698297
(105,130,151)
#5C7385
(92,115,133)
#4F6473
(79,100,115)
#425561
(66,85,97)
#35464F
(53,70,79)
#28373D
(40,55,61)
#1B282B
(27,40,43)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #90AFCD

#90AFCD
(144,175,205)
#9AB6D1
(154,182,209)
#A4BDD5
(164,189,213)
#AEC4D9
(174,196,217)
#B8CBDD
(184,203,221)
#C2D2E1
(194,210,225)
#CCD9E5
(204,217,229)
#D6E0E9
(214,224,233)
#E0E7ED
(224,231,237)
#EAEEF1
(234,238,241)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AFCD color. Also use rgb(144,175,205) instead hex code.

Text Font Color

.myTextColor { color: #90AFCD; }

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

This text font color is #90AFCD.

Background Color

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

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

This div background color is #90AFCD.

Border color

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

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

This div border color is #90AFCD.

Opacity

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

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

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

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

This text has shadow with #90AFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AFCD.

Preview

Color preview on black background

This text has color #90AFCD on black background.


Color preview on white background

This text has color #90AFCD on white background.


Black color preview on #90AFCD background

This text has black color on #90AFCD background.


White color preview on #90AFCD background

This text has white color on #90AFCD background.


Related colors

Complementary color

Complementary color for #hex is #6F5032.


I love getcolorcode.com

Triadic colors

1 #CD90AF and #AFCD90 with #90AFCD are triadic colors.

2 #CDAF90 and #AF90CD with #90AFCD are triadic colors.