COLOR #90DAC1

HEX: #90DAC1 RGB: (144,218,193)

Color info

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

RGB color model

#90DAC1 color RGB value is (144,218,193).

RGB: (144,218,193) (56%, 85%, 76%)

RGB channels and saturation

R 144 of 255 = 56%
G 218 of 255 = 85%
B 193 of 255 = 76%

144
218
193

R + G + B ~ 72%. #90DAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 218 + 193 = 555 (100%)
R 144 of 555 ~ 25.95%
G 218 of 555 ~ 39.28%
B 193 of 555 ~ 34.77'%

%25.95
%39.28
%34.77

CMYK color model

#90DAC1 color CMYK value is (34,0,11,15).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 11.47%
  • key color value is 14.51%

CMYK: (34,0,11,15)
C34M0Y11K15 (34%, 0%, 11%, 15%)
(0.34 / 0.00 / 0.11 / 0.15)

CMYK percentages

%33.94
%0
%11.47
%14.51

Codes

Color #90DAC1 in popluar color models

90 DA C1
RGB 144 218 193
HSL 160° 50.00% 70.98%
HSB/HSV 160° 33.94% 85.49%
CMYK 33.94% 0.00% 11.47%
14.51%

Color #90DAC1 in popluar number systems.

HEX 90 DA C1
Decimal 144 218 193
Binary 10010000 11011010 11000001
Octal 220 332 301

Shades and tints

Shades of #90DAC1

#90DAC1
(144,218,193)
#83C7B0
(131,199,176)
#76B49F
(118,180,159)
#69A18E
(105,161,142)
#5C8E7D
(92,142,125)
#4F7B6C
(79,123,108)
#42685B
(66,104,91)
#35554A
(53,85,74)
#284239
(40,66,57)
#1B2F28
(27,47,40)
#0E1C17
(14,28,23)
#000000
(0,0,0)

Tints of #90DAC1

#90DAC1
(144,218,193)
#9ADDC6
(154,221,198)
#A4E0CB
(164,224,203)
#AEE3D0
(174,227,208)
#B8E6D5
(184,230,213)
#C2E9DA
(194,233,218)
#CCECDF
(204,236,223)
#D6EFE4
(214,239,228)
#E0F2E9
(224,242,233)
#EAF5EE
(234,245,238)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DAC1; }

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

This text font color is #90DAC1.

Background Color

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

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

This div background color is #90DAC1.

Border color

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

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

This div border color is #90DAC1.

Opacity

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

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

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

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

This text has shadow with #90DAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DAC1.

Preview

Color preview on black background

This text has color #90DAC1 on black background.


Color preview on white background

This text has color #90DAC1 on white background.


Black color preview on #90DAC1 background

This text has black color on #90DAC1 background.


White color preview on #90DAC1 background

This text has white color on #90DAC1 background.


Related colors

Complementary color

Complementary color for #hex is #6F253E.


I love getcolorcode.com

Triadic colors

1 #C190DA and #DAC190 with #90DAC1 are triadic colors.

2 #C1DA90 and #DA90C1 with #90DAC1 are triadic colors.