COLOR #90CCB3

HEX: #90CCB3 RGB: (144,204,179)

Color info

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

RGB color model

#90CCB3 color RGB value is (144,204,179).

RGB: (144,204,179) (56%, 80%, 70%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 179 of 255 = 70%

144
204
179

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

Portions of RGB colors in percentages

R + G + B = 144 + 204 + 179 = 527 (100%)
R 144 of 527 ~ 27.32%
G 204 of 527 ~ 38.71%
B 179 of 527 ~ 33.97'%

%27.32
%38.71
%33.97

CMYK color model

#90CCB3 color CMYK value is (29,0,12,20).

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

CMYK: (29,0,12,20)
C29M0Y12K20 (29%, 0%, 12%, 20%)
(0.29 / 0.00 / 0.12 / 0.20)

CMYK percentages

%29.41
%0
%12.25
%20

Codes

Color #90CCB3 in popluar color models

90 CC B3
RGB 144 204 179
HSL 155° 37.04% 68.24%
HSB/HSV 155° 29.41% 80.00%
CMYK 29.41% 0.00% 12.25%
20.00%

Color #90CCB3 in popluar number systems.

HEX 90 CC B3
Decimal 144 204 179
Binary 10010000 11001100 10110011
Octal 220 314 263

Shades and tints

Shades of #90CCB3

#90CCB3
(144,204,179)
#83BAA3
(131,186,163)
#76A893
(118,168,147)
#699683
(105,150,131)
#5C8473
(92,132,115)
#4F7263
(79,114,99)
#426053
(66,96,83)
#354E43
(53,78,67)
#283C33
(40,60,51)
#1B2A23
(27,42,35)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #90CCB3

#90CCB3
(144,204,179)
#9AD0B9
(154,208,185)
#A4D4BF
(164,212,191)
#AED8C5
(174,216,197)
#B8DCCB
(184,220,203)
#C2E0D1
(194,224,209)
#CCE4D7
(204,228,215)
#D6E8DD
(214,232,221)
#E0ECE3
(224,236,227)
#EAF0E9
(234,240,233)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CCB3; }

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

This text font color is #90CCB3.

Background Color

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

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

This div background color is #90CCB3.

Border color

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

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

This div border color is #90CCB3.

Opacity

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

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

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

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

This text has shadow with #90CCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CCB3.

Preview

Color preview on black background

This text has color #90CCB3 on black background.


Color preview on white background

This text has color #90CCB3 on white background.


Black color preview on #90CCB3 background

This text has black color on #90CCB3 background.


White color preview on #90CCB3 background

This text has white color on #90CCB3 background.


Related colors

Complementary color

Complementary color for #hex is #6F334C.


I love getcolorcode.com

Triadic colors

1 #B390CC and #CCB390 with #90CCB3 are triadic colors.

2 #B3CC90 and #CC90B3 with #90CCB3 are triadic colors.