COLOR #95C0B6

HEX: #95C0B6 RGB: (149,192,182)

Color info

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

RGB color model

#95C0B6 color RGB value is (149,192,182).

RGB: (149,192,182) (58%, 75%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 192 of 255 = 75%
B 182 of 255 = 71%

149
192
182

R + G + B ~ 68%. #95C0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 192 + 182 = 523 (100%)
R 149 of 523 ~ 28.49%
G 192 of 523 ~ 36.71%
B 182 of 523 ~ 34.8'%

%28.49
%36.71
%34.8

CMYK color model

#95C0B6 color CMYK value is (22,0,5,25).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 24.71%

CMYK: (22,0,5,25)
C22M0Y5K25 (22%, 0%, 5%, 25%)
(0.22 / 0.00 / 0.05 / 0.25)

CMYK percentages

%22.4
%0
%5.21
%24.71

Codes

Color #95C0B6 in popluar color models

95 C0 B6
RGB 149 192 182
HSL 166° 25.44% 66.86%
HSB/HSV 166° 22.40% 75.29%
CMYK 22.40% 0.00% 5.21%
24.71%

Color #95C0B6 in popluar number systems.

HEX 95 C0 B6
Decimal 149 192 182
Binary 10010101 11000000 10110110
Octal 225 300 266

Shades and tints

Shades of #95C0B6

#95C0B6
(149,192,182)
#88AFA6
(136,175,166)
#7B9E96
(123,158,150)
#6E8D86
(110,141,134)
#617C76
(97,124,118)
#546B66
(84,107,102)
#475A56
(71,90,86)
#3A4946
(58,73,70)
#2D3836
(45,56,54)
#202726
(32,39,38)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #95C0B6

#95C0B6
(149,192,182)
#9EC5BC
(158,197,188)
#A7CAC2
(167,202,194)
#B0CFC8
(176,207,200)
#B9D4CE
(185,212,206)
#C2D9D4
(194,217,212)
#CBDEDA
(203,222,218)
#D4E3E0
(212,227,224)
#DDE8E6
(221,232,230)
#E6EDEC
(230,237,236)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C0B6 color. Also use rgb(149,192,182) instead hex code.

Text Font Color

.myTextColor { color: #95C0B6; }

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

This text font color is #95C0B6.

Background Color

.myBgColor { background-color: #95C0B6; }

<div style="background-color:#95C0B6">Inner text</div>

This div background color is #95C0B6.

Border color

.myBorderColor { border: 1px solid #95C0B6; }

<div style="border:3px solid #95C0B6">Div</div>

This div border color is #95C0B6.

Opacity

.myOpacity80 { color: #95C0B6; opacity: 0.8; }

<p style="color:#95C0B6;opacity:0.8;">80%</p>

Text with #95C0B6 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 #95C0B6;}

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

This text has shadow with #95C0B6 color.


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

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

This text has shadow with #95C0B6 primary color and red secondary color.


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

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

This text has shadow with #95C0B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95C0B6.

Preview

Color preview on black background

This text has color #95C0B6 on black background.


Color preview on white background

This text has color #95C0B6 on white background.


Black color preview on #95C0B6 background

This text has black color on #95C0B6 background.


White color preview on #95C0B6 background

This text has white color on #95C0B6 background.


Related colors

Complementary color

Complementary color for #hex is #6A3F49.


I love getcolorcode.com

Triadic colors

1 #B695C0 and #C0B695 with #95C0B6 are triadic colors.

2 #B6C095 and #C095B6 with #95C0B6 are triadic colors.