COLOR #95CFB4

HEX: #95CFB4
RGB: (149,207,180)

Color info

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

RGB color model

#95CFB4 color RGB value is (149,207,180).

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

RGB channels and saturation

R 149 of 255 = 58%
G 207 of 255 = 81%
B 180 of 255 = 71%

149
207
180

R + G + B ~ 70%. #95CFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 207 + 180 = 536 (100%)
R 149 of 536 ~ 27.8%
G 207 of 536 ~ 38.62%
B 180 of 536 ~ 33.58%

%27.8
%38.62
%33.58

CMYK color model

#95CFB4 color CMYK value is (28,0,13,19).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(28,0,13,19)
C28M0Y13K19 
(28%,0%,13%,19%)
(0.28/0.00/0.13/0.19)	

CMYK percentages

%28.02
%0
%13.04
%18.82

Codes

Color #95CFB4 in popluar color models

95CFB4
RGB149207180
HSL152°37.66%69.80%
HSB/HSV152°28.02%81.18%
CMYK28.02%0.00%13.04%
18.82%

Color #95CFB4 in popluar number systems.

HEX95CFB4
Decimal149207180
Binary100101011100111110110100
Octal225317264

Shades and tints

Shades of #95CFB4

#95CFB4
(149,207,180)
#88BDA4
(136,189,164)
#7BAB94
(123,171,148)
#6E9984
(110,153,132)
#618774
(97,135,116)
#547564
(84,117,100)
#476354
(71,99,84)
#3A5144
(58,81,68)
#2D3F34
(45,63,52)
#202D24
(32,45,36)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #95CFB4

#95CFB4
(149,207,180)
#9ED3BA
(158,211,186)
#A7D7C0
(167,215,192)
#B0DBC6
(176,219,198)
#B9DFCC
(185,223,204)
#C2E3D2
(194,227,210)
#CBE7D8
(203,231,216)
#D4EBDE
(212,235,222)
#DDEFE4
(221,239,228)
#E6F3EA
(230,243,234)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CFB4; }

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

This text font color is #95CFB4.


Background Color

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

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

This div background color is #95CFB4.


Border color

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

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

This div border color is #95CFB4.


Opacity

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

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

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

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

This text has shadow with #95CFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CFB4 on black background.


Color preview on white background

This text has color #95CFB4 on white background.



Black color preview on #95CFB4 background

This text has black color on #95CFB4 background.


White color preview on #95CFB4 background

This text has white color on #95CFB4 background.