COLOR #90D09B

HEX: #90D09B
RGB: (144,208,155)

Color info

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

RGB color model

#90D09B color RGB value is (144,208,155).

  • red value is 144;
  • green value is 208;
  • blue value is 155.
RGB:
(144,208,155)
(56%,82%,61%)

RGB channels and saturation

R 144 of 255 = 56%
G 208 of 255 = 82%
B 155 of 255 = 61%

144
208
155

R + G + B ~ 66%. #90D09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 208 + 155 = 507 (100%)
R 144 of 507 ~ 28.4%
G 208 of 507 ~ 41.03%
B 155 of 507 ~ 30.57%

%28.4
%41.03
%30.57

CMYK color model

#90D09B color CMYK value is (31,0,25,18).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(31,0,25,18)
C31M0Y25K18 
(31%,0%,25%,18%)
(0.31/0.00/0.25/0.18)	

CMYK percentages

%30.77
%0
%25.48
%18.43

Codes

Color #90D09B in popluar color models

90D09B
RGB144208155
HSL130°40.51%69.02%
HSB/HSV130°30.77%81.57%
CMYK30.77%0.00%25.48%
18.43%

Color #90D09B in popluar number systems.

HEX90D09B
Decimal144208155
Binary100100001101000010011011
Octal220320233

Shades and tints

Shades of #90D09B

#90D09B
(144,208,155)
#83BE8D
(131,190,141)
#76AC7F
(118,172,127)
#699A71
(105,154,113)
#5C8863
(92,136,99)
#4F7655
(79,118,85)
#426447
(66,100,71)
#355239
(53,82,57)
#28402B
(40,64,43)
#1B2E1D
(27,46,29)
#0E1C0F
(14,28,15)
#000000
(0,0,0)

Tints of #90D09B

#90D09B
(144,208,155)
#9AD4A4
(154,212,164)
#A4D8AD
(164,216,173)
#AEDCB6
(174,220,182)
#B8E0BF
(184,224,191)
#C2E4C8
(194,228,200)
#CCE8D1
(204,232,209)
#D6ECDA
(214,236,218)
#E0F0E3
(224,240,227)
#EAF4EC
(234,244,236)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D09B color. Also use rgb(144,208,155) instead hex code.

Text Font Color

.myTextColor { color: #90D09B; }

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

This text font color is #90D09B.


Background Color

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

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

This div background color is #90D09B.


Border color

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

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

This div border color is #90D09B.


Opacity

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

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

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

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

This text has shadow with #90D09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D09B on black background.


Color preview on white background

This text has color #90D09B on white background.



Black color preview on #90D09B background

This text has black color on #90D09B background.


White color preview on #90D09B background

This text has white color on #90D09B background.