COLOR #95ECC9

HEX: #95ECC9 RGB: (149,236,201)

Color info

#95ECC9 contains mainly green and blue colors. Web safe color of #95ECC9 is #99FFCC (or #9FC).

RGB color model

#95ECC9 color RGB value is (149,236,201).

RGB: (149,236,201) (58%, 93%, 79%)

RGB channels and saturation

R 149 of 255 = 58%
G 236 of 255 = 93%
B 201 of 255 = 79%

149
236
201

R + G + B ~ 77%. #95ECC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 236 + 201 = 586 (100%)
R 149 of 586 ~ 25.43%
G 236 of 586 ~ 40.27%
B 201 of 586 ~ 34.3'%

%25.43
%40.27
%34.3

CMYK color model

#95ECC9 color CMYK value is (37,0,15,7).

  • cyan value is 36.86%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 7.45%

CMYK: (37,0,15,7)
C37M0Y15K7 (37%, 0%, 15%, 7%)
(0.37 / 0.00 / 0.15 / 0.07)

CMYK percentages

%36.86
%0
%14.83
%7.45

Codes

Color #95ECC9 in popluar color models

95 EC C9
RGB 149 236 201
HSL 156° 69.60% 75.49%
HSB/HSV 156° 36.86% 92.55%
CMYK 36.86% 0.00% 14.83%
7.45%

Color #95ECC9 in popluar number systems.

HEX 95 EC C9
Decimal 149 236 201
Binary 10010101 11101100 11001001
Octal 225 354 311

Shades and tints

Shades of #95ECC9

#95ECC9
(149,236,201)
#88D7B7
(136,215,183)
#7BC2A5
(123,194,165)
#6EAD93
(110,173,147)
#619881
(97,152,129)
#54836F
(84,131,111)
#476E5D
(71,110,93)
#3A594B
(58,89,75)
#2D4439
(45,68,57)
#202F27
(32,47,39)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #95ECC9

#95ECC9
(149,236,201)
#9EEDCD
(158,237,205)
#A7EED1
(167,238,209)
#B0EFD5
(176,239,213)
#B9F0D9
(185,240,217)
#C2F1DD
(194,241,221)
#CBF2E1
(203,242,225)
#D4F3E5
(212,243,229)
#DDF4E9
(221,244,233)
#E6F5ED
(230,245,237)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ECC9; }

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

This text font color is #95ECC9.

Background Color

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

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

This div background color is #95ECC9.

Border color

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

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

This div border color is #95ECC9.

Opacity

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

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

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

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

This text has shadow with #95ECC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95ECC9.

Preview

Color preview on black background

This text has color #95ECC9 on black background.


Color preview on white background

This text has color #95ECC9 on white background.


Black color preview on #95ECC9 background

This text has black color on #95ECC9 background.


White color preview on #95ECC9 background

This text has white color on #95ECC9 background.


Related colors

Complementary color

Complementary color for #hex is #6A1336.


I love getcolorcode.com

Triadic colors

1 #C995EC and #ECC995 with #95ECC9 are triadic colors.

2 #C9EC95 and #EC95C9 with #95ECC9 are triadic colors.