COLOR #90C8C1

HEX: #90C8C1 RGB: (144,200,193)

Color info

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

RGB color model

#90C8C1 color RGB value is (144,200,193).

RGB: (144,200,193) (56%, 78%, 76%)

RGB channels and saturation

R 144 of 255 = 56%
G 200 of 255 = 78%
B 193 of 255 = 76%

144
200
193

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

Portions of RGB colors in percentages

R + G + B = 144 + 200 + 193 = 537 (100%)
R 144 of 537 ~ 26.82%
G 200 of 537 ~ 37.24%
B 193 of 537 ~ 35.94'%

%26.82
%37.24
%35.94

CMYK color model

#90C8C1 color CMYK value is (28,0,4,22).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 3.50%
  • key color value is 21.57%

CMYK: (28,0,4,22)
C28M0Y4K22 (28%, 0%, 4%, 22%)
(0.28 / 0.00 / 0.04 / 0.22)

CMYK percentages

%28
%0
%3.5
%21.57

Codes

Color #90C8C1 in popluar color models

90 C8 C1
RGB 144 200 193
HSL 173° 33.73% 67.45%
HSB/HSV 173° 28.00% 78.43%
CMYK 28.00% 0.00% 3.50%
21.57%

Color #90C8C1 in popluar number systems.

HEX 90 C8 C1
Decimal 144 200 193
Binary 10010000 11001000 11000001
Octal 220 310 301

Shades and tints

Shades of #90C8C1

#90C8C1
(144,200,193)
#83B6B0
(131,182,176)
#76A49F
(118,164,159)
#69928E
(105,146,142)
#5C807D
(92,128,125)
#4F6E6C
(79,110,108)
#425C5B
(66,92,91)
#354A4A
(53,74,74)
#283839
(40,56,57)
#1B2628
(27,38,40)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #90C8C1

#90C8C1
(144,200,193)
#9ACDC6
(154,205,198)
#A4D2CB
(164,210,203)
#AED7D0
(174,215,208)
#B8DCD5
(184,220,213)
#C2E1DA
(194,225,218)
#CCE6DF
(204,230,223)
#D6EBE4
(214,235,228)
#E0F0E9
(224,240,233)
#EAF5EE
(234,245,238)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C8C1 color. Also use rgb(144,200,193) instead hex code.

Text Font Color

.myTextColor { color: #90C8C1; }

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

This text font color is #90C8C1.

Background Color

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

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

This div background color is #90C8C1.

Border color

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

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

This div border color is #90C8C1.

Opacity

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

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

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

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

This text has shadow with #90C8C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C8C1.

Preview

Color preview on black background

This text has color #90C8C1 on black background.


Color preview on white background

This text has color #90C8C1 on white background.


Black color preview on #90C8C1 background

This text has black color on #90C8C1 background.


White color preview on #90C8C1 background

This text has white color on #90C8C1 background.


Related colors

Complementary color

Complementary color for #hex is #6F373E.


I love getcolorcode.com

Triadic colors

1 #C190C8 and #C8C190 with #90C8C1 are triadic colors.

2 #C1C890 and #C890C1 with #90C8C1 are triadic colors.