COLOR #95DDD2

HEX: #95DDD2
RGB: (149,221,210)

Color info

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

RGB color model

#95DDD2 color RGB value is (149,221,210).

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

RGB channels and saturation

R 149 of 255 = 58%
G 221 of 255 = 87%
B 210 of 255 = 82%

149
221
210

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

Portions of RGB colors in percentages

R + G + B =
149 + 221 + 210 = 580 (100%)
R 149 of 580 ~ 25.69%
G 221 of 580 ~ 38.1%
B 210 of 580 ~ 36.21%

%25.69
%38.1
%36.21

CMYK color model

#95DDD2 color CMYK value is (33,0,5,13).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(33,0,5,13)
C33M0Y5K13 
(33%,0%,5%,13%)
(0.33/0.00/0.05/0.13)	

CMYK percentages

%32.58
%0
%4.98
%13.33

Codes

Color #95DDD2 in popluar color models

95DDD2
RGB149221210
HSL171°51.43%72.55%
HSB/HSV171°32.58%86.67%
CMYK32.58%0.00%4.98%
13.33%

Color #95DDD2 in popluar number systems.

HEX95DDD2
Decimal149221210
Binary100101011101110111010010
Octal225335322

Shades and tints

Shades of #95DDD2

#95DDD2
(149,221,210)
#88C9BF
(136,201,191)
#7BB5AC
(123,181,172)
#6EA199
(110,161,153)
#618D86
(97,141,134)
#547973
(84,121,115)
#476560
(71,101,96)
#3A514D
(58,81,77)
#2D3D3A
(45,61,58)
#202927
(32,41,39)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #95DDD2

#95DDD2
(149,221,210)
#9EE0D6
(158,224,214)
#A7E3DA
(167,227,218)
#B0E6DE
(176,230,222)
#B9E9E2
(185,233,226)
#C2ECE6
(194,236,230)
#CBEFEA
(203,239,234)
#D4F2EE
(212,242,238)
#DDF5F2
(221,245,242)
#E6F8F6
(230,248,246)
#EFFBFA
(239,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DDD2; }

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

This text font color is #95DDD2.


Background Color

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

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

This div background color is #95DDD2.


Border color

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

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

This div border color is #95DDD2.


Opacity

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

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

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

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

This text has shadow with #95DDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DDD2 on black background.


Color preview on white background

This text has color #95DDD2 on white background.



Black color preview on #95DDD2 background

This text has black color on #95DDD2 background.


White color preview on #95DDD2 background

This text has white color on #95DDD2 background.