COLOR #90B8BE

HEX: #90B8BE
RGB: (144,184,190)

Color info

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

RGB color model

#90B8BE color RGB value is (144,184,190).

  • red value is 144;
  • green value is 184;
  • blue value is 190.
RGB:
(144,184,190)
(56%,72%,75%)

RGB channels and saturation

R 144 of 255 = 56%
G 184 of 255 = 72%
B 190 of 255 = 75%

144
184
190

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

Portions of RGB colors in percentages

R + G + B =
144 + 184 + 190 = 518 (100%)
R 144 of 518 ~ 27.8%
G 184 of 518 ~ 35.52%
B 190 of 518 ~ 36.68%

%27.8
%35.52
%36.68

CMYK color model

#90B8BE color CMYK value is (24,3,0,25).

  • cyan value is 24.21%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,3,0,25)
C24M3Y0K25 
(24%,3%,0%,25%)
(0.24/0.03/0.00/0.25)	

CMYK percentages

%24.21
%3.16
%0
%25.49

Codes

Color #90B8BE in popluar color models

90B8BE
RGB144184190
HSL188°26.14%65.49%
HSB/HSV188°24.21%74.51%
CMYK24.21%3.16%0.00%
25.49%

Color #90B8BE in popluar number systems.

HEX90B8BE
Decimal144184190
Binary100100001011100010111110
Octal220270276

Shades and tints

Shades of #90B8BE

#90B8BE
(144,184,190)
#83A8AD
(131,168,173)
#76989C
(118,152,156)
#69888B
(105,136,139)
#5C787A
(92,120,122)
#4F6869
(79,104,105)
#425858
(66,88,88)
#354847
(53,72,71)
#283836
(40,56,54)
#1B2825
(27,40,37)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #90B8BE

#90B8BE
(144,184,190)
#9ABEC3
(154,190,195)
#A4C4C8
(164,196,200)
#AECACD
(174,202,205)
#B8D0D2
(184,208,210)
#C2D6D7
(194,214,215)
#CCDCDC
(204,220,220)
#D6E2E1
(214,226,225)
#E0E8E6
(224,232,230)
#EAEEEB
(234,238,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B8BE color. Also use rgb(144,184,190) instead hex code.

Text Font Color

.myTextColor { color: #90B8BE; }

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

This text font color is #90B8BE.


Background Color

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

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

This div background color is #90B8BE.


Border color

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

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

This div border color is #90B8BE.


Opacity

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

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

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

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

This text has shadow with #90B8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B8BE on black background.


Color preview on white background

This text has color #90B8BE on white background.



Black color preview on #90B8BE background

This text has black color on #90B8BE background.


White color preview on #90B8BE background

This text has white color on #90B8BE background.