COLOR #95C5CF

HEX: #95C5CF RGB: (149,197,207)

Color info

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

RGB color model

#95C5CF color RGB value is (149,197,207).

RGB: (149,197,207) (58%, 77%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 207 of 255 = 81%

149
197
207

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

Portions of RGB colors in percentages

R + G + B = 149 + 197 + 207 = 553 (100%)
R 149 of 553 ~ 26.94%
G 197 of 553 ~ 35.62%
B 207 of 553 ~ 37.43'%

%26.94
%35.62
%37.43

CMYK color model

#95C5CF color CMYK value is (28,5,0,19).

  • cyan value is 28.02%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (28,5,0,19)
C28M5Y0K19 (28%, 5%, 0%, 19%)
(0.28 / 0.05 / 0.00 / 0.19)

CMYK percentages

%28.02
%4.83
%0
%18.82

Codes

Color #95C5CF in popluar color models

95 C5 CF
RGB 149 197 207
HSL 190° 37.66% 69.80%
HSB/HSV 190° 28.02% 81.18%
CMYK 28.02% 4.83% 0.00%
18.82%

Color #95C5CF in popluar number systems.

HEX 95 C5 CF
Decimal 149 197 207
Binary 10010101 11000101 11001111
Octal 225 305 317

Shades and tints

Shades of #95C5CF

#95C5CF
(149,197,207)
#88B4BD
(136,180,189)
#7BA3AB
(123,163,171)
#6E9299
(110,146,153)
#618187
(97,129,135)
#547075
(84,112,117)
#475F63
(71,95,99)
#3A4E51
(58,78,81)
#2D3D3F
(45,61,63)
#202C2D
(32,44,45)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #95C5CF

#95C5CF
(149,197,207)
#9ECAD3
(158,202,211)
#A7CFD7
(167,207,215)
#B0D4DB
(176,212,219)
#B9D9DF
(185,217,223)
#C2DEE3
(194,222,227)
#CBE3E7
(203,227,231)
#D4E8EB
(212,232,235)
#DDEDEF
(221,237,239)
#E6F2F3
(230,242,243)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C5CF; }

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

This text font color is #95C5CF.

Background Color

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

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

This div background color is #95C5CF.

Border color

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

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

This div border color is #95C5CF.

Opacity

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

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

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

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

This text has shadow with #95C5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C5CF.

Preview

Color preview on black background

This text has color #95C5CF on black background.


Color preview on white background

This text has color #95C5CF on white background.


Black color preview on #95C5CF background

This text has black color on #95C5CF background.


White color preview on #95C5CF background

This text has white color on #95C5CF background.


Related colors

Complementary color

Complementary color for #hex is #6A3A30.


I love getcolorcode.com

Triadic colors

1 #CF95C5 and #C5CF95 with #95C5CF are triadic colors.

2 #CFC595 and #C595CF with #95C5CF are triadic colors.