COLOR #95D0C2

HEX: #95D0C2
RGB: (149,208,194)

Color info

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

RGB color model

#95D0C2 color RGB value is (149,208,194).

  • red value is 149;
  • green value is 208;
  • blue value is 194.
RGB:
(149,208,194)
(58%,82%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 208 of 255 = 82%
B 194 of 255 = 76%

149
208
194

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

Portions of RGB colors in percentages

R + G + B =
149 + 208 + 194 = 551 (100%)
R 149 of 551 ~ 27.04%
G 208 of 551 ~ 37.75%
B 194 of 551 ~ 35.21%

%27.04
%37.75
%35.21

CMYK color model

#95D0C2 color CMYK value is (28,0,7,18).

  • cyan value is 28.37%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(28,0,7,18)
C28M0Y7K18 
(28%,0%,7%,18%)
(0.28/0.00/0.07/0.18)	

CMYK percentages

%28.37
%0
%6.73
%18.43

Codes

Color #95D0C2 in popluar color models

95D0C2
RGB149208194
HSL166°38.56%70.00%
HSB/HSV166°28.37%81.57%
CMYK28.37%0.00%6.73%
18.43%

Color #95D0C2 in popluar number systems.

HEX95D0C2
Decimal149208194
Binary100101011101000011000010
Octal225320302

Shades and tints

Shades of #95D0C2

#95D0C2
(149,208,194)
#88BEB1
(136,190,177)
#7BACA0
(123,172,160)
#6E9A8F
(110,154,143)
#61887E
(97,136,126)
#54766D
(84,118,109)
#47645C
(71,100,92)
#3A524B
(58,82,75)
#2D403A
(45,64,58)
#202E29
(32,46,41)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #95D0C2

#95D0C2
(149,208,194)
#9ED4C7
(158,212,199)
#A7D8CC
(167,216,204)
#B0DCD1
(176,220,209)
#B9E0D6
(185,224,214)
#C2E4DB
(194,228,219)
#CBE8E0
(203,232,224)
#D4ECE5
(212,236,229)
#DDF0EA
(221,240,234)
#E6F4EF
(230,244,239)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D0C2; }

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

This text font color is #95D0C2.


Background Color

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

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

This div background color is #95D0C2.


Border color

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

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

This div border color is #95D0C2.


Opacity

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

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

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

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

This text has shadow with #95D0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D0C2 on black background.


Color preview on white background

This text has color #95D0C2 on white background.



Black color preview on #95D0C2 background

This text has black color on #95D0C2 background.


White color preview on #95D0C2 background

This text has white color on #95D0C2 background.