COLOR #95C9C7

HEX: #95C9C7
RGB: (149,201,199)

Color info

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

RGB color model

#95C9C7 color RGB value is (149,201,199).

  • red value is 149;
  • green value is 201;
  • blue value is 199.
RGB:
(149,201,199)
(58%,79%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 199 of 255 = 78%

149
201
199

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

Portions of RGB colors in percentages

R + G + B =
149 + 201 + 199 = 549 (100%)
R 149 of 549 ~ 27.14%
G 201 of 549 ~ 36.61%
B 199 of 549 ~ 36.25%

%27.14
%36.61
%36.25

CMYK color model

#95C9C7 color CMYK value is (26,0,1,21).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.18%
CMYK:
(26,0,1,21)
C26M0Y1K21 
(26%,0%,1%,21%)
(0.26/0.00/0.01/0.21)	

CMYK percentages

%25.87
%0
%1
%21.18

Codes

Color #95C9C7 in popluar color models

95C9C7
RGB149201199
HSL178°32.50%68.63%
HSB/HSV178°25.87%78.82%
CMYK25.87%0.00%1.00%
21.18%

Color #95C9C7 in popluar number systems.

HEX95C9C7
Decimal149201199
Binary100101011100100111000111
Octal225311307

Shades and tints

Shades of #95C9C7

#95C9C7
(149,201,199)
#88B7B5
(136,183,181)
#7BA5A3
(123,165,163)
#6E9391
(110,147,145)
#61817F
(97,129,127)
#546F6D
(84,111,109)
#475D5B
(71,93,91)
#3A4B49
(58,75,73)
#2D3937
(45,57,55)
#202725
(32,39,37)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #95C9C7

#95C9C7
(149,201,199)
#9ECDCC
(158,205,204)
#A7D1D1
(167,209,209)
#B0D5D6
(176,213,214)
#B9D9DB
(185,217,219)
#C2DDE0
(194,221,224)
#CBE1E5
(203,225,229)
#D4E5EA
(212,229,234)
#DDE9EF
(221,233,239)
#E6EDF4
(230,237,244)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C9C7 color. Also use rgb(149,201,199) instead hex code.

Text Font Color

.myTextColor { color: #95C9C7; }

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

This text font color is #95C9C7.


Background Color

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

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

This div background color is #95C9C7.


Border color

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

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

This div border color is #95C9C7.


Opacity

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

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

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

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

This text has shadow with #95C9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C9C7 on black background.


Color preview on white background

This text has color #95C9C7 on white background.



Black color preview on #95C9C7 background

This text has black color on #95C9C7 background.


White color preview on #95C9C7 background

This text has white color on #95C9C7 background.