COLOR #95BDA1

HEX: #95BDA1
RGB: (149,189,161)

Color info

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

RGB color model

#95BDA1 color RGB value is (149,189,161).

  • red value is 149;
  • green value is 189;
  • blue value is 161.
RGB:
(149,189,161)
(58%,74%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 161 of 255 = 63%

149
189
161

R + G + B ~ 65%. #95BDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 161 = 499 (100%)
R 149 of 499 ~ 29.86%
G 189 of 499 ~ 37.88%
B 161 of 499 ~ 32.26%

%29.86
%37.88
%32.26

CMYK color model

#95BDA1 color CMYK value is (21,0,15,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(21,0,15,26)
C21M0Y15K26 
(21%,0%,15%,26%)
(0.21/0.00/0.15/0.26)	

CMYK percentages

%21.16
%0
%14.81
%25.88

Codes

Color #95BDA1 in popluar color models

95BDA1
RGB149189161
HSL138°23.26%66.27%
HSB/HSV138°21.16%74.12%
CMYK21.16%0.00%14.81%
25.88%

Color #95BDA1 in popluar number systems.

HEX95BDA1
Decimal149189161
Binary100101011011110110100001
Octal225275241

Shades and tints

Shades of #95BDA1

#95BDA1
(149,189,161)
#88AC93
(136,172,147)
#7B9B85
(123,155,133)
#6E8A77
(110,138,119)
#617969
(97,121,105)
#54685B
(84,104,91)
#47574D
(71,87,77)
#3A463F
(58,70,63)
#2D3531
(45,53,49)
#202423
(32,36,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #95BDA1

#95BDA1
(149,189,161)
#9EC3A9
(158,195,169)
#A7C9B1
(167,201,177)
#B0CFB9
(176,207,185)
#B9D5C1
(185,213,193)
#C2DBC9
(194,219,201)
#CBE1D1
(203,225,209)
#D4E7D9
(212,231,217)
#DDEDE1
(221,237,225)
#E6F3E9
(230,243,233)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BDA1 color. Also use rgb(149,189,161) instead hex code.

Text Font Color

.myTextColor { color: #95BDA1; }

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

This text font color is #95BDA1.


Background Color

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

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

This div background color is #95BDA1.


Border color

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

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

This div border color is #95BDA1.


Opacity

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

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

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

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

This text has shadow with #95BDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BDA1 on black background.


Color preview on white background

This text has color #95BDA1 on white background.



Black color preview on #95BDA1 background

This text has black color on #95BDA1 background.


White color preview on #95BDA1 background

This text has white color on #95BDA1 background.