COLOR #95BFA6

HEX: #95BFA6 RGB: (149,191,166)

Color info

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

RGB color model

#95BFA6 color RGB value is (149,191,166).

RGB: (149,191,166) (58%, 75%, 65%)

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 166 of 255 = 65%

149
191
166

R + G + B ~ 66%. #95BFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 191 + 166 = 506 (100%)
R 149 of 506 ~ 29.45%
G 191 of 506 ~ 37.75%
B 166 of 506 ~ 32.81'%

%29.45
%37.75
%32.81

CMYK color model

#95BFA6 color CMYK value is (22,0,13,25).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK: (22,0,13,25) C22M0Y13K25 (22%,0%,13%,25%) (0.22/0.00/0.13/0.25) 

CMYK percentages

%21.99
%0
%13.09
%25.1

Codes

Color #95BFA6 in popluar color models

95 BF A6
RGB 149 191 166
HSL 144° 24.71% 66.67%
HSB/HSV 144° 21.99% 74.90%
CMYK 21.99% 0.00% 13.09%
25.10%

Color #95BFA6 in popluar number systems.

HEX 95 BF A6
Decimal 149 191 166
Binary 10010101 10111111 10100110
Octal 225 277 246

Shades and tints

Shades of #95BFA6

#95BFA6
(149,191,166)
#88AE97
(136,174,151)
#7B9D88
(123,157,136)
#6E8C79
(110,140,121)
#617B6A
(97,123,106)
#546A5B
(84,106,91)
#47594C
(71,89,76)
#3A483D
(58,72,61)
#2D372E
(45,55,46)
#20261F
(32,38,31)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #95BFA6

#95BFA6
(149,191,166)
#9EC4AE
(158,196,174)
#A7C9B6
(167,201,182)
#B0CEBE
(176,206,190)
#B9D3C6
(185,211,198)
#C2D8CE
(194,216,206)
#CBDDD6
(203,221,214)
#D4E2DE
(212,226,222)
#DDE7E6
(221,231,230)
#E6ECEE
(230,236,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BFA6 color. Also use rgb(149,191,166) instead hex code.

Text Font Color

.myTextColor { color: #95BFA6; }

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

This text font color is #95BFA6.

Background Color

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

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

This div background color is #95BFA6.

Border color

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

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

This div border color is #95BFA6.

Opacity

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

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

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

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

This text has shadow with #95BFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BFA6.

Preview

Color preview on black background

This text has color #95BFA6 on black background.


Color preview on white background

This text has color #95BFA6 on white background.


Black color preview on #95BFA6 background

This text has black color on #95BFA6 background.


White color preview on #95BFA6 background

This text has white color on #95BFA6 background.


Related colors

Complementary color

Complementary color for #hex is #6A4059.


I love getcolorcode.com

Triadic colors

1 #A695BF and #BFA695 with #95BFA6 are triadic colors.

2 #A6BF95 and #BF95A6 with #95BFA6 are triadic colors.