COLOR #9DC7BE

HEX: #9DC7BE RGB: (157,199,190)

Color info

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

RGB color model

#9DC7BE color RGB value is (157,199,190).

RGB: (157,199,190) (62%, 78%, 75%)

RGB channels and saturation

R 157 of 255 = 62%
G 199 of 255 = 78%
B 190 of 255 = 75%

157
199
190

R + G + B ~ 72%. #9DC7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 199 + 190 = 546 (100%)
R 157 of 546 ~ 28.75%
G 199 of 546 ~ 36.45%
B 190 of 546 ~ 34.8'%

%28.75
%36.45
%34.8

CMYK color model

#9DC7BE color CMYK value is (21,0,5,22).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 21.96%

CMYK: (21,0,5,22)
C21M0Y5K22 (21%, 0%, 5%, 22%)
(0.21 / 0.00 / 0.05 / 0.22)

CMYK percentages

%21.11
%0
%4.52
%21.96

Codes

Color #9DC7BE in popluar color models

9D C7 BE
RGB 157 199 190
HSL 167° 27.27% 69.80%
HSB/HSV 167° 21.11% 78.04%
CMYK 21.11% 0.00% 4.52%
21.96%

Color #9DC7BE in popluar number systems.

HEX 9D C7 BE
Decimal 157 199 190
Binary 10011101 11000111 10111110
Octal 235 307 276

Shades and tints

Shades of #9DC7BE

#9DC7BE
(157,199,190)
#8FB5AD
(143,181,173)
#81A39C
(129,163,156)
#73918B
(115,145,139)
#657F7A
(101,127,122)
#576D69
(87,109,105)
#495B58
(73,91,88)
#3B4947
(59,73,71)
#2D3736
(45,55,54)
#1F2525
(31,37,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #9DC7BE

#9DC7BE
(157,199,190)
#A5CCC3
(165,204,195)
#ADD1C8
(173,209,200)
#B5D6CD
(181,214,205)
#BDDBD2
(189,219,210)
#C5E0D7
(197,224,215)
#CDE5DC
(205,229,220)
#D5EAE1
(213,234,225)
#DDEFE6
(221,239,230)
#E5F4EB
(229,244,235)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC7BE color. Also use rgb(157,199,190) instead hex code.

Text Font Color

.myTextColor { color: #9DC7BE; }

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

This text font color is #9DC7BE.

Background Color

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

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

This div background color is #9DC7BE.

Border color

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

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

This div border color is #9DC7BE.

Opacity

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

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

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

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

This text has shadow with #9DC7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC7BE.

Preview

Color preview on black background

This text has color #9DC7BE on black background.


Color preview on white background

This text has color #9DC7BE on white background.


Black color preview on #9DC7BE background

This text has black color on #9DC7BE background.


White color preview on #9DC7BE background

This text has white color on #9DC7BE background.


Related colors

Complementary color

Complementary color for #hex is #623841.


I love getcolorcode.com

Triadic colors

1 #BE9DC7 and #C7BE9D with #9DC7BE are triadic colors.

2 #BEC79D and #C79DBE with #9DC7BE are triadic colors.