COLOR #95BBC0

HEX: #95BBC0 RGB: (149,187,192)

Color info

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

RGB color model

#95BBC0 color RGB value is (149,187,192).

RGB: (149,187,192) (58%, 73%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 192 of 255 = 75%

149
187
192

R + G + B ~ 69%. #95BBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 187 + 192 = 528 (100%)
R 149 of 528 ~ 28.22%
G 187 of 528 ~ 35.42%
B 192 of 528 ~ 36.36'%

%28.22
%35.42
%36.36

CMYK color model

#95BBC0 color CMYK value is (22,3,0,25).

  • cyan value is 22.40%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (22,3,0,25)
C22M3Y0K25 (22%, 3%, 0%, 25%)
(0.22 / 0.03 / 0.00 / 0.25)

CMYK percentages

%22.4
%2.6
%0
%24.71

Codes

Color #95BBC0 in popluar color models

95 BB C0
RGB 149 187 192
HSL 187° 25.44% 66.86%
HSB/HSV 187° 22.40% 75.29%
CMYK 22.40% 2.60% 0.00%
24.71%

Color #95BBC0 in popluar number systems.

HEX 95 BB C0
Decimal 149 187 192
Binary 10010101 10111011 11000000
Octal 225 273 300

Shades and tints

Shades of #95BBC0

#95BBC0
(149,187,192)
#88AAAF
(136,170,175)
#7B999E
(123,153,158)
#6E888D
(110,136,141)
#61777C
(97,119,124)
#54666B
(84,102,107)
#47555A
(71,85,90)
#3A4449
(58,68,73)
#2D3338
(45,51,56)
#202227
(32,34,39)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #95BBC0

#95BBC0
(149,187,192)
#9EC1C5
(158,193,197)
#A7C7CA
(167,199,202)
#B0CDCF
(176,205,207)
#B9D3D4
(185,211,212)
#C2D9D9
(194,217,217)
#CBDFDE
(203,223,222)
#D4E5E3
(212,229,227)
#DDEBE8
(221,235,232)
#E6F1ED
(230,241,237)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BBC0 color. Also use rgb(149,187,192) instead hex code.

Text Font Color

.myTextColor { color: #95BBC0; }

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

This text font color is #95BBC0.

Background Color

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

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

This div background color is #95BBC0.

Border color

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

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

This div border color is #95BBC0.

Opacity

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

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

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

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

This text has shadow with #95BBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BBC0.

Preview

Color preview on black background

This text has color #95BBC0 on black background.


Color preview on white background

This text has color #95BBC0 on white background.


Black color preview on #95BBC0 background

This text has black color on #95BBC0 background.


White color preview on #95BBC0 background

This text has white color on #95BBC0 background.


Related colors

Complementary color

Complementary color for #hex is #6A443F.


I love getcolorcode.com

Triadic colors

1 #C095BB and #BBC095 with #95BBC0 are triadic colors.

2 #C0BB95 and #BB95C0 with #95BBC0 are triadic colors.