COLOR #95F6E5

HEX: #95F6E5 RGB: (149,246,229)

Color info

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

RGB color model

#95F6E5 color RGB value is (149,246,229).

RGB: (149,246,229) (58%, 96%, 90%)

RGB channels and saturation

R 149 of 255 = 58%
G 246 of 255 = 96%
B 229 of 255 = 90%

149
246
229

R + G + B ~ 81%. #95F6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 246 + 229 = 624 (100%)
R 149 of 624 ~ 23.88%
G 246 of 624 ~ 39.42%
B 229 of 624 ~ 36.7'%

%23.88
%39.42
%36.7

CMYK color model

#95F6E5 color CMYK value is (39,0,7,4).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 3.53%

CMYK: (39,0,7,4)
C39M0Y7K4 (39%, 0%, 7%, 4%)
(0.39 / 0.00 / 0.07 / 0.04)

CMYK percentages

%39.43
%0
%6.91
%3.53

Codes

Color #95F6E5 in popluar color models

95 F6 E5
RGB 149 246 229
HSL 169° 84.35% 77.45%
HSB/HSV 169° 39.43% 96.47%
CMYK 39.43% 0.00% 6.91%
3.53%

Color #95F6E5 in popluar number systems.

HEX 95 F6 E5
Decimal 149 246 229
Binary 10010101 11110110 11100101
Octal 225 366 345

Shades and tints

Shades of #95F6E5

#95F6E5
(149,246,229)
#88E0D1
(136,224,209)
#7BCABD
(123,202,189)
#6EB4A9
(110,180,169)
#619E95
(97,158,149)
#548881
(84,136,129)
#47726D
(71,114,109)
#3A5C59
(58,92,89)
#2D4645
(45,70,69)
#203031
(32,48,49)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #95F6E5

#95F6E5
(149,246,229)
#9EF6E7
(158,246,231)
#A7F6E9
(167,246,233)
#B0F6EB
(176,246,235)
#B9F6ED
(185,246,237)
#C2F6EF
(194,246,239)
#CBF6F1
(203,246,241)
#D4F6F3
(212,246,243)
#DDF6F5
(221,246,245)
#E6F6F7
(230,246,247)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F6E5 color. Also use rgb(149,246,229) instead hex code.

Text Font Color

.myTextColor { color: #95F6E5; }

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

This text font color is #95F6E5.

Background Color

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

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

This div background color is #95F6E5.

Border color

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

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

This div border color is #95F6E5.

Opacity

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

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

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

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

This text has shadow with #95F6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95F6E5.

Preview

Color preview on black background

This text has color #95F6E5 on black background.


Color preview on white background

This text has color #95F6E5 on white background.


Black color preview on #95F6E5 background

This text has black color on #95F6E5 background.


White color preview on #95F6E5 background

This text has white color on #95F6E5 background.


Related colors

Complementary color

Complementary color for #hex is #6A091A.


I love getcolorcode.com

Triadic colors

1 #E595F6 and #F6E595 with #95F6E5 are triadic colors.

2 #E5F695 and #F695E5 with #95F6E5 are triadic colors.