COLOR #95CF9B

HEX: #95CF9B RGB: (149,207,155)

Color info

#95CF9B contains red, green and blue colors in about the same proportion. Web safe color of #95CF9B is #99CC99 (or #9C9).

RGB color model

#95CF9B color RGB value is (149,207,155).

RGB: (149,207,155) (58%, 81%, 61%)

RGB channels and saturation

R 149 of 255 = 58%
G 207 of 255 = 81%
B 155 of 255 = 61%

149
207
155

R + G + B ~ 67%. #95CF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 207 + 155 = 511 (100%)
R 149 of 511 ~ 29.16%
G 207 of 511 ~ 40.51%
B 155 of 511 ~ 30.33'%

%29.16
%40.51
%30.33

CMYK color model

#95CF9B color CMYK value is (28,0,25,19).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 18.82%

CMYK: (28,0,25,19)
C28M0Y25K19 (28%, 0%, 25%, 19%)
(0.28 / 0.00 / 0.25 / 0.19)

CMYK percentages

%28.02
%0
%25.12
%18.82

Codes

Color #95CF9B in popluar color models

95 CF 9B
RGB 149 207 155
HSL 126° 37.66% 69.80%
HSB/HSV 126° 28.02% 81.18%
CMYK 28.02% 0.00% 25.12%
18.82%

Color #95CF9B in popluar number systems.

HEX 95 CF 9B
Decimal 149 207 155
Binary 10010101 11001111 10011011
Octal 225 317 233

Shades and tints

Shades of #95CF9B

#95CF9B
(149,207,155)
#88BD8D
(136,189,141)
#7BAB7F
(123,171,127)
#6E9971
(110,153,113)
#618763
(97,135,99)
#547555
(84,117,85)
#476347
(71,99,71)
#3A5139
(58,81,57)
#2D3F2B
(45,63,43)
#202D1D
(32,45,29)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #95CF9B

#95CF9B
(149,207,155)
#9ED3A4
(158,211,164)
#A7D7AD
(167,215,173)
#B0DBB6
(176,219,182)
#B9DFBF
(185,223,191)
#C2E3C8
(194,227,200)
#CBE7D1
(203,231,209)
#D4EBDA
(212,235,218)
#DDEFE3
(221,239,227)
#E6F3EC
(230,243,236)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CF9B color. Also use rgb(149,207,155) instead hex code.

Text Font Color

.myTextColor { color: #95CF9B; }

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

This text font color is #95CF9B.

Background Color

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

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

This div background color is #95CF9B.

Border color

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

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

This div border color is #95CF9B.

Opacity

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

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

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

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

This text has shadow with #95CF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CF9B.

Preview

Color preview on black background

This text has color #95CF9B on black background.


Color preview on white background

This text has color #95CF9B on white background.


Black color preview on #95CF9B background

This text has black color on #95CF9B background.


White color preview on #95CF9B background

This text has white color on #95CF9B background.


Related colors

Complementary color

Complementary color for #hex is #6A3064.


I love getcolorcode.com

Triadic colors

1 #9B95CF and #CF9B95 with #95CF9B are triadic colors.

2 #9BCF95 and #CF959B with #95CF9B are triadic colors.