COLOR #95D7C9

HEX: #95D7C9
RGB: (149,215,201)

Color info

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

RGB color model

#95D7C9 color RGB value is (149,215,201).

  • red value is 149;
  • green value is 215;
  • blue value is 201.
RGB:
(149,215,201)
(58%,84%,79%)

RGB channels and saturation

R 149 of 255 = 58%
G 215 of 255 = 84%
B 201 of 255 = 79%

149
215
201

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

Portions of RGB colors in percentages

R + G + B =
149 + 215 + 201 = 565 (100%)
R 149 of 565 ~ 26.37%
G 215 of 565 ~ 38.05%
B 201 of 565 ~ 35.58%

%26.37
%38.05
%35.58

CMYK color model

#95D7C9 color CMYK value is (31,0,7,16).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK:
(31,0,7,16)
C31M0Y7K16 
(31%,0%,7%,16%)
(0.31/0.00/0.07/0.16)	

CMYK percentages

%30.7
%0
%6.51
%15.69

Codes

Color #95D7C9 in popluar color models

95D7C9
RGB149215201
HSL167°45.21%71.37%
HSB/HSV167°30.70%84.31%
CMYK30.70%0.00%6.51%
15.69%

Color #95D7C9 in popluar number systems.

HEX95D7C9
Decimal149215201
Binary100101011101011111001001
Octal225327311

Shades and tints

Shades of #95D7C9

#95D7C9
(149,215,201)
#88C4B7
(136,196,183)
#7BB1A5
(123,177,165)
#6E9E93
(110,158,147)
#618B81
(97,139,129)
#54786F
(84,120,111)
#47655D
(71,101,93)
#3A524B
(58,82,75)
#2D3F39
(45,63,57)
#202C27
(32,44,39)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #95D7C9

#95D7C9
(149,215,201)
#9EDACD
(158,218,205)
#A7DDD1
(167,221,209)
#B0E0D5
(176,224,213)
#B9E3D9
(185,227,217)
#C2E6DD
(194,230,221)
#CBE9E1
(203,233,225)
#D4ECE5
(212,236,229)
#DDEFE9
(221,239,233)
#E6F2ED
(230,242,237)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D7C9 color. Also use rgb(149,215,201) instead hex code.

Text Font Color

.myTextColor { color: #95D7C9; }

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

This text font color is #95D7C9.


Background Color

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

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

This div background color is #95D7C9.


Border color

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

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

This div border color is #95D7C9.


Opacity

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

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

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

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

This text has shadow with #95D7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D7C9 on black background.


Color preview on white background

This text has color #95D7C9 on white background.



Black color preview on #95D7C9 background

This text has black color on #95D7C9 background.


White color preview on #95D7C9 background

This text has white color on #95D7C9 background.