COLOR #95DCBB

HEX: #95DCBB
RGB: (149,220,187)

Color info

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

RGB color model

#95DCBB color RGB value is (149,220,187).

  • red value is 149;
  • green value is 220;
  • blue value is 187.
RGB:
(149,220,187)
(58%,86%,73%)

RGB channels and saturation

R 149 of 255 = 58%
G 220 of 255 = 86%
B 187 of 255 = 73%

149
220
187

R + G + B ~ 72%. #95DCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 220 + 187 = 556 (100%)
R 149 of 556 ~ 26.8%
G 220 of 556 ~ 39.57%
B 187 of 556 ~ 33.63%

%26.8
%39.57
%33.63

CMYK color model

#95DCBB color CMYK value is (32,0,15,14).

  • cyan value is 32.27%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(32,0,15,14)
C32M0Y15K14 
(32%,0%,15%,14%)
(0.32/0.00/0.15/0.14)	

CMYK percentages

%32.27
%0
%15
%13.73

Codes

Color #95DCBB in popluar color models

95DCBB
RGB149220187
HSL152°50.35%72.35%
HSB/HSV152°32.27%86.27%
CMYK32.27%0.00%15.00%
13.73%

Color #95DCBB in popluar number systems.

HEX95DCBB
Decimal149220187
Binary100101011101110010111011
Octal225334273

Shades and tints

Shades of #95DCBB

#95DCBB
(149,220,187)
#88C8AA
(136,200,170)
#7BB499
(123,180,153)
#6EA088
(110,160,136)
#618C77
(97,140,119)
#547866
(84,120,102)
#476455
(71,100,85)
#3A5044
(58,80,68)
#2D3C33
(45,60,51)
#202822
(32,40,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95DCBB

#95DCBB
(149,220,187)
#9EDFC1
(158,223,193)
#A7E2C7
(167,226,199)
#B0E5CD
(176,229,205)
#B9E8D3
(185,232,211)
#C2EBD9
(194,235,217)
#CBEEDF
(203,238,223)
#D4F1E5
(212,241,229)
#DDF4EB
(221,244,235)
#E6F7F1
(230,247,241)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DCBB color. Also use rgb(149,220,187) instead hex code.

Text Font Color

.myTextColor { color: #95DCBB; }

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

This text font color is #95DCBB.


Background Color

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

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

This div background color is #95DCBB.


Border color

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

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

This div border color is #95DCBB.


Opacity

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

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

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

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

This text has shadow with #95DCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DCBB on black background.


Color preview on white background

This text has color #95DCBB on white background.



Black color preview on #95DCBB background

This text has black color on #95DCBB background.


White color preview on #95DCBB background

This text has white color on #95DCBB background.