COLOR #95BEA1

HEX: #95BEA1 RGB: (149,190,161)

Color info

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

RGB color model

#95BEA1 color RGB value is (149,190,161).

RGB: (149,190,161) (58%, 75%, 63%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 161 of 255 = 63%

149
190
161

R + G + B ~ 65%. #95BEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 190 + 161 = 500 (100%)
R 149 of 500 ~ 29.8%
G 190 of 500 ~ 38%
B 161 of 500 ~ 32.2'%

%29.8
%38
%32.2

CMYK color model

#95BEA1 color CMYK value is (22,0,15,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%

CMYK: (22,0,15,25)
C22M0Y15K25 (22%, 0%, 15%, 25%)
(0.22 / 0.00 / 0.15 / 0.25)

CMYK percentages

%21.58
%0
%15.26
%25.49

Codes

Color #95BEA1 in popluar color models

95 BE A1
RGB 149 190 161
HSL 138° 23.98% 66.47%
HSB/HSV 138° 21.58% 74.51%
CMYK 21.58% 0.00% 15.26%
25.49%

Color #95BEA1 in popluar number systems.

HEX 95 BE A1
Decimal 149 190 161
Binary 10010101 10111110 10100001
Octal 225 276 241

Shades and tints

Shades of #95BEA1

#95BEA1
(149,190,161)
#88AD93
(136,173,147)
#7B9C85
(123,156,133)
#6E8B77
(110,139,119)
#617A69
(97,122,105)
#54695B
(84,105,91)
#47584D
(71,88,77)
#3A473F
(58,71,63)
#2D3631
(45,54,49)
#202523
(32,37,35)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #95BEA1

#95BEA1
(149,190,161)
#9EC3A9
(158,195,169)
#A7C8B1
(167,200,177)
#B0CDB9
(176,205,185)
#B9D2C1
(185,210,193)
#C2D7C9
(194,215,201)
#CBDCD1
(203,220,209)
#D4E1D9
(212,225,217)
#DDE6E1
(221,230,225)
#E6EBE9
(230,235,233)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BEA1 color. Also use rgb(149,190,161) instead hex code.

Text Font Color

.myTextColor { color: #95BEA1; }

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

This text font color is #95BEA1.

Background Color

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

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

This div background color is #95BEA1.

Border color

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

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

This div border color is #95BEA1.

Opacity

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

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

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

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

This text has shadow with #95BEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BEA1.

Preview

Color preview on black background

This text has color #95BEA1 on black background.


Color preview on white background

This text has color #95BEA1 on white background.


Black color preview on #95BEA1 background

This text has black color on #95BEA1 background.


White color preview on #95BEA1 background

This text has white color on #95BEA1 background.


Related colors

Complementary color

Complementary color for #hex is #6A415E.


I love getcolorcode.com

Triadic colors

1 #A195BE and #BEA195 with #95BEA1 are triadic colors.

2 #A1BE95 and #BE95A1 with #95BEA1 are triadic colors.