COLOR #90BEBA

HEX: #90BEBA
RGB: (144,190,186)

Color info

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

RGB color model

#90BEBA color RGB value is (144,190,186).

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

RGB channels and saturation

R 144 of 255 = 56%
G 190 of 255 = 75%
B 186 of 255 = 73%

144
190
186

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

Portions of RGB colors in percentages

R + G + B =
144 + 190 + 186 = 520 (100%)
R 144 of 520 ~ 27.69%
G 190 of 520 ~ 36.54%
B 186 of 520 ~ 35.77%

%27.69
%36.54
%35.77

CMYK color model

#90BEBA color CMYK value is (24,0,2,25).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(24,0,2,25)
C24M0Y2K25 
(24%,0%,2%,25%)
(0.24/0.00/0.02/0.25)	

CMYK percentages

%24.21
%0
%2.11
%25.49

Codes

Color #90BEBA in popluar color models

90BEBA
RGB144190186
HSL175°26.14%65.49%
HSB/HSV175°24.21%74.51%
CMYK24.21%0.00%2.11%
25.49%

Color #90BEBA in popluar number systems.

HEX90BEBA
Decimal144190186
Binary100100001011111010111010
Octal220276272

Shades and tints

Shades of #90BEBA

#90BEBA
(144,190,186)
#83ADAA
(131,173,170)
#769C9A
(118,156,154)
#698B8A
(105,139,138)
#5C7A7A
(92,122,122)
#4F696A
(79,105,106)
#42585A
(66,88,90)
#35474A
(53,71,74)
#28363A
(40,54,58)
#1B252A
(27,37,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #90BEBA

#90BEBA
(144,190,186)
#9AC3C0
(154,195,192)
#A4C8C6
(164,200,198)
#AECDCC
(174,205,204)
#B8D2D2
(184,210,210)
#C2D7D8
(194,215,216)
#CCDCDE
(204,220,222)
#D6E1E4
(214,225,228)
#E0E6EA
(224,230,234)
#EAEBF0
(234,235,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BEBA; }

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

This text font color is #90BEBA.


Background Color

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

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

This div background color is #90BEBA.


Border color

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

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

This div border color is #90BEBA.


Opacity

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

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

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

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

This text has shadow with #90BEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BEBA on black background.


Color preview on white background

This text has color #90BEBA on white background.



Black color preview on #90BEBA background

This text has black color on #90BEBA background.


White color preview on #90BEBA background

This text has white color on #90BEBA background.