COLOR #95C6B9

HEX: #95C6B9 RGB: (149,198,185)

Color info

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

RGB color model

#95C6B9 color RGB value is (149,198,185).

RGB: (149,198,185) (58%, 78%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 185 of 255 = 73%

149
198
185

R + G + B ~ 70%. #95C6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 198 + 185 = 532 (100%)
R 149 of 532 ~ 28.01%
G 198 of 532 ~ 37.22%
B 185 of 532 ~ 34.77'%

%28.01
%37.22
%34.77

CMYK color model

#95C6B9 color CMYK value is (25,0,7,22).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 22.35%

CMYK: (25,0,7,22)
C25M0Y7K22 (25%, 0%, 7%, 22%)
(0.25 / 0.00 / 0.07 / 0.22)

CMYK percentages

%24.75
%0
%6.57
%22.35

Codes

Color #95C6B9 in popluar color models

95 C6 B9
RGB 149 198 185
HSL 164° 30.06% 68.04%
HSB/HSV 164° 24.75% 77.65%
CMYK 24.75% 0.00% 6.57%
22.35%

Color #95C6B9 in popluar number systems.

HEX 95 C6 B9
Decimal 149 198 185
Binary 10010101 11000110 10111001
Octal 225 306 271

Shades and tints

Shades of #95C6B9

#95C6B9
(149,198,185)
#88B4A9
(136,180,169)
#7BA299
(123,162,153)
#6E9089
(110,144,137)
#617E79
(97,126,121)
#546C69
(84,108,105)
#475A59
(71,90,89)
#3A4849
(58,72,73)
#2D3639
(45,54,57)
#202429
(32,36,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #95C6B9

#95C6B9
(149,198,185)
#9ECBBF
(158,203,191)
#A7D0C5
(167,208,197)
#B0D5CB
(176,213,203)
#B9DAD1
(185,218,209)
#C2DFD7
(194,223,215)
#CBE4DD
(203,228,221)
#D4E9E3
(212,233,227)
#DDEEE9
(221,238,233)
#E6F3EF
(230,243,239)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C6B9 color. Also use rgb(149,198,185) instead hex code.

Text Font Color

.myTextColor { color: #95C6B9; }

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

This text font color is #95C6B9.

Background Color

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

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

This div background color is #95C6B9.

Border color

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

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

This div border color is #95C6B9.

Opacity

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

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

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

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

This text has shadow with #95C6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C6B9.

Preview

Color preview on black background

This text has color #95C6B9 on black background.


Color preview on white background

This text has color #95C6B9 on white background.


Black color preview on #95C6B9 background

This text has black color on #95C6B9 background.


White color preview on #95C6B9 background

This text has white color on #95C6B9 background.


Related colors

Complementary color

Complementary color for #hex is #6A3946.


I love getcolorcode.com

Triadic colors

1 #B995C6 and #C6B995 with #95C6B9 are triadic colors.

2 #B9C695 and #C695B9 with #95C6B9 are triadic colors.