COLOR #90BFA7

HEX: #90BFA7
RGB: (144,191,167)

Color info

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

RGB color model

#90BFA7 color RGB value is (144,191,167).

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

RGB channels and saturation

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

144
191
167

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

Portions of RGB colors in percentages

R + G + B =
144 + 191 + 167 = 502 (100%)
R 144 of 502 ~ 28.69%
G 191 of 502 ~ 38.05%
B 167 of 502 ~ 33.27%

%28.69
%38.05
%33.27

CMYK color model

#90BFA7 color CMYK value is (25,0,13,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 25.10%
CMYK:
(25,0,13,25)
C25M0Y13K25 
(25%,0%,13%,25%)
(0.25/0.00/0.13/0.25)	

CMYK percentages

%24.61
%0
%12.57
%25.1

Codes

Color #90BFA7 in popluar color models

90BFA7
RGB144191167
HSL149°26.86%65.69%
HSB/HSV149°24.61%74.90%
CMYK24.61%0.00%12.57%
25.10%

Color #90BFA7 in popluar number systems.

HEX90BFA7
Decimal144191167
Binary100100001011111110100111
Octal220277247

Shades and tints

Shades of #90BFA7

#90BFA7
(144,191,167)
#83AE98
(131,174,152)
#769D89
(118,157,137)
#698C7A
(105,140,122)
#5C7B6B
(92,123,107)
#4F6A5C
(79,106,92)
#42594D
(66,89,77)
#35483E
(53,72,62)
#28372F
(40,55,47)
#1B2620
(27,38,32)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90BFA7

#90BFA7
(144,191,167)
#9AC4AF
(154,196,175)
#A4C9B7
(164,201,183)
#AECEBF
(174,206,191)
#B8D3C7
(184,211,199)
#C2D8CF
(194,216,207)
#CCDDD7
(204,221,215)
#D6E2DF
(214,226,223)
#E0E7E7
(224,231,231)
#EAECEF
(234,236,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BFA7; }

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

This text font color is #90BFA7.


Background Color

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

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

This div background color is #90BFA7.


Border color

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

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

This div border color is #90BFA7.


Opacity

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

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

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

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

This text has shadow with #90BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BFA7 on black background.


Color preview on white background

This text has color #90BFA7 on white background.



Black color preview on #90BFA7 background

This text has black color on #90BFA7 background.


White color preview on #90BFA7 background

This text has white color on #90BFA7 background.