COLOR #95CDC4

HEX: #95CDC4
RGB: (149,205,196)

Color info

#95CDC4 contains red, green and blue colors in about the same proportion. Web safe color of #95CDC4 is #99CCCC (or #9CC).

RGB color model

#95CDC4 color RGB value is (149,205,196).

  • red value is 149;
  • green value is 205;
  • blue value is 196.
RGB:
(149,205,196)
(58%,80%,77%)

RGB channels and saturation

R 149 of 255 = 58%
G 205 of 255 = 80%
B 196 of 255 = 77%

149
205
196

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

Portions of RGB colors in percentages

R + G + B =
149 + 205 + 196 = 550 (100%)
R 149 of 550 ~ 27.09%
G 205 of 550 ~ 37.27%
B 196 of 550 ~ 35.64%

%27.09
%37.27
%35.64

CMYK color model

#95CDC4 color CMYK value is (27,0,4,20).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%
CMYK:
(27,0,4,20)
C27M0Y4K20 
(27%,0%,4%,20%)
(0.27/0.00/0.04/0.20)	

CMYK percentages

%27.32
%0
%4.39
%19.61

Codes

Color #95CDC4 in popluar color models

95CDC4
RGB149205196
HSL170°35.90%69.41%
HSB/HSV170°27.32%80.39%
CMYK27.32%0.00%4.39%
19.61%

Color #95CDC4 in popluar number systems.

HEX95CDC4
Decimal149205196
Binary100101011100110111000100
Octal225315304

Shades and tints

Shades of #95CDC4

#95CDC4
(149,205,196)
#88BBB3
(136,187,179)
#7BA9A2
(123,169,162)
#6E9791
(110,151,145)
#618580
(97,133,128)
#54736F
(84,115,111)
#47615E
(71,97,94)
#3A4F4D
(58,79,77)
#2D3D3C
(45,61,60)
#202B2B
(32,43,43)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #95CDC4

#95CDC4
(149,205,196)
#9ED1C9
(158,209,201)
#A7D5CE
(167,213,206)
#B0D9D3
(176,217,211)
#B9DDD8
(185,221,216)
#C2E1DD
(194,225,221)
#CBE5E2
(203,229,226)
#D4E9E7
(212,233,231)
#DDEDEC
(221,237,236)
#E6F1F1
(230,241,241)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CDC4 color. Also use rgb(149,205,196) instead hex code.

Text Font Color

.myTextColor { color: #95CDC4; }

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

This text font color is #95CDC4.


Background Color

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

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

This div background color is #95CDC4.


Border color

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

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

This div border color is #95CDC4.


Opacity

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

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

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

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

This text has shadow with #95CDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CDC4 on black background.


Color preview on white background

This text has color #95CDC4 on white background.



Black color preview on #95CDC4 background

This text has black color on #95CDC4 background.


White color preview on #95CDC4 background

This text has white color on #95CDC4 background.