COLOR #90CCC4

HEX: #90CCC4
RGB: (144,204,196)

Color info

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

RGB color model

#90CCC4 color RGB value is (144,204,196).

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

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 196 of 255 = 77%

144
204
196

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

Portions of RGB colors in percentages

R + G + B =
144 + 204 + 196 = 544 (100%)
R 144 of 544 ~ 26.47%
G 204 of 544 ~ 37.5%
B 196 of 544 ~ 36.03%

%26.47
%37.5
%36.03

CMYK color model

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

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • 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
%3.92
%20

Codes

Color #90CCC4 in popluar color models

90CCC4
RGB144204196
HSL172°37.04%68.24%
HSB/HSV172°29.41%80.00%
CMYK29.41%0.00%3.92%
20.00%

Color #90CCC4 in popluar number systems.

HEX90CCC4
Decimal144204196
Binary100100001100110011000100
Octal220314304

Shades and tints

Shades of #90CCC4

#90CCC4
(144,204,196)
#83BAB3
(131,186,179)
#76A8A2
(118,168,162)
#699691
(105,150,145)
#5C8480
(92,132,128)
#4F726F
(79,114,111)
#42605E
(66,96,94)
#354E4D
(53,78,77)
#283C3C
(40,60,60)
#1B2A2B
(27,42,43)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #90CCC4

#90CCC4
(144,204,196)
#9AD0C9
(154,208,201)
#A4D4CE
(164,212,206)
#AED8D3
(174,216,211)
#B8DCD8
(184,220,216)
#C2E0DD
(194,224,221)
#CCE4E2
(204,228,226)
#D6E8E7
(214,232,231)
#E0ECEC
(224,236,236)
#EAF0F1
(234,240,241)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CCC4; }

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

This text font color is #90CCC4.


Background Color

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

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

This div background color is #90CCC4.


Border color

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

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

This div border color is #90CCC4.


Opacity

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

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

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

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

This text has shadow with #90CCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CCC4 on black background.


Color preview on white background

This text has color #90CCC4 on white background.



Black color preview on #90CCC4 background

This text has black color on #90CCC4 background.


White color preview on #90CCC4 background

This text has white color on #90CCC4 background.