COLOR #95CDB2

HEX: #95CDB2
RGB: (149,205,178)

Color info

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

RGB color model

#95CDB2 color RGB value is (149,205,178).

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

RGB channels and saturation

R 149 of 255 = 58%
G 205 of 255 = 80%
B 178 of 255 = 70%

149
205
178

R + G + B ~ 69%. #95CDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 205 + 178 = 532 (100%)
R 149 of 532 ~ 28.01%
G 205 of 532 ~ 38.53%
B 178 of 532 ~ 33.46%

%28.01
%38.53
%33.46

CMYK color model

#95CDB2 color CMYK value is (27,0,13,20).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 19.61%
CMYK:
(27,0,13,20)
C27M0Y13K20 
(27%,0%,13%,20%)
(0.27/0.00/0.13/0.20)	

CMYK percentages

%27.32
%0
%13.17
%19.61

Codes

Color #95CDB2 in popluar color models

95CDB2
RGB149205178
HSL151°35.90%69.41%
HSB/HSV151°27.32%80.39%
CMYK27.32%0.00%13.17%
19.61%

Color #95CDB2 in popluar number systems.

HEX95CDB2
Decimal149205178
Binary100101011100110110110010
Octal225315262

Shades and tints

Shades of #95CDB2

#95CDB2
(149,205,178)
#88BBA2
(136,187,162)
#7BA992
(123,169,146)
#6E9782
(110,151,130)
#618572
(97,133,114)
#547362
(84,115,98)
#476152
(71,97,82)
#3A4F42
(58,79,66)
#2D3D32
(45,61,50)
#202B22
(32,43,34)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #95CDB2

#95CDB2
(149,205,178)
#9ED1B9
(158,209,185)
#A7D5C0
(167,213,192)
#B0D9C7
(176,217,199)
#B9DDCE
(185,221,206)
#C2E1D5
(194,225,213)
#CBE5DC
(203,229,220)
#D4E9E3
(212,233,227)
#DDEDEA
(221,237,234)
#E6F1F1
(230,241,241)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CDB2; }

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

This text font color is #95CDB2.


Background Color

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

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

This div background color is #95CDB2.


Border color

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

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

This div border color is #95CDB2.


Opacity

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

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

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

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

This text has shadow with #95CDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CDB2 on black background.


Color preview on white background

This text has color #95CDB2 on white background.



Black color preview on #95CDB2 background

This text has black color on #95CDB2 background.


White color preview on #95CDB2 background

This text has white color on #95CDB2 background.