COLOR #90CEB1

HEX: #90CEB1
RGB: (144,206,177)

Color info

#90CEB1 contains mainly green and blue colors. Web safe color of #90CEB1 is #99CC99 (or #9C9).

RGB color model

#90CEB1 color RGB value is (144,206,177).

  • red value is 144;
  • green value is 206;
  • blue value is 177.
RGB:
(144,206,177)
(56%,81%,69%)

RGB channels and saturation

R 144 of 255 = 56%
G 206 of 255 = 81%
B 177 of 255 = 69%

144
206
177

R + G + B ~ 69%. #90CEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 206 + 177 = 527 (100%)
R 144 of 527 ~ 27.32%
G 206 of 527 ~ 39.09%
B 177 of 527 ~ 33.59%

%27.32
%39.09
%33.59

CMYK color model

#90CEB1 color CMYK value is (30,0,14,19).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(30,0,14,19)
C30M0Y14K19 
(30%,0%,14%,19%)
(0.30/0.00/0.14/0.19)	

CMYK percentages

%30.1
%0
%14.08
%19.22

Codes

Color #90CEB1 in popluar color models

90CEB1
RGB144206177
HSL152°38.75%68.63%
HSB/HSV152°30.10%80.78%
CMYK30.10%0.00%14.08%
19.22%

Color #90CEB1 in popluar number systems.

HEX90CEB1
Decimal144206177
Binary100100001100111010110001
Octal220316261

Shades and tints

Shades of #90CEB1

#90CEB1
(144,206,177)
#83BCA1
(131,188,161)
#76AA91
(118,170,145)
#699881
(105,152,129)
#5C8671
(92,134,113)
#4F7461
(79,116,97)
#426251
(66,98,81)
#355041
(53,80,65)
#283E31
(40,62,49)
#1B2C21
(27,44,33)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #90CEB1

#90CEB1
(144,206,177)
#9AD2B8
(154,210,184)
#A4D6BF
(164,214,191)
#AEDAC6
(174,218,198)
#B8DECD
(184,222,205)
#C2E2D4
(194,226,212)
#CCE6DB
(204,230,219)
#D6EAE2
(214,234,226)
#E0EEE9
(224,238,233)
#EAF2F0
(234,242,240)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CEB1 color. Also use rgb(144,206,177) instead hex code.

Text Font Color

.myTextColor { color: #90CEB1; }

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

This text font color is #90CEB1.


Background Color

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

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

This div background color is #90CEB1.


Border color

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

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

This div border color is #90CEB1.


Opacity

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

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

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

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

This text has shadow with #90CEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CEB1 on black background.


Color preview on white background

This text has color #90CEB1 on white background.



Black color preview on #90CEB1 background

This text has black color on #90CEB1 background.


White color preview on #90CEB1 background

This text has white color on #90CEB1 background.