COLOR #90CCC3

HEX: #90CCC3
RGB: (144,204,195)

Color info

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

RGB color model

#90CCC3 color RGB value is (144,204,195).

  • red value is 144;
  • green value is 204;
  • blue value is 195.
RGB:
(144,204,195)
(56%,80%,76%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 195 of 255 = 76%

144
204
195

R + G + B ~ 71%. #90CCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 204 + 195 = 543 (100%)
R 144 of 543 ~ 26.52%
G 204 of 543 ~ 37.57%
B 195 of 543 ~ 35.91%

%26.52
%37.57
%35.91

CMYK color model

#90CCC3 color CMYK value is (29,0,4,20).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(29,0,4,20)
C29M0Y4K20 
(29%,0%,4%,20%)
(0.29/0.00/0.04/0.20)	

CMYK percentages

%29.41
%0
%4.41
%20

Codes

Color #90CCC3 in popluar color models

90CCC3
RGB144204195
HSL171°37.04%68.24%
HSB/HSV171°29.41%80.00%
CMYK29.41%0.00%4.41%
20.00%

Color #90CCC3 in popluar number systems.

HEX90CCC3
Decimal144204195
Binary100100001100110011000011
Octal220314303

Shades and tints

Shades of #90CCC3

#90CCC3
(144,204,195)
#83BAB2
(131,186,178)
#76A8A1
(118,168,161)
#699690
(105,150,144)
#5C847F
(92,132,127)
#4F726E
(79,114,110)
#42605D
(66,96,93)
#354E4C
(53,78,76)
#283C3B
(40,60,59)
#1B2A2A
(27,42,42)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #90CCC3

#90CCC3
(144,204,195)
#9AD0C8
(154,208,200)
#A4D4CD
(164,212,205)
#AED8D2
(174,216,210)
#B8DCD7
(184,220,215)
#C2E0DC
(194,224,220)
#CCE4E1
(204,228,225)
#D6E8E6
(214,232,230)
#E0ECEB
(224,236,235)
#EAF0F0
(234,240,240)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CCC3; }

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

This text font color is #90CCC3.


Background Color

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

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

This div background color is #90CCC3.


Border color

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

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

This div border color is #90CCC3.


Opacity

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

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

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

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

This text has shadow with #90CCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CCC3 on black background.


Color preview on white background

This text has color #90CCC3 on white background.



Black color preview on #90CCC3 background

This text has black color on #90CCC3 background.


White color preview on #90CCC3 background

This text has white color on #90CCC3 background.