COLOR #95CCC3

HEX: #95CCC3
RGB: (149,204,195)

Color info

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

RGB color model

#95CCC3 color RGB value is (149,204,195).

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

RGB channels and saturation

R 149 of 255 = 58%
G 204 of 255 = 80%
B 195 of 255 = 76%

149
204
195

R + G + B ~ 71%. #95CCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 204 + 195 = 548 (100%)
R 149 of 548 ~ 27.19%
G 204 of 548 ~ 37.23%
B 195 of 548 ~ 35.58%

%27.19
%37.23
%35.58

CMYK color model

#95CCC3 color CMYK value is (27,0,4,20).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(27,0,4,20)
C27M0Y4K20 
(27%,0%,4%,20%)
(0.27/0.00/0.04/0.20)	

CMYK percentages

%26.96
%0
%4.41
%20

Codes

Color #95CCC3 in popluar color models

95CCC3
RGB149204195
HSL170°35.03%69.22%
HSB/HSV170°26.96%80.00%
CMYK26.96%0.00%4.41%
20.00%

Color #95CCC3 in popluar number systems.

HEX95CCC3
Decimal149204195
Binary100101011100110011000011
Octal225314303

Shades and tints

Shades of #95CCC3

#95CCC3
(149,204,195)
#88BAB2
(136,186,178)
#7BA8A1
(123,168,161)
#6E9690
(110,150,144)
#61847F
(97,132,127)
#54726E
(84,114,110)
#47605D
(71,96,93)
#3A4E4C
(58,78,76)
#2D3C3B
(45,60,59)
#202A2A
(32,42,42)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #95CCC3

#95CCC3
(149,204,195)
#9ED0C8
(158,208,200)
#A7D4CD
(167,212,205)
#B0D8D2
(176,216,210)
#B9DCD7
(185,220,215)
#C2E0DC
(194,224,220)
#CBE4E1
(203,228,225)
#D4E8E6
(212,232,230)
#DDECEB
(221,236,235)
#E6F0F0
(230,240,240)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CCC3; }

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

This text font color is #95CCC3.


Background Color

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

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

This div background color is #95CCC3.


Border color

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

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

This div border color is #95CCC3.


Opacity

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

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

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

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

This text has shadow with #95CCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CCC3 on black background.


Color preview on white background

This text has color #95CCC3 on white background.



Black color preview on #95CCC3 background

This text has black color on #95CCC3 background.


White color preview on #95CCC3 background

This text has white color on #95CCC3 background.