COLOR #95BBD1

HEX: #95BBD1
RGB: (149,187,209)

Color info

#95BBD1 contains mainly green and blue colors. Web safe color of #95BBD1 is #99CCCC (or #9CC).

RGB color model

#95BBD1 color RGB value is (149,187,209).

  • red value is 149;
  • green value is 187;
  • blue value is 209.
RGB:
(149,187,209)
(58%,73%,82%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 209 of 255 = 82%

149
187
209

R + G + B ~ 71%. #95BBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 187 + 209 = 545 (100%)
R 149 of 545 ~ 27.34%
G 187 of 545 ~ 34.31%
B 209 of 545 ~ 38.35%

%27.34
%34.31
%38.35

CMYK color model

#95BBD1 color CMYK value is (29,11,0,18).

  • cyan value is 28.71%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(29,11,0,18)
C29M11Y0K18 
(29%,11%,0%,18%)
(0.29/0.11/0.00/0.18)	

CMYK percentages

%28.71
%10.53
%0
%18.04

Codes

Color #95BBD1 in popluar color models

95BBD1
RGB149187209
HSL202°39.47%70.20%
HSB/HSV202°28.71%81.96%
CMYK28.71%10.53%0.00%
18.04%

Color #95BBD1 in popluar number systems.

HEX95BBD1
Decimal149187209
Binary100101011011101111010001
Octal225273321

Shades and tints

Shades of #95BBD1

#95BBD1
(149,187,209)
#88AABE
(136,170,190)
#7B99AB
(123,153,171)
#6E8898
(110,136,152)
#617785
(97,119,133)
#546672
(84,102,114)
#47555F
(71,85,95)
#3A444C
(58,68,76)
#2D3339
(45,51,57)
#202226
(32,34,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #95BBD1

#95BBD1
(149,187,209)
#9EC1D5
(158,193,213)
#A7C7D9
(167,199,217)
#B0CDDD
(176,205,221)
#B9D3E1
(185,211,225)
#C2D9E5
(194,217,229)
#CBDFE9
(203,223,233)
#D4E5ED
(212,229,237)
#DDEBF1
(221,235,241)
#E6F1F5
(230,241,245)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BBD1; }

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

This text font color is #95BBD1.


Background Color

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

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

This div background color is #95BBD1.


Border color

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

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

This div border color is #95BBD1.


Opacity

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

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

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

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

This text has shadow with #95BBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BBD1 on black background.


Color preview on white background

This text has color #95BBD1 on white background.



Black color preview on #95BBD1 background

This text has black color on #95BBD1 background.


White color preview on #95BBD1 background

This text has white color on #95BBD1 background.