COLOR #95C3C2

HEX: #95C3C2 RGB: (149,195,194)

Color info

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

RGB color model

#95C3C2 color RGB value is (149,195,194).

RGB: (149,195,194) (58%, 76%, 76%)

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 194 of 255 = 76%

149
195
194

R + G + B ~ 70%. #95C3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 195 + 194 = 538 (100%)
R 149 of 538 ~ 27.7%
G 195 of 538 ~ 36.25%
B 194 of 538 ~ 36.06'%

%27.7
%36.25
%36.06

CMYK color model

#95C3C2 color CMYK value is (24,0,1,24).

  • cyan value is 23.59%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 23.53%

CMYK: (24,0,1,24)
C24M0Y1K24 (24%, 0%, 1%, 24%)
(0.24 / 0.00 / 0.01 / 0.24)

CMYK percentages

%23.59
%0
%0.51
%23.53

Codes

Color #95C3C2 in popluar color models

95 C3 C2
RGB 149 195 194
HSL 179° 27.71% 67.45%
HSB/HSV 179° 23.59% 76.47%
CMYK 23.59% 0.00% 0.51%
23.53%

Color #95C3C2 in popluar number systems.

HEX 95 C3 C2
Decimal 149 195 194
Binary 10010101 11000011 11000010
Octal 225 303 302

Shades and tints

Shades of #95C3C2

#95C3C2
(149,195,194)
#88B2B1
(136,178,177)
#7BA1A0
(123,161,160)
#6E908F
(110,144,143)
#617F7E
(97,127,126)
#546E6D
(84,110,109)
#475D5C
(71,93,92)
#3A4C4B
(58,76,75)
#2D3B3A
(45,59,58)
#202A29
(32,42,41)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #95C3C2

#95C3C2
(149,195,194)
#9EC8C7
(158,200,199)
#A7CDCC
(167,205,204)
#B0D2D1
(176,210,209)
#B9D7D6
(185,215,214)
#C2DCDB
(194,220,219)
#CBE1E0
(203,225,224)
#D4E6E5
(212,230,229)
#DDEBEA
(221,235,234)
#E6F0EF
(230,240,239)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C3C2; }

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

This text font color is #95C3C2.

Background Color

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

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

This div background color is #95C3C2.

Border color

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

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

This div border color is #95C3C2.

Opacity

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

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

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

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

This text has shadow with #95C3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C3C2.

Preview

Color preview on black background

This text has color #95C3C2 on black background.


Color preview on white background

This text has color #95C3C2 on white background.


Black color preview on #95C3C2 background

This text has black color on #95C3C2 background.


White color preview on #95C3C2 background

This text has white color on #95C3C2 background.


Related colors

Complementary color

Complementary color for #hex is #6A3C3D.


I love getcolorcode.com

Triadic colors

1 #C295C3 and #C3C295 with #95C3C2 are triadic colors.

2 #C2C395 and #C395C2 with #95C3C2 are triadic colors.