COLOR #90D2BB

HEX: #90D2BB RGB: (144,210,187)

Color info

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

RGB color model

#90D2BB color RGB value is (144,210,187).

RGB: (144,210,187) (56%, 82%, 73%)

RGB channels and saturation

R 144 of 255 = 56%
G 210 of 255 = 82%
B 187 of 255 = 73%

144
210
187

R + G + B ~ 70%. #90D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 210 + 187 = 541 (100%)
R 144 of 541 ~ 26.62%
G 210 of 541 ~ 38.82%
B 187 of 541 ~ 34.57'%

%26.62
%38.82
%34.57

CMYK color model

#90D2BB color CMYK value is (31,0,11,18).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%

CMYK: (31,0,11,18)
C31M0Y11K18 (31%, 0%, 11%, 18%)
(0.31 / 0.00 / 0.11 / 0.18)

CMYK percentages

%31.43
%0
%10.95
%17.65

Codes

Color #90D2BB in popluar color models

90 D2 BB
RGB 144 210 187
HSL 159° 42.31% 69.41%
HSB/HSV 159° 31.43% 82.35%
CMYK 31.43% 0.00% 10.95%
17.65%

Color #90D2BB in popluar number systems.

HEX 90 D2 BB
Decimal 144 210 187
Binary 10010000 11010010 10111011
Octal 220 322 273

Shades and tints

Shades of #90D2BB

#90D2BB
(144,210,187)
#83BFAA
(131,191,170)
#76AC99
(118,172,153)
#699988
(105,153,136)
#5C8677
(92,134,119)
#4F7366
(79,115,102)
#426055
(66,96,85)
#354D44
(53,77,68)
#283A33
(40,58,51)
#1B2722
(27,39,34)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #90D2BB

#90D2BB
(144,210,187)
#9AD6C1
(154,214,193)
#A4DAC7
(164,218,199)
#AEDECD
(174,222,205)
#B8E2D3
(184,226,211)
#C2E6D9
(194,230,217)
#CCEADF
(204,234,223)
#D6EEE5
(214,238,229)
#E0F2EB
(224,242,235)
#EAF6F1
(234,246,241)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D2BB color. Also use rgb(144,210,187) instead hex code.

Text Font Color

.myTextColor { color: #90D2BB; }

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

This text font color is #90D2BB.

Background Color

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

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

This div background color is #90D2BB.

Border color

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

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

This div border color is #90D2BB.

Opacity

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

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

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

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

This text has shadow with #90D2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90D2BB.

Preview

Color preview on black background

This text has color #90D2BB on black background.


Color preview on white background

This text has color #90D2BB on white background.


Black color preview on #90D2BB background

This text has black color on #90D2BB background.


White color preview on #90D2BB background

This text has white color on #90D2BB background.


Related colors

Complementary color

Complementary color for #hex is #6F2D44.


I love getcolorcode.com

Triadic colors

1 #BB90D2 and #D2BB90 with #90D2BB are triadic colors.

2 #BBD290 and #D290BB with #90D2BB are triadic colors.