COLOR #90CCB5

HEX: #90CCB5 RGB: (144,204,181)

Color info

#90CCB5 contains mainly green and blue colors. Web safe color of #90CCB5 is #99CCCC (or #9CC).

RGB color model

#90CCB5 color RGB value is (144,204,181).

RGB: (144,204,181) (56%, 80%, 71%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 181 of 255 = 71%

144
204
181

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

Portions of RGB colors in percentages

R + G + B = 144 + 204 + 181 = 529 (100%)
R 144 of 529 ~ 27.22%
G 204 of 529 ~ 38.56%
B 181 of 529 ~ 34.22'%

%27.22
%38.56
%34.22

CMYK color model

#90CCB5 color CMYK value is (29,0,11,20).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 20.00%

CMYK: (29,0,11,20)
C29M0Y11K20 (29%, 0%, 11%, 20%)
(0.29 / 0.00 / 0.11 / 0.20)

CMYK percentages

%29.41
%0
%11.27
%20

Codes

Color #90CCB5 in popluar color models

90 CC B5
RGB 144 204 181
HSL 157° 37.04% 68.24%
HSB/HSV 157° 29.41% 80.00%
CMYK 29.41% 0.00% 11.27%
20.00%

Color #90CCB5 in popluar number systems.

HEX 90 CC B5
Decimal 144 204 181
Binary 10010000 11001100 10110101
Octal 220 314 265

Shades and tints

Shades of #90CCB5

#90CCB5
(144,204,181)
#83BAA5
(131,186,165)
#76A895
(118,168,149)
#699685
(105,150,133)
#5C8475
(92,132,117)
#4F7265
(79,114,101)
#426055
(66,96,85)
#354E45
(53,78,69)
#283C35
(40,60,53)
#1B2A25
(27,42,37)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #90CCB5

#90CCB5
(144,204,181)
#9AD0BB
(154,208,187)
#A4D4C1
(164,212,193)
#AED8C7
(174,216,199)
#B8DCCD
(184,220,205)
#C2E0D3
(194,224,211)
#CCE4D9
(204,228,217)
#D6E8DF
(214,232,223)
#E0ECE5
(224,236,229)
#EAF0EB
(234,240,235)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CCB5 color. Also use rgb(144,204,181) instead hex code.

Text Font Color

.myTextColor { color: #90CCB5; }

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

This text font color is #90CCB5.

Background Color

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

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

This div background color is #90CCB5.

Border color

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

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

This div border color is #90CCB5.

Opacity

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

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

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

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

This text has shadow with #90CCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CCB5.

Preview

Color preview on black background

This text has color #90CCB5 on black background.


Color preview on white background

This text has color #90CCB5 on white background.


Black color preview on #90CCB5 background

This text has black color on #90CCB5 background.


White color preview on #90CCB5 background

This text has white color on #90CCB5 background.


Related colors

Complementary color

Complementary color for #hex is #6F334A.


I love getcolorcode.com

Triadic colors

1 #B590CC and #CCB590 with #90CCB5 are triadic colors.

2 #B5CC90 and #CC90B5 with #90CCB5 are triadic colors.