COLOR #95D6D5

HEX: #95D6D5
RGB: (149,214,213)

Color info

#95D6D5 contains mainly green and blue colors. Web safe color of #95D6D5 is #99CCCC (or #9CC).

RGB color model

#95D6D5 color RGB value is (149,214,213).

  • red value is 149;
  • green value is 214;
  • blue value is 213.
RGB:
(149,214,213)
(58%,84%,84%)

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 213 of 255 = 84%

149
214
213

R + G + B ~ 75%. #95D6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 213 = 576 (100%)
R 149 of 576 ~ 25.87%
G 214 of 576 ~ 37.15%
B 213 of 576 ~ 36.98%

%25.87
%37.15
%36.98

CMYK color model

#95D6D5 color CMYK value is (30,0,0,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 16.08%
CMYK:
(30,0,0,16)
C30M0Y0K16 
(30%,0%,0%,16%)
(0.30/0.00/0.00/0.16)	

CMYK percentages

%30.37
%0
%0.47
%16.08

Codes

Color #95D6D5 in popluar color models

95D6D5
RGB149214213
HSL179°44.22%71.18%
HSB/HSV179°30.37%83.92%
CMYK30.37%0.00%0.47%
16.08%

Color #95D6D5 in popluar number systems.

HEX95D6D5
Decimal149214213
Binary100101011101011011010101
Octal225326325

Shades and tints

Shades of #95D6D5

#95D6D5
(149,214,213)
#88C3C2
(136,195,194)
#7BB0AF
(123,176,175)
#6E9D9C
(110,157,156)
#618A89
(97,138,137)
#547776
(84,119,118)
#476463
(71,100,99)
#3A5150
(58,81,80)
#2D3E3D
(45,62,61)
#202B2A
(32,43,42)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #95D6D5

#95D6D5
(149,214,213)
#9ED9D8
(158,217,216)
#A7DCDB
(167,220,219)
#B0DFDE
(176,223,222)
#B9E2E1
(185,226,225)
#C2E5E4
(194,229,228)
#CBE8E7
(203,232,231)
#D4EBEA
(212,235,234)
#DDEEED
(221,238,237)
#E6F1F0
(230,241,240)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D6D5 color. Also use rgb(149,214,213) instead hex code.

Text Font Color

.myTextColor { color: #95D6D5; }

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

This text font color is #95D6D5.


Background Color

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

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

This div background color is #95D6D5.


Border color

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

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

This div border color is #95D6D5.


Opacity

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

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

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

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

This text has shadow with #95D6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6D5 on black background.


Color preview on white background

This text has color #95D6D5 on white background.



Black color preview on #95D6D5 background

This text has black color on #95D6D5 background.


White color preview on #95D6D5 background

This text has white color on #95D6D5 background.