COLOR #95C1C5

HEX: #95C1C5
RGB: (149,193,197)

Color info

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

RGB color model

#95C1C5 color RGB value is (149,193,197).

  • red value is 149;
  • green value is 193;
  • blue value is 197.
RGB:
(149,193,197)
(58%,76%,77%)

RGB channels and saturation

R 149 of 255 = 58%
G 193 of 255 = 76%
B 197 of 255 = 77%

149
193
197

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

Portions of RGB colors in percentages

R + G + B =
149 + 193 + 197 = 539 (100%)
R 149 of 539 ~ 27.64%
G 193 of 539 ~ 35.81%
B 197 of 539 ~ 36.55%

%27.64
%35.81
%36.55

CMYK color model

#95C1C5 color CMYK value is (24,2,0,23).

  • cyan value is 24.37%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(24,2,0,23)
C24M2Y0K23 
(24%,2%,0%,23%)
(0.24/0.02/0.00/0.23)	

CMYK percentages

%24.37
%2.03
%0
%22.75

Codes

Color #95C1C5 in popluar color models

95C1C5
RGB149193197
HSL185°29.27%67.84%
HSB/HSV185°24.37%77.25%
CMYK24.37%2.03%0.00%
22.75%

Color #95C1C5 in popluar number systems.

HEX95C1C5
Decimal149193197
Binary100101011100000111000101
Octal225301305

Shades and tints

Shades of #95C1C5

#95C1C5
(149,193,197)
#88B0B4
(136,176,180)
#7B9FA3
(123,159,163)
#6E8E92
(110,142,146)
#617D81
(97,125,129)
#546C70
(84,108,112)
#475B5F
(71,91,95)
#3A4A4E
(58,74,78)
#2D393D
(45,57,61)
#20282C
(32,40,44)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #95C1C5

#95C1C5
(149,193,197)
#9EC6CA
(158,198,202)
#A7CBCF
(167,203,207)
#B0D0D4
(176,208,212)
#B9D5D9
(185,213,217)
#C2DADE
(194,218,222)
#CBDFE3
(203,223,227)
#D4E4E8
(212,228,232)
#DDE9ED
(221,233,237)
#E6EEF2
(230,238,242)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C1C5 color. Also use rgb(149,193,197) instead hex code.

Text Font Color

.myTextColor { color: #95C1C5; }

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

This text font color is #95C1C5.


Background Color

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

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

This div background color is #95C1C5.


Border color

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

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

This div border color is #95C1C5.


Opacity

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

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

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

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

This text has shadow with #95C1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C1C5 on black background.


Color preview on white background

This text has color #95C1C5 on white background.



Black color preview on #95C1C5 background

This text has black color on #95C1C5 background.


White color preview on #95C1C5 background

This text has white color on #95C1C5 background.