COLOR #95B1BE

HEX: #95B1BE RGB: (149,177,190)

Color info

#95B1BE contains red, green and blue colors in about the same proportion. Web safe color of #95B1BE is #9999CC (or #99C).

RGB color model

#95B1BE color RGB value is (149,177,190).

RGB: (149,177,190) (58%, 69%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 190 of 255 = 75%

149
177
190

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

Portions of RGB colors in percentages

R + G + B = 149 + 177 + 190 = 516 (100%)
R 149 of 516 ~ 28.88%
G 177 of 516 ~ 34.3%
B 190 of 516 ~ 36.82'%

%28.88
%34.3
%36.82

CMYK color model

#95B1BE color CMYK value is (22,7,0,25).

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

CMYK: (22,7,0,25)
C22M7Y0K25 (22%, 7%, 0%, 25%)
(0.22 / 0.07 / 0.00 / 0.25)

CMYK percentages

%21.58
%6.84
%0
%25.49

Codes

Color #95B1BE in popluar color models

95 B1 BE
RGB 149 177 190
HSL 199° 23.98% 66.47%
HSB/HSV 199° 21.58% 74.51%
CMYK 21.58% 6.84% 0.00%
25.49%

Color #95B1BE in popluar number systems.

HEX 95 B1 BE
Decimal 149 177 190
Binary 10010101 10110001 10111110
Octal 225 261 276

Shades and tints

Shades of #95B1BE

#95B1BE
(149,177,190)
#88A1AD
(136,161,173)
#7B919C
(123,145,156)
#6E818B
(110,129,139)
#61717A
(97,113,122)
#546169
(84,97,105)
#475158
(71,81,88)
#3A4147
(58,65,71)
#2D3136
(45,49,54)
#202125
(32,33,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #95B1BE

#95B1BE
(149,177,190)
#9EB8C3
(158,184,195)
#A7BFC8
(167,191,200)
#B0C6CD
(176,198,205)
#B9CDD2
(185,205,210)
#C2D4D7
(194,212,215)
#CBDBDC
(203,219,220)
#D4E2E1
(212,226,225)
#DDE9E6
(221,233,230)
#E6F0EB
(230,240,235)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B1BE; }

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

This text font color is #95B1BE.

Background Color

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

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

This div background color is #95B1BE.

Border color

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

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

This div border color is #95B1BE.

Opacity

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

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

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

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

This text has shadow with #95B1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B1BE.

Preview

Color preview on black background

This text has color #95B1BE on black background.


Color preview on white background

This text has color #95B1BE on white background.


Black color preview on #95B1BE background

This text has black color on #95B1BE background.


White color preview on #95B1BE background

This text has white color on #95B1BE background.


Related colors

Complementary color

Complementary color for #hex is #6A4E41.


I love getcolorcode.com

Triadic colors

1 #BE95B1 and #B1BE95 with #95B1BE are triadic colors.

2 #BEB195 and #B195BE with #95B1BE are triadic colors.