COLOR #90C9C3

HEX: #90C9C3 RGB: (144,201,195)

Color info

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

RGB color model

#90C9C3 color RGB value is (144,201,195).

RGB: (144,201,195) (56%, 79%, 76%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 195 of 255 = 76%

144
201
195

R + G + B ~ 70%. #90C9C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 195 = 540 (100%)
R 144 of 540 ~ 26.67%
G 201 of 540 ~ 37.22%
B 195 of 540 ~ 36.11'%

%26.67
%37.22
%36.11

CMYK color model

#90C9C3 color CMYK value is (28,0,3,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 21.18%

CMYK: (28,0,3,21)
C28M0Y3K21 (28%, 0%, 3%, 21%)
(0.28 / 0.00 / 0.03 / 0.21)

CMYK percentages

%28.36
%0
%2.99
%21.18

Codes

Color #90C9C3 in popluar color models

90 C9 C3
RGB 144 201 195
HSL 174° 34.55% 67.65%
HSB/HSV 174° 28.36% 78.82%
CMYK 28.36% 0.00% 2.99%
21.18%

Color #90C9C3 in popluar number systems.

HEX 90 C9 C3
Decimal 144 201 195
Binary 10010000 11001001 11000011
Octal 220 311 303

Shades and tints

Shades of #90C9C3

#90C9C3
(144,201,195)
#83B7B2
(131,183,178)
#76A5A1
(118,165,161)
#699390
(105,147,144)
#5C817F
(92,129,127)
#4F6F6E
(79,111,110)
#425D5D
(66,93,93)
#354B4C
(53,75,76)
#28393B
(40,57,59)
#1B272A
(27,39,42)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #90C9C3

#90C9C3
(144,201,195)
#9ACDC8
(154,205,200)
#A4D1CD
(164,209,205)
#AED5D2
(174,213,210)
#B8D9D7
(184,217,215)
#C2DDDC
(194,221,220)
#CCE1E1
(204,225,225)
#D6E5E6
(214,229,230)
#E0E9EB
(224,233,235)
#EAEDF0
(234,237,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C9C3 color. Also use rgb(144,201,195) instead hex code.

Text Font Color

.myTextColor { color: #90C9C3; }

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

This text font color is #90C9C3.

Background Color

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

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

This div background color is #90C9C3.

Border color

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

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

This div border color is #90C9C3.

Opacity

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

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

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

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

This text has shadow with #90C9C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C9C3.

Preview

Color preview on black background

This text has color #90C9C3 on black background.


Color preview on white background

This text has color #90C9C3 on white background.


Black color preview on #90C9C3 background

This text has black color on #90C9C3 background.


White color preview on #90C9C3 background

This text has white color on #90C9C3 background.


Related colors

Complementary color

Complementary color for #hex is #6F363C.


I love getcolorcode.com

Triadic colors

1 #C390C9 and #C9C390 with #90C9C3 are triadic colors.

2 #C3C990 and #C990C3 with #90C9C3 are triadic colors.