COLOR #95CCA2

HEX: #95CCA2
RGB: (149,204,162)

Color info

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

RGB color model

#95CCA2 color RGB value is (149,204,162).

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

RGB channels and saturation

R 149 of 255 = 58%
G 204 of 255 = 80%
B 162 of 255 = 64%

149
204
162

R + G + B ~ 67%. #95CCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 204 + 162 = 515 (100%)
R 149 of 515 ~ 28.93%
G 204 of 515 ~ 39.61%
B 162 of 515 ~ 31.46%

%28.93
%39.61
%31.46

CMYK color model

#95CCA2 color CMYK value is (27,0,21,20).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 20.00%
CMYK:
(27,0,21,20)
C27M0Y21K20 
(27%,0%,21%,20%)
(0.27/0.00/0.21/0.20)	

CMYK percentages

%26.96
%0
%20.59
%20

Codes

Color #95CCA2 in popluar color models

95CCA2
RGB149204162
HSL134°35.03%69.22%
HSB/HSV134°26.96%80.00%
CMYK26.96%0.00%20.59%
20.00%

Color #95CCA2 in popluar number systems.

HEX95CCA2
Decimal149204162
Binary100101011100110010100010
Octal225314242

Shades and tints

Shades of #95CCA2

#95CCA2
(149,204,162)
#88BA94
(136,186,148)
#7BA886
(123,168,134)
#6E9678
(110,150,120)
#61846A
(97,132,106)
#54725C
(84,114,92)
#47604E
(71,96,78)
#3A4E40
(58,78,64)
#2D3C32
(45,60,50)
#202A24
(32,42,36)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #95CCA2

#95CCA2
(149,204,162)
#9ED0AA
(158,208,170)
#A7D4B2
(167,212,178)
#B0D8BA
(176,216,186)
#B9DCC2
(185,220,194)
#C2E0CA
(194,224,202)
#CBE4D2
(203,228,210)
#D4E8DA
(212,232,218)
#DDECE2
(221,236,226)
#E6F0EA
(230,240,234)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CCA2; }

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

This text font color is #95CCA2.


Background Color

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

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

This div background color is #95CCA2.


Border color

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

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

This div border color is #95CCA2.


Opacity

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

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

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

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

This text has shadow with #95CCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CCA2 on black background.


Color preview on white background

This text has color #95CCA2 on white background.



Black color preview on #95CCA2 background

This text has black color on #95CCA2 background.


White color preview on #95CCA2 background

This text has white color on #95CCA2 background.