COLOR #95CDC6

HEX: #95CDC6
RGB: (149,205,198)

Color info

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

RGB color model

#95CDC6 color RGB value is (149,205,198).

  • red value is 149;
  • green value is 205;
  • blue value is 198.
RGB:
(149,205,198)
(58%,80%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 205 of 255 = 80%
B 198 of 255 = 78%

149
205
198

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

Portions of RGB colors in percentages

R + G + B =
149 + 205 + 198 = 552 (100%)
R 149 of 552 ~ 26.99%
G 205 of 552 ~ 37.14%
B 198 of 552 ~ 35.87%

%26.99
%37.14
%35.87

CMYK color model

#95CDC6 color CMYK value is (27,0,3,20).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(27,0,3,20)
C27M0Y3K20 
(27%,0%,3%,20%)
(0.27/0.00/0.03/0.20)	

CMYK percentages

%27.32
%0
%3.41
%19.61

Codes

Color #95CDC6 in popluar color models

95CDC6
RGB149205198
HSL173°35.90%69.41%
HSB/HSV173°27.32%80.39%
CMYK27.32%0.00%3.41%
19.61%

Color #95CDC6 in popluar number systems.

HEX95CDC6
Decimal149205198
Binary100101011100110111000110
Octal225315306

Shades and tints

Shades of #95CDC6

#95CDC6
(149,205,198)
#88BBB4
(136,187,180)
#7BA9A2
(123,169,162)
#6E9790
(110,151,144)
#61857E
(97,133,126)
#54736C
(84,115,108)
#47615A
(71,97,90)
#3A4F48
(58,79,72)
#2D3D36
(45,61,54)
#202B24
(32,43,36)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #95CDC6

#95CDC6
(149,205,198)
#9ED1CB
(158,209,203)
#A7D5D0
(167,213,208)
#B0D9D5
(176,217,213)
#B9DDDA
(185,221,218)
#C2E1DF
(194,225,223)
#CBE5E4
(203,229,228)
#D4E9E9
(212,233,233)
#DDEDEE
(221,237,238)
#E6F1F3
(230,241,243)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CDC6; }

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

This text font color is #95CDC6.


Background Color

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

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

This div background color is #95CDC6.


Border color

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

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

This div border color is #95CDC6.


Opacity

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

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

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

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

This text has shadow with #95CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CDC6 on black background.


Color preview on white background

This text has color #95CDC6 on white background.



Black color preview on #95CDC6 background

This text has black color on #95CDC6 background.


White color preview on #95CDC6 background

This text has white color on #95CDC6 background.