COLOR #95C7CA

HEX: #95C7CA
RGB: (149,199,202)

Color info

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

RGB color model

#95C7CA color RGB value is (149,199,202).

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

RGB channels and saturation

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

149
199
202

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

Portions of RGB colors in percentages

R + G + B =
149 + 199 + 202 = 550 (100%)
R 149 of 550 ~ 27.09%
G 199 of 550 ~ 36.18%
B 202 of 550 ~ 36.73%

%27.09
%36.18
%36.73

CMYK color model

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

  • cyan value is 26.24%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(26,1,0,21)
C26M1Y0K21 
(26%,1%,0%,21%)
(0.26/0.01/0.00/0.21)	

CMYK percentages

%26.24
%1.49
%0
%20.78

Codes

Color #95C7CA in popluar color models

95C7CA
RGB149199202
HSL183°33.33%68.82%
HSB/HSV183°26.24%79.22%
CMYK26.24%1.49%0.00%
20.78%

Color #95C7CA in popluar number systems.

HEX95C7CA
Decimal149199202
Binary100101011100011111001010
Octal225307312

Shades and tints

Shades of #95C7CA

#95C7CA
(149,199,202)
#88B5B8
(136,181,184)
#7BA3A6
(123,163,166)
#6E9194
(110,145,148)
#617F82
(97,127,130)
#546D70
(84,109,112)
#475B5E
(71,91,94)
#3A494C
(58,73,76)
#2D373A
(45,55,58)
#202528
(32,37,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #95C7CA

#95C7CA
(149,199,202)
#9ECCCE
(158,204,206)
#A7D1D2
(167,209,210)
#B0D6D6
(176,214,214)
#B9DBDA
(185,219,218)
#C2E0DE
(194,224,222)
#CBE5E2
(203,229,226)
#D4EAE6
(212,234,230)
#DDEFEA
(221,239,234)
#E6F4EE
(230,244,238)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C7CA; }

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

This text font color is #95C7CA.


Background Color

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

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

This div background color is #95C7CA.


Border color

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

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

This div border color is #95C7CA.


Opacity

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

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

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

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

This text has shadow with #95C7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C7CA on black background.


Color preview on white background

This text has color #95C7CA on white background.



Black color preview on #95C7CA background

This text has black color on #95C7CA background.


White color preview on #95C7CA background

This text has white color on #95C7CA background.