COLOR #95DDC2

HEX: #95DDC2
RGB: (149,221,194)

Color info

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

RGB color model

#95DDC2 color RGB value is (149,221,194).

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

RGB channels and saturation

R 149 of 255 = 58%
G 221 of 255 = 87%
B 194 of 255 = 76%

149
221
194

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

Portions of RGB colors in percentages

R + G + B =
149 + 221 + 194 = 564 (100%)
R 149 of 564 ~ 26.42%
G 221 of 564 ~ 39.18%
B 194 of 564 ~ 34.4%

%26.42
%39.18
%34.4

CMYK color model

#95DDC2 color CMYK value is (33,0,12,13).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK:
(33,0,12,13)
C33M0Y12K13 
(33%,0%,12%,13%)
(0.33/0.00/0.12/0.13)	

CMYK percentages

%32.58
%0
%12.22
%13.33

Codes

Color #95DDC2 in popluar color models

95DDC2
RGB149221194
HSL158°51.43%72.55%
HSB/HSV158°32.58%86.67%
CMYK32.58%0.00%12.22%
13.33%

Color #95DDC2 in popluar number systems.

HEX95DDC2
Decimal149221194
Binary100101011101110111000010
Octal225335302

Shades and tints

Shades of #95DDC2

#95DDC2
(149,221,194)
#88C9B1
(136,201,177)
#7BB5A0
(123,181,160)
#6EA18F
(110,161,143)
#618D7E
(97,141,126)
#54796D
(84,121,109)
#47655C
(71,101,92)
#3A514B
(58,81,75)
#2D3D3A
(45,61,58)
#202929
(32,41,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #95DDC2

#95DDC2
(149,221,194)
#9EE0C7
(158,224,199)
#A7E3CC
(167,227,204)
#B0E6D1
(176,230,209)
#B9E9D6
(185,233,214)
#C2ECDB
(194,236,219)
#CBEFE0
(203,239,224)
#D4F2E5
(212,242,229)
#DDF5EA
(221,245,234)
#E6F8EF
(230,248,239)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DDC2; }

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

This text font color is #95DDC2.


Background Color

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

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

This div background color is #95DDC2.


Border color

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

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

This div border color is #95DDC2.


Opacity

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

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

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

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

This text has shadow with #95DDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DDC2 on black background.


Color preview on white background

This text has color #95DDC2 on white background.



Black color preview on #95DDC2 background

This text has black color on #95DDC2 background.


White color preview on #95DDC2 background

This text has white color on #95DDC2 background.