COLOR #95CFB1

HEX: #95CFB1
RGB: (149,207,177)

Color info

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

RGB color model

#95CFB1 color RGB value is (149,207,177).

  • red value is 149;
  • green value is 207;
  • blue value is 177.
RGB:
(149,207,177)
(58%,81%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 207 of 255 = 81%
B 177 of 255 = 69%

149
207
177

R + G + B ~ 69%. #95CFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 207 + 177 = 533 (100%)
R 149 of 533 ~ 27.95%
G 207 of 533 ~ 38.84%
B 177 of 533 ~ 33.21%

%27.95
%38.84
%33.21

CMYK color model

#95CFB1 color CMYK value is (28,0,14,19).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 18.82%
CMYK:
(28,0,14,19)
C28M0Y14K19 
(28%,0%,14%,19%)
(0.28/0.00/0.14/0.19)	

CMYK percentages

%28.02
%0
%14.49
%18.82

Codes

Color #95CFB1 in popluar color models

95CFB1
RGB149207177
HSL149°37.66%69.80%
HSB/HSV149°28.02%81.18%
CMYK28.02%0.00%14.49%
18.82%

Color #95CFB1 in popluar number systems.

HEX95CFB1
Decimal149207177
Binary100101011100111110110001
Octal225317261

Shades and tints

Shades of #95CFB1

#95CFB1
(149,207,177)
#88BDA1
(136,189,161)
#7BAB91
(123,171,145)
#6E9981
(110,153,129)
#618771
(97,135,113)
#547561
(84,117,97)
#476351
(71,99,81)
#3A5141
(58,81,65)
#2D3F31
(45,63,49)
#202D21
(32,45,33)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #95CFB1

#95CFB1
(149,207,177)
#9ED3B8
(158,211,184)
#A7D7BF
(167,215,191)
#B0DBC6
(176,219,198)
#B9DFCD
(185,223,205)
#C2E3D4
(194,227,212)
#CBE7DB
(203,231,219)
#D4EBE2
(212,235,226)
#DDEFE9
(221,239,233)
#E6F3F0
(230,243,240)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CFB1 color. Also use rgb(149,207,177) instead hex code.

Text Font Color

.myTextColor { color: #95CFB1; }

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

This text font color is #95CFB1.


Background Color

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

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

This div background color is #95CFB1.


Border color

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

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

This div border color is #95CFB1.


Opacity

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

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

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

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

This text has shadow with #95CFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CFB1 on black background.


Color preview on white background

This text has color #95CFB1 on white background.



Black color preview on #95CFB1 background

This text has black color on #95CFB1 background.


White color preview on #95CFB1 background

This text has white color on #95CFB1 background.