COLOR #95D9C5

HEX: #95D9C5 RGB: (149,217,197)

Color info

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

RGB color model

#95D9C5 color RGB value is (149,217,197).

RGB: (149,217,197) (58%, 85%, 77%)

RGB channels and saturation

R 149 of 255 = 58%
G 217 of 255 = 85%
B 197 of 255 = 77%

149
217
197

R + G + B ~ 73%. #95D9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 217 + 197 = 563 (100%)
R 149 of 563 ~ 26.47%
G 217 of 563 ~ 38.54%
B 197 of 563 ~ 34.99'%

%26.47
%38.54
%34.99

CMYK color model

#95D9C5 color CMYK value is (31,0,9,15).

  • cyan value is 31.34%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 14.90%

CMYK: (31,0,9,15)
C31M0Y9K15 (31%, 0%, 9%, 15%)
(0.31 / 0.00 / 0.09 / 0.15)

CMYK percentages

%31.34
%0
%9.22
%14.9

Codes

Color #95D9C5 in popluar color models

95 D9 C5
RGB 149 217 197
HSL 162° 47.22% 71.76%
HSB/HSV 162° 31.34% 85.10%
CMYK 31.34% 0.00% 9.22%
14.90%

Color #95D9C5 in popluar number systems.

HEX 95 D9 C5
Decimal 149 217 197
Binary 10010101 11011001 11000101
Octal 225 331 305

Shades and tints

Shades of #95D9C5

#95D9C5
(149,217,197)
#88C6B4
(136,198,180)
#7BB3A3
(123,179,163)
#6EA092
(110,160,146)
#618D81
(97,141,129)
#547A70
(84,122,112)
#47675F
(71,103,95)
#3A544E
(58,84,78)
#2D413D
(45,65,61)
#202E2C
(32,46,44)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #95D9C5

#95D9C5
(149,217,197)
#9EDCCA
(158,220,202)
#A7DFCF
(167,223,207)
#B0E2D4
(176,226,212)
#B9E5D9
(185,229,217)
#C2E8DE
(194,232,222)
#CBEBE3
(203,235,227)
#D4EEE8
(212,238,232)
#DDF1ED
(221,241,237)
#E6F4F2
(230,244,242)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D9C5 color. Also use rgb(149,217,197) instead hex code.

Text Font Color

.myTextColor { color: #95D9C5; }

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

This text font color is #95D9C5.

Background Color

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

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

This div background color is #95D9C5.

Border color

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

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

This div border color is #95D9C5.

Opacity

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

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

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

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

This text has shadow with #95D9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95D9C5.

Preview

Color preview on black background

This text has color #95D9C5 on black background.


Color preview on white background

This text has color #95D9C5 on white background.


Black color preview on #95D9C5 background

This text has black color on #95D9C5 background.


White color preview on #95D9C5 background

This text has white color on #95D9C5 background.


Related colors

Complementary color

Complementary color for #hex is #6A263A.


I love getcolorcode.com

Triadic colors

1 #C595D9 and #D9C595 with #95D9C5 are triadic colors.

2 #C5D995 and #D995C5 with #95D9C5 are triadic colors.