COLOR #95BEA6

HEX: #95BEA6 RGB: (149,190,166)

Color info

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

RGB color model

#95BEA6 color RGB value is (149,190,166).

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

RGB channels and saturation

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

149
190
166

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

Portions of RGB colors in percentages

R + G + B = 149 + 190 + 166 = 505 (100%)
R 149 of 505 ~ 29.5%
G 190 of 505 ~ 37.62%
B 166 of 505 ~ 32.87'%

%29.5
%37.62
%32.87

CMYK color model

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

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

CMYK percentages

%21.58
%0
%12.63
%25.49

Codes

Color #95BEA6 in popluar color models

95 BE A6
RGB 149 190 166
HSL 145° 23.98% 66.47%
HSB/HSV 145° 21.58% 74.51%
CMYK 21.58% 0.00% 12.63%
25.49%

Color #95BEA6 in popluar number systems.

HEX 95 BE A6
Decimal 149 190 166
Binary 10010101 10111110 10100110
Octal 225 276 246

Shades and tints

Shades of #95BEA6

#95BEA6
(149,190,166)
#88AD97
(136,173,151)
#7B9C88
(123,156,136)
#6E8B79
(110,139,121)
#617A6A
(97,122,106)
#54695B
(84,105,91)
#47584C
(71,88,76)
#3A473D
(58,71,61)
#2D362E
(45,54,46)
#20251F
(32,37,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #95BEA6

#95BEA6
(149,190,166)
#9EC3AE
(158,195,174)
#A7C8B6
(167,200,182)
#B0CDBE
(176,205,190)
#B9D2C6
(185,210,198)
#C2D7CE
(194,215,206)
#CBDCD6
(203,220,214)
#D4E1DE
(212,225,222)
#DDE6E6
(221,230,230)
#E6EBEE
(230,235,238)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BEA6; }

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

This text font color is #95BEA6.

Background Color

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

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

This div background color is #95BEA6.

Border color

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

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

This div border color is #95BEA6.

Opacity

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

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

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

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

This text has shadow with #95BEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BEA6.

Preview

Color preview on black background

This text has color #95BEA6 on black background.


Color preview on white background

This text has color #95BEA6 on white background.


Black color preview on #95BEA6 background

This text has black color on #95BEA6 background.


White color preview on #95BEA6 background

This text has white color on #95BEA6 background.


Related colors

Complementary color

Complementary color for #hex is #6A4159.


I love getcolorcode.com

Triadic colors

1 #A695BE and #BEA695 with #95BEA6 are triadic colors.

2 #A6BE95 and #BE95A6 with #95BEA6 are triadic colors.