COLOR #95DBC5

HEX: #95DBC5
RGB: (149,219,197)

Color info

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

RGB color model

#95DBC5 color RGB value is (149,219,197).

  • red value is 149;
  • green value is 219;
  • blue value is 197.
RGB:
(149,219,197)
(58%,86%,77%)

RGB channels and saturation

R 149 of 255 = 58%
G 219 of 255 = 86%
B 197 of 255 = 77%

149
219
197

R + G + B ~ 74%. #95DBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 219 + 197 = 565 (100%)
R 149 of 565 ~ 26.37%
G 219 of 565 ~ 38.76%
B 197 of 565 ~ 34.87%

%26.37
%38.76
%34.87

CMYK color model

#95DBC5 color CMYK value is (32,0,10,14).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(32,0,10,14)
C32M0Y10K14 
(32%,0%,10%,14%)
(0.32/0.00/0.10/0.14)	

CMYK percentages

%31.96
%0
%10.05
%14.12

Codes

Color #95DBC5 in popluar color models

95DBC5
RGB149219197
HSL161°49.30%72.16%
HSB/HSV161°31.96%85.88%
CMYK31.96%0.00%10.05%
14.12%

Color #95DBC5 in popluar number systems.

HEX95DBC5
Decimal149219197
Binary100101011101101111000101
Octal225333305

Shades and tints

Shades of #95DBC5

#95DBC5
(149,219,197)
#88C8B4
(136,200,180)
#7BB5A3
(123,181,163)
#6EA292
(110,162,146)
#618F81
(97,143,129)
#547C70
(84,124,112)
#47695F
(71,105,95)
#3A564E
(58,86,78)
#2D433D
(45,67,61)
#20302C
(32,48,44)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #95DBC5

#95DBC5
(149,219,197)
#9EDECA
(158,222,202)
#A7E1CF
(167,225,207)
#B0E4D4
(176,228,212)
#B9E7D9
(185,231,217)
#C2EADE
(194,234,222)
#CBEDE3
(203,237,227)
#D4F0E8
(212,240,232)
#DDF3ED
(221,243,237)
#E6F6F2
(230,246,242)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DBC5 color. Also use rgb(149,219,197) instead hex code.

Text Font Color

.myTextColor { color: #95DBC5; }

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

This text font color is #95DBC5.


Background Color

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

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

This div background color is #95DBC5.


Border color

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

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

This div border color is #95DBC5.


Opacity

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

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

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

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

This text has shadow with #95DBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DBC5 on black background.


Color preview on white background

This text has color #95DBC5 on white background.



Black color preview on #95DBC5 background

This text has black color on #95DBC5 background.


White color preview on #95DBC5 background

This text has white color on #95DBC5 background.