COLOR #95DCD6

HEX: #95DCD6
RGB: (149,220,214)

Color info

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

RGB color model

#95DCD6 color RGB value is (149,220,214).

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

RGB channels and saturation

R 149 of 255 = 58%
G 220 of 255 = 86%
B 214 of 255 = 84%

149
220
214

R + G + B ~ 76%. #95DCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 220 + 214 = 583 (100%)
R 149 of 583 ~ 25.56%
G 220 of 583 ~ 37.74%
B 214 of 583 ~ 36.71%

%25.56
%37.74
%36.71

CMYK color model

#95DCD6 color CMYK value is (32,0,3,14).

  • cyan value is 32.27%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(32,0,3,14)
C32M0Y3K14 
(32%,0%,3%,14%)
(0.32/0.00/0.03/0.14)	

CMYK percentages

%32.27
%0
%2.73
%13.73

Codes

Color #95DCD6 in popluar color models

95DCD6
RGB149220214
HSL175°50.35%72.35%
HSB/HSV175°32.27%86.27%
CMYK32.27%0.00%2.73%
13.73%

Color #95DCD6 in popluar number systems.

HEX95DCD6
Decimal149220214
Binary100101011101110011010110
Octal225334326

Shades and tints

Shades of #95DCD6

#95DCD6
(149,220,214)
#88C8C3
(136,200,195)
#7BB4B0
(123,180,176)
#6EA09D
(110,160,157)
#618C8A
(97,140,138)
#547877
(84,120,119)
#476464
(71,100,100)
#3A5051
(58,80,81)
#2D3C3E
(45,60,62)
#20282B
(32,40,43)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #95DCD6

#95DCD6
(149,220,214)
#9EDFD9
(158,223,217)
#A7E2DC
(167,226,220)
#B0E5DF
(176,229,223)
#B9E8E2
(185,232,226)
#C2EBE5
(194,235,229)
#CBEEE8
(203,238,232)
#D4F1EB
(212,241,235)
#DDF4EE
(221,244,238)
#E6F7F1
(230,247,241)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DCD6; }

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

This text font color is #95DCD6.


Background Color

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

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

This div background color is #95DCD6.


Border color

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

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

This div border color is #95DCD6.


Opacity

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

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

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

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

This text has shadow with #95DCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DCD6 on black background.


Color preview on white background

This text has color #95DCD6 on white background.



Black color preview on #95DCD6 background

This text has black color on #95DCD6 background.


White color preview on #95DCD6 background

This text has white color on #95DCD6 background.