COLOR #95BDA3

HEX: #95BDA3
RGB: (149,189,163)

Color info

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

RGB color model

#95BDA3 color RGB value is (149,189,163).

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

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 163 of 255 = 64%

149
189
163

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

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 163 = 501 (100%)
R 149 of 501 ~ 29.74%
G 189 of 501 ~ 37.72%
B 163 of 501 ~ 32.53%

%29.74
%37.72
%32.53

CMYK color model

#95BDA3 color CMYK value is (21,0,14,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(21,0,14,26)
C21M0Y14K26 
(21%,0%,14%,26%)
(0.21/0.00/0.14/0.26)	

CMYK percentages

%21.16
%0
%13.76
%25.88

Codes

Color #95BDA3 in popluar color models

95BDA3
RGB149189163
HSL141°23.26%66.27%
HSB/HSV141°21.16%74.12%
CMYK21.16%0.00%13.76%
25.88%

Color #95BDA3 in popluar number systems.

HEX95BDA3
Decimal149189163
Binary100101011011110110100011
Octal225275243

Shades and tints

Shades of #95BDA3

#95BDA3
(149,189,163)
#88AC95
(136,172,149)
#7B9B87
(123,155,135)
#6E8A79
(110,138,121)
#61796B
(97,121,107)
#54685D
(84,104,93)
#47574F
(71,87,79)
#3A4641
(58,70,65)
#2D3533
(45,53,51)
#202425
(32,36,37)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #95BDA3

#95BDA3
(149,189,163)
#9EC3AB
(158,195,171)
#A7C9B3
(167,201,179)
#B0CFBB
(176,207,187)
#B9D5C3
(185,213,195)
#C2DBCB
(194,219,203)
#CBE1D3
(203,225,211)
#D4E7DB
(212,231,219)
#DDEDE3
(221,237,227)
#E6F3EB
(230,243,235)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BDA3; }

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

This text font color is #95BDA3.


Background Color

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

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

This div background color is #95BDA3.


Border color

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

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

This div border color is #95BDA3.


Opacity

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

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

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

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

This text has shadow with #95BDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BDA3 on black background.


Color preview on white background

This text has color #95BDA3 on white background.



Black color preview on #95BDA3 background

This text has black color on #95BDA3 background.


White color preview on #95BDA3 background

This text has white color on #95BDA3 background.