COLOR #95D2BD

HEX: #95D2BD
RGB: (149,210,189)

Color info

#95D2BD contains mainly green and blue colors. Web safe color of #95D2BD is #99CCCC (or #9CC).

RGB color model

#95D2BD color RGB value is (149,210,189).

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

RGB channels and saturation

R 149 of 255 = 58%
G 210 of 255 = 82%
B 189 of 255 = 74%

149
210
189

R + G + B ~ 71%. #95D2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 210 + 189 = 548 (100%)
R 149 of 548 ~ 27.19%
G 210 of 548 ~ 38.32%
B 189 of 548 ~ 34.49%

%27.19
%38.32
%34.49

CMYK color model

#95D2BD color CMYK value is (29,0,10,18).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(29,0,10,18)
C29M0Y10K18 
(29%,0%,10%,18%)
(0.29/0.00/0.10/0.18)	

CMYK percentages

%29.05
%0
%10
%17.65

Codes

Color #95D2BD in popluar color models

95D2BD
RGB149210189
HSL159°40.40%70.39%
HSB/HSV159°29.05%82.35%
CMYK29.05%0.00%10.00%
17.65%

Color #95D2BD in popluar number systems.

HEX95D2BD
Decimal149210189
Binary100101011101001010111101
Octal225322275

Shades and tints

Shades of #95D2BD

#95D2BD
(149,210,189)
#88BFAC
(136,191,172)
#7BAC9B
(123,172,155)
#6E998A
(110,153,138)
#618679
(97,134,121)
#547368
(84,115,104)
#476057
(71,96,87)
#3A4D46
(58,77,70)
#2D3A35
(45,58,53)
#202724
(32,39,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95D2BD

#95D2BD
(149,210,189)
#9ED6C3
(158,214,195)
#A7DAC9
(167,218,201)
#B0DECF
(176,222,207)
#B9E2D5
(185,226,213)
#C2E6DB
(194,230,219)
#CBEAE1
(203,234,225)
#D4EEE7
(212,238,231)
#DDF2ED
(221,242,237)
#E6F6F3
(230,246,243)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D2BD; }

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

This text font color is #95D2BD.


Background Color

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

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

This div background color is #95D2BD.


Border color

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

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

This div border color is #95D2BD.


Opacity

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

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

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

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

This text has shadow with #95D2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D2BD on black background.


Color preview on white background

This text has color #95D2BD on white background.



Black color preview on #95D2BD background

This text has black color on #95D2BD background.


White color preview on #95D2BD background

This text has white color on #95D2BD background.