COLOR #90DCC1

HEX: #90DCC1 RGB: (144,220,193)

Color info

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

RGB color model

#90DCC1 color RGB value is (144,220,193).

RGB: (144,220,193) (56%, 86%, 76%)

RGB channels and saturation

R 144 of 255 = 56%
G 220 of 255 = 86%
B 193 of 255 = 76%

144
220
193

R + G + B ~ 73%. #90DCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 220 + 193 = 557 (100%)
R 144 of 557 ~ 25.85%
G 220 of 557 ~ 39.5%
B 193 of 557 ~ 34.65'%

%25.85
%39.5
%34.65

CMYK color model

#90DCC1 color CMYK value is (35,0,12,14).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 13.73%

CMYK: (35,0,12,14)
C35M0Y12K14 (35%, 0%, 12%, 14%)
(0.35 / 0.00 / 0.12 / 0.14)

CMYK percentages

%34.55
%0
%12.27
%13.73

Codes

Color #90DCC1 in popluar color models

90 DC C1
RGB 144 220 193
HSL 159° 52.05% 71.37%
HSB/HSV 159° 34.55% 86.27%
CMYK 34.55% 0.00% 12.27%
13.73%

Color #90DCC1 in popluar number systems.

HEX 90 DC C1
Decimal 144 220 193
Binary 10010000 11011100 11000001
Octal 220 334 301

Shades and tints

Shades of #90DCC1

#90DCC1
(144,220,193)
#83C8B0
(131,200,176)
#76B49F
(118,180,159)
#69A08E
(105,160,142)
#5C8C7D
(92,140,125)
#4F786C
(79,120,108)
#42645B
(66,100,91)
#35504A
(53,80,74)
#283C39
(40,60,57)
#1B2828
(27,40,40)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #90DCC1

#90DCC1
(144,220,193)
#9ADFC6
(154,223,198)
#A4E2CB
(164,226,203)
#AEE5D0
(174,229,208)
#B8E8D5
(184,232,213)
#C2EBDA
(194,235,218)
#CCEEDF
(204,238,223)
#D6F1E4
(214,241,228)
#E0F4E9
(224,244,233)
#EAF7EE
(234,247,238)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DCC1; }

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

This text font color is #90DCC1.

Background Color

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

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

This div background color is #90DCC1.

Border color

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

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

This div border color is #90DCC1.

Opacity

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

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

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

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

This text has shadow with #90DCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DCC1.

Preview

Color preview on black background

This text has color #90DCC1 on black background.


Color preview on white background

This text has color #90DCC1 on white background.


Black color preview on #90DCC1 background

This text has black color on #90DCC1 background.


White color preview on #90DCC1 background

This text has white color on #90DCC1 background.


Related colors

Complementary color

Complementary color for #hex is #6F233E.


I love getcolorcode.com

Triadic colors

1 #C190DC and #DCC190 with #90DCC1 are triadic colors.

2 #C1DC90 and #DC90C1 with #90DCC1 are triadic colors.