COLOR #95CFC6

HEX: #95CFC6
RGB: (149,207,198)

Color info

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

RGB color model

#95CFC6 color RGB value is (149,207,198).

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

RGB channels and saturation

R 149 of 255 = 58%
G 207 of 255 = 81%
B 198 of 255 = 78%

149
207
198

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

Portions of RGB colors in percentages

R + G + B =
149 + 207 + 198 = 554 (100%)
R 149 of 554 ~ 26.9%
G 207 of 554 ~ 37.36%
B 198 of 554 ~ 35.74%

%26.9
%37.36
%35.74

CMYK color model

#95CFC6 color CMYK value is (28,0,4,19).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(28,0,4,19)
C28M0Y4K19 
(28%,0%,4%,19%)
(0.28/0.00/0.04/0.19)	

CMYK percentages

%28.02
%0
%4.35
%18.82

Codes

Color #95CFC6 in popluar color models

95CFC6
RGB149207198
HSL171°37.66%69.80%
HSB/HSV171°28.02%81.18%
CMYK28.02%0.00%4.35%
18.82%

Color #95CFC6 in popluar number systems.

HEX95CFC6
Decimal149207198
Binary100101011100111111000110
Octal225317306

Shades and tints

Shades of #95CFC6

#95CFC6
(149,207,198)
#88BDB4
(136,189,180)
#7BABA2
(123,171,162)
#6E9990
(110,153,144)
#61877E
(97,135,126)
#54756C
(84,117,108)
#47635A
(71,99,90)
#3A5148
(58,81,72)
#2D3F36
(45,63,54)
#202D24
(32,45,36)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #95CFC6

#95CFC6
(149,207,198)
#9ED3CB
(158,211,203)
#A7D7D0
(167,215,208)
#B0DBD5
(176,219,213)
#B9DFDA
(185,223,218)
#C2E3DF
(194,227,223)
#CBE7E4
(203,231,228)
#D4EBE9
(212,235,233)
#DDEFEE
(221,239,238)
#E6F3F3
(230,243,243)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CFC6; }

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

This text font color is #95CFC6.


Background Color

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

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

This div background color is #95CFC6.


Border color

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

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

This div border color is #95CFC6.


Opacity

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

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

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

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

This text has shadow with #95CFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CFC6 on black background.


Color preview on white background

This text has color #95CFC6 on white background.



Black color preview on #95CFC6 background

This text has black color on #95CFC6 background.


White color preview on #95CFC6 background

This text has white color on #95CFC6 background.