COLOR #95C1C1

HEX: #95C1C1
RGB: (149,193,193)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
193
193

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

Portions of RGB colors in percentages

R + G + B =
149 + 193 + 193 = 535 (100%)
R 149 of 535 ~ 27.85%
G 193 of 535 ~ 36.07%
B 193 of 535 ~ 36.07%

%27.85
%36.07
%36.07

CMYK color model

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

  • cyan value is 22.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,0,0,24)
C23M0Y0K24 
(23%,0%,0%,24%)
(0.23/0.00/0.00/0.24)	

CMYK percentages

%22.8
%0
%0
%24.31

Codes

Color #95C1C1 in popluar color models

95C1C1
RGB149193193
HSL180°26.19%67.06%
HSB/HSV180°22.80%75.69%
CMYK22.80%0.00%0.00%
24.31%

Color #95C1C1 in popluar number systems.

HEX95C1C1
Decimal149193193
Binary100101011100000111000001
Octal225301301

Shades and tints

Shades of #95C1C1

#95C1C1
(149,193,193)
#88B0B0
(136,176,176)
#7B9F9F
(123,159,159)
#6E8E8E
(110,142,142)
#617D7D
(97,125,125)
#546C6C
(84,108,108)
#475B5B
(71,91,91)
#3A4A4A
(58,74,74)
#2D3939
(45,57,57)
#202828
(32,40,40)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #95C1C1

#95C1C1
(149,193,193)
#9EC6C6
(158,198,198)
#A7CBCB
(167,203,203)
#B0D0D0
(176,208,208)
#B9D5D5
(185,213,213)
#C2DADA
(194,218,218)
#CBDFDF
(203,223,223)
#D4E4E4
(212,228,228)
#DDE9E9
(221,233,233)
#E6EEEE
(230,238,238)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C1C1; }

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

This text font color is #95C1C1.


Background Color

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

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

This div background color is #95C1C1.


Border color

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

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

This div border color is #95C1C1.


Opacity

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

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

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

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

This text has shadow with #95C1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C1C1 on black background.


Color preview on white background

This text has color #95C1C1 on white background.



Black color preview on #95C1C1 background

This text has black color on #95C1C1 background.


White color preview on #95C1C1 background

This text has white color on #95C1C1 background.