COLOR #90BCB4

HEX: #90BCB4 RGB: (144,188,180)

Color info

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

RGB color model

#90BCB4 color RGB value is (144,188,180).

RGB: (144,188,180) (56%, 74%, 71%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 180 of 255 = 71%

144
188
180

R + G + B ~ 67%. #90BCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 188 + 180 = 512 (100%)
R 144 of 512 ~ 28.13%
G 188 of 512 ~ 36.72%
B 180 of 512 ~ 35.16'%

%28.13
%36.72
%35.16

CMYK color model

#90BCB4 color CMYK value is (23,0,4,26).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 26.27%

CMYK: (23,0,4,26)
C23M0Y4K26 (23%, 0%, 4%, 26%)
(0.23 / 0.00 / 0.04 / 0.26)

CMYK percentages

%23.4
%0
%4.26
%26.27

Codes

Color #90BCB4 in popluar color models

90 BC B4
RGB 144 188 180
HSL 169° 24.72% 65.10%
HSB/HSV 169° 23.40% 73.73%
CMYK 23.40% 0.00% 4.26%
26.27%

Color #90BCB4 in popluar number systems.

HEX 90 BC B4
Decimal 144 188 180
Binary 10010000 10111100 10110100
Octal 220 274 264

Shades and tints

Shades of #90BCB4

#90BCB4
(144,188,180)
#83ABA4
(131,171,164)
#769A94
(118,154,148)
#698984
(105,137,132)
#5C7874
(92,120,116)
#4F6764
(79,103,100)
#425654
(66,86,84)
#354544
(53,69,68)
#283434
(40,52,52)
#1B2324
(27,35,36)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #90BCB4

#90BCB4
(144,188,180)
#9AC2BA
(154,194,186)
#A4C8C0
(164,200,192)
#AECEC6
(174,206,198)
#B8D4CC
(184,212,204)
#C2DAD2
(194,218,210)
#CCE0D8
(204,224,216)
#D6E6DE
(214,230,222)
#E0ECE4
(224,236,228)
#EAF2EA
(234,242,234)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BCB4 color. Also use rgb(144,188,180) instead hex code.

Text Font Color

.myTextColor { color: #90BCB4; }

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

This text font color is #90BCB4.

Background Color

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

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

This div background color is #90BCB4.

Border color

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

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

This div border color is #90BCB4.

Opacity

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

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

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

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

This text has shadow with #90BCB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BCB4.

Preview

Color preview on black background

This text has color #90BCB4 on black background.


Color preview on white background

This text has color #90BCB4 on white background.


Black color preview on #90BCB4 background

This text has black color on #90BCB4 background.


White color preview on #90BCB4 background

This text has white color on #90BCB4 background.


Related colors

Complementary color

Complementary color for #hex is #6F434B.


I love getcolorcode.com

Triadic colors

1 #B490BC and #BCB490 with #90BCB4 are triadic colors.

2 #B4BC90 and #BC90B4 with #90BCB4 are triadic colors.