COLOR #90BFA5

HEX: #90BFA5
RGB: (144,191,165)

Color info

#90BFA5 contains red, green and blue colors in about the same proportion. Web safe color of #90BFA5 is #99CC99 (or #9C9).

RGB color model

#90BFA5 color RGB value is (144,191,165).

  • red value is 144;
  • green value is 191;
  • blue value is 165.
RGB:
(144,191,165)
(56%,75%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 191 of 255 = 75%
B 165 of 255 = 65%

144
191
165

R + G + B ~ 65%. #90BFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 191 + 165 = 500 (100%)
R 144 of 500 ~ 28.8%
G 191 of 500 ~ 38.2%
B 165 of 500 ~ 33%

%28.8
%38.2
%33

CMYK color model

#90BFA5 color CMYK value is (25,0,14,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK:
(25,0,14,25)
C25M0Y14K25 
(25%,0%,14%,25%)
(0.25/0.00/0.14/0.25)	

CMYK percentages

%24.61
%0
%13.61
%25.1

Codes

Color #90BFA5 in popluar color models

90BFA5
RGB144191165
HSL147°26.86%65.69%
HSB/HSV147°24.61%74.90%
CMYK24.61%0.00%13.61%
25.10%

Color #90BFA5 in popluar number systems.

HEX90BFA5
Decimal144191165
Binary100100001011111110100101
Octal220277245

Shades and tints

Shades of #90BFA5

#90BFA5
(144,191,165)
#83AE96
(131,174,150)
#769D87
(118,157,135)
#698C78
(105,140,120)
#5C7B69
(92,123,105)
#4F6A5A
(79,106,90)
#42594B
(66,89,75)
#35483C
(53,72,60)
#28372D
(40,55,45)
#1B261E
(27,38,30)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #90BFA5

#90BFA5
(144,191,165)
#9AC4AD
(154,196,173)
#A4C9B5
(164,201,181)
#AECEBD
(174,206,189)
#B8D3C5
(184,211,197)
#C2D8CD
(194,216,205)
#CCDDD5
(204,221,213)
#D6E2DD
(214,226,221)
#E0E7E5
(224,231,229)
#EAECED
(234,236,237)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BFA5 color. Also use rgb(144,191,165) instead hex code.

Text Font Color

.myTextColor { color: #90BFA5; }

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

This text font color is #90BFA5.


Background Color

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

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

This div background color is #90BFA5.


Border color

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

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

This div border color is #90BFA5.


Opacity

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

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

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

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

This text has shadow with #90BFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BFA5 on black background.


Color preview on white background

This text has color #90BFA5 on white background.



Black color preview on #90BFA5 background

This text has black color on #90BFA5 background.


White color preview on #90BFA5 background

This text has white color on #90BFA5 background.