COLOR #95DBB9

HEX: #95DBB9
RGB: (149,219,185)

Color info

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

RGB color model

#95DBB9 color RGB value is (149,219,185).

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

RGB channels and saturation

R 149 of 255 = 58%
G 219 of 255 = 86%
B 185 of 255 = 73%

149
219
185

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

Portions of RGB colors in percentages

R + G + B =
149 + 219 + 185 = 553 (100%)
R 149 of 553 ~ 26.94%
G 219 of 553 ~ 39.6%
B 185 of 553 ~ 33.45%

%26.94
%39.6
%33.45

CMYK color model

#95DBB9 color CMYK value is (32,0,16,14).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(32,0,16,14)
C32M0Y16K14 
(32%,0%,16%,14%)
(0.32/0.00/0.16/0.14)	

CMYK percentages

%31.96
%0
%15.53
%14.12

Codes

Color #95DBB9 in popluar color models

95DBB9
RGB149219185
HSL151°49.30%72.16%
HSB/HSV151°31.96%85.88%
CMYK31.96%0.00%15.53%
14.12%

Color #95DBB9 in popluar number systems.

HEX95DBB9
Decimal149219185
Binary100101011101101110111001
Octal225333271

Shades and tints

Shades of #95DBB9

#95DBB9
(149,219,185)
#88C8A9
(136,200,169)
#7BB599
(123,181,153)
#6EA289
(110,162,137)
#618F79
(97,143,121)
#547C69
(84,124,105)
#476959
(71,105,89)
#3A5649
(58,86,73)
#2D4339
(45,67,57)
#203029
(32,48,41)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #95DBB9

#95DBB9
(149,219,185)
#9EDEBF
(158,222,191)
#A7E1C5
(167,225,197)
#B0E4CB
(176,228,203)
#B9E7D1
(185,231,209)
#C2EAD7
(194,234,215)
#CBEDDD
(203,237,221)
#D4F0E3
(212,240,227)
#DDF3E9
(221,243,233)
#E6F6EF
(230,246,239)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DBB9; }

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

This text font color is #95DBB9.


Background Color

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

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

This div background color is #95DBB9.


Border color

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

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

This div border color is #95DBB9.


Opacity

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

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

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

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

This text has shadow with #95DBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DBB9 on black background.


Color preview on white background

This text has color #95DBB9 on white background.



Black color preview on #95DBB9 background

This text has black color on #95DBB9 background.


White color preview on #95DBB9 background

This text has white color on #95DBB9 background.