COLOR #95FBC8

HEX: #95FBC8 RGB: (149,251,200)

Color info

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

RGB color model

#95FBC8 color RGB value is (149,251,200).

RGB: (149,251,200) (58%, 98%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 251 of 255 = 98%
B 200 of 255 = 78%

149
251
200

R + G + B ~ 78%. #95FBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 251 + 200 = 600 (100%)
R 149 of 600 ~ 24.83%
G 251 of 600 ~ 41.83%
B 200 of 600 ~ 33.33'%

%24.83
%41.83
%33.33

CMYK color model

#95FBC8 color CMYK value is (41,0,20,2).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 1.57%

CMYK: (41,0,20,2)
C41M0Y20K2 (41%, 0%, 20%, 2%)
(0.41 / 0.00 / 0.20 / 0.02)

CMYK percentages

%40.64
%0
%20.32
%1.57

Codes

Color #95FBC8 in popluar color models

95 FB C8
RGB 149 251 200
HSL 150° 92.73% 78.43%
HSB/HSV 150° 40.64% 98.43%
CMYK 40.64% 0.00% 20.32%
1.57%

Color #95FBC8 in popluar number systems.

HEX 95 FB C8
Decimal 149 251 200
Binary 10010101 11111011 11001000
Octal 225 373 310

Shades and tints

Shades of #95FBC8

#95FBC8
(149,251,200)
#88E5B6
(136,229,182)
#7BCFA4
(123,207,164)
#6EB992
(110,185,146)
#61A380
(97,163,128)
#548D6E
(84,141,110)
#47775C
(71,119,92)
#3A614A
(58,97,74)
#2D4B38
(45,75,56)
#203526
(32,53,38)
#131F14
(19,31,20)
#000000
(0,0,0)

Tints of #95FBC8

#95FBC8
(149,251,200)
#9EFBCD
(158,251,205)
#A7FBD2
(167,251,210)
#B0FBD7
(176,251,215)
#B9FBDC
(185,251,220)
#C2FBE1
(194,251,225)
#CBFBE6
(203,251,230)
#D4FBEB
(212,251,235)
#DDFBF0
(221,251,240)
#E6FBF5
(230,251,245)
#EFFBFA
(239,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FBC8 color. Also use rgb(149,251,200) instead hex code.

Text Font Color

.myTextColor { color: #95FBC8; }

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

This text font color is #95FBC8.

Background Color

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

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

This div background color is #95FBC8.

Border color

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

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

This div border color is #95FBC8.

Opacity

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

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

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

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

This text has shadow with #95FBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95FBC8.

Preview

Color preview on black background

This text has color #95FBC8 on black background.


Color preview on white background

This text has color #95FBC8 on white background.


Black color preview on #95FBC8 background

This text has black color on #95FBC8 background.


White color preview on #95FBC8 background

This text has white color on #95FBC8 background.


Related colors

Complementary color

Complementary color for #hex is #6A0437.


I love getcolorcode.com

Triadic colors

1 #C895FB and #FBC895 with #95FBC8 are triadic colors.

2 #C8FB95 and #FB95C8 with #95FBC8 are triadic colors.