COLOR #95DDAC

HEX: #95DDAC
RGB: (149,221,172)

Color info

#95DDAC contains mainly green and blue colors. Web safe color of #95DDAC is #99CC99 (or #9C9).

RGB color model

#95DDAC color RGB value is (149,221,172).

  • red value is 149;
  • green value is 221;
  • blue value is 172.
RGB:
(149,221,172)
(58%,87%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 221 of 255 = 87%
B 172 of 255 = 67%

149
221
172

R + G + B ~ 71%. #95DDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 221 + 172 = 542 (100%)
R 149 of 542 ~ 27.49%
G 221 of 542 ~ 40.77%
B 172 of 542 ~ 31.73%

%27.49
%40.77
%31.73

CMYK color model

#95DDAC color CMYK value is (33,0,22,13).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 13.33%
CMYK:
(33,0,22,13)
C33M0Y22K13 
(33%,0%,22%,13%)
(0.33/0.00/0.22/0.13)	

CMYK percentages

%32.58
%0
%22.17
%13.33

Codes

Color #95DDAC in popluar color models

95DDAC
RGB149221172
HSL139°51.43%72.55%
HSB/HSV139°32.58%86.67%
CMYK32.58%0.00%22.17%
13.33%

Color #95DDAC in popluar number systems.

HEX95DDAC
Decimal149221172
Binary100101011101110110101100
Octal225335254

Shades and tints

Shades of #95DDAC

#95DDAC
(149,221,172)
#88C99D
(136,201,157)
#7BB58E
(123,181,142)
#6EA17F
(110,161,127)
#618D70
(97,141,112)
#547961
(84,121,97)
#476552
(71,101,82)
#3A5143
(58,81,67)
#2D3D34
(45,61,52)
#202925
(32,41,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #95DDAC

#95DDAC
(149,221,172)
#9EE0B3
(158,224,179)
#A7E3BA
(167,227,186)
#B0E6C1
(176,230,193)
#B9E9C8
(185,233,200)
#C2ECCF
(194,236,207)
#CBEFD6
(203,239,214)
#D4F2DD
(212,242,221)
#DDF5E4
(221,245,228)
#E6F8EB
(230,248,235)
#EFFBF2
(239,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DDAC color. Also use rgb(149,221,172) instead hex code.

Text Font Color

.myTextColor { color: #95DDAC; }

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

This text font color is #95DDAC.


Background Color

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

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

This div background color is #95DDAC.


Border color

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

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

This div border color is #95DDAC.


Opacity

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

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

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

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

This text has shadow with #95DDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DDAC on black background.


Color preview on white background

This text has color #95DDAC on white background.



Black color preview on #95DDAC background

This text has black color on #95DDAC background.


White color preview on #95DDAC background

This text has white color on #95DDAC background.