COLOR #9ED2B2

HEX: #9ED2B2 RGB: (158,210,178)

Color info

#9ED2B2 contains red, green and blue colors in about the same proportion. Web safe color of #9ED2B2 is #99CC99 (or #9C9).

RGB color model

#9ED2B2 color RGB value is (158,210,178).

RGB: (158,210,178) (62%, 82%, 70%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 178 of 255 = 70%

158
210
178

R + G + B ~ 71%. #9ED2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 210 + 178 = 546 (100%)
R 158 of 546 ~ 28.94%
G 210 of 546 ~ 38.46%
B 178 of 546 ~ 32.6'%

%28.94
%38.46
%32.6

CMYK color model

#9ED2B2 color CMYK value is (25,0,15,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 17.65%

CMYK: (25,0,15,18)
C25M0Y15K18 (25%, 0%, 15%, 18%)
(0.25 / 0.00 / 0.15 / 0.18)

CMYK percentages

%24.76
%0
%15.24
%17.65

Codes

Color #9ED2B2 in popluar color models

9E D2 B2
RGB 158 210 178
HSL 143° 36.62% 72.16%
HSB/HSV 143° 24.76% 82.35%
CMYK 24.76% 0.00% 15.24%
17.65%

Color #9ED2B2 in popluar number systems.

HEX 9E D2 B2
Decimal 158 210 178
Binary 10011110 11010010 10110010
Octal 236 322 262

Shades and tints

Shades of #9ED2B2

#9ED2B2
(158,210,178)
#90BFA2
(144,191,162)
#82AC92
(130,172,146)
#749982
(116,153,130)
#668672
(102,134,114)
#587362
(88,115,98)
#4A6052
(74,96,82)
#3C4D42
(60,77,66)
#2E3A32
(46,58,50)
#202722
(32,39,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9ED2B2

#9ED2B2
(158,210,178)
#A6D6B9
(166,214,185)
#AEDAC0
(174,218,192)
#B6DEC7
(182,222,199)
#BEE2CE
(190,226,206)
#C6E6D5
(198,230,213)
#CEEADC
(206,234,220)
#D6EEE3
(214,238,227)
#DEF2EA
(222,242,234)
#E6F6F1
(230,246,241)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED2B2 color. Also use rgb(158,210,178) instead hex code.

Text Font Color

.myTextColor { color: #9ED2B2; }

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

This text font color is #9ED2B2.

Background Color

.myBgColor { background-color: #9ED2B2; }

<div style="background-color:#9ED2B2">Inner text</div>

This div background color is #9ED2B2.

Border color

.myBorderColor { border: 1px solid #9ED2B2; }

<div style="border:3px solid #9ED2B2">Div</div>

This div border color is #9ED2B2.

Opacity

.myOpacity80 { color: #9ED2B2; opacity: 0.8; }

<p style="color:#9ED2B2;opacity:0.8;">80%</p>

Text with #9ED2B2 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 #9ED2B2;}

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

This text has shadow with #9ED2B2 color.


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

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

This text has shadow with #9ED2B2 primary color and red secondary color.


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

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

This text has shadow with #9ED2B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9ED2B2.

Preview

Color preview on black background

This text has color #9ED2B2 on black background.


Color preview on white background

This text has color #9ED2B2 on white background.


Black color preview on #9ED2B2 background

This text has black color on #9ED2B2 background.


White color preview on #9ED2B2 background

This text has white color on #9ED2B2 background.


Related colors

Complementary color

Complementary color for #hex is #612D4D.


I love getcolorcode.com

Triadic colors

1 #B29ED2 and #D2B29E with #9ED2B2 are triadic colors.

2 #B2D29E and #D29EB2 with #9ED2B2 are triadic colors.