COLOR #95BBDC

HEX: #95BBDC
RGB: (149,187,220)

Color info

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

RGB color model

#95BBDC color RGB value is (149,187,220).

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

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 220 of 255 = 86%

149
187
220

R + G + B ~ 72%. #95BBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 187 + 220 = 556 (100%)
R 149 of 556 ~ 26.8%
G 187 of 556 ~ 33.63%
B 220 of 556 ~ 39.57%

%26.8
%33.63
%39.57

CMYK color model

#95BBDC color CMYK value is (32,15,0,14).

  • cyan value is 32.27%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,15,0,14)
C32M15Y0K14 
(32%,15%,0%,14%)
(0.32/0.15/0.00/0.14)	

CMYK percentages

%32.27
%15
%0
%13.73

Codes

Color #95BBDC in popluar color models

95BBDC
RGB149187220
HSL208°50.35%72.35%
HSB/HSV208°32.27%86.27%
CMYK32.27%15.00%0.00%
13.73%

Color #95BBDC in popluar number systems.

HEX95BBDC
Decimal149187220
Binary100101011011101111011100
Octal225273334

Shades and tints

Shades of #95BBDC

#95BBDC
(149,187,220)
#88AAC8
(136,170,200)
#7B99B4
(123,153,180)
#6E88A0
(110,136,160)
#61778C
(97,119,140)
#546678
(84,102,120)
#475564
(71,85,100)
#3A4450
(58,68,80)
#2D333C
(45,51,60)
#202228
(32,34,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #95BBDC

#95BBDC
(149,187,220)
#9EC1DF
(158,193,223)
#A7C7E2
(167,199,226)
#B0CDE5
(176,205,229)
#B9D3E8
(185,211,232)
#C2D9EB
(194,217,235)
#CBDFEE
(203,223,238)
#D4E5F1
(212,229,241)
#DDEBF4
(221,235,244)
#E6F1F7
(230,241,247)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BBDC; }

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

This text font color is #95BBDC.


Background Color

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

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

This div background color is #95BBDC.


Border color

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

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

This div border color is #95BBDC.


Opacity

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

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

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

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

This text has shadow with #95BBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BBDC on black background.


Color preview on white background

This text has color #95BBDC on white background.



Black color preview on #95BBDC background

This text has black color on #95BBDC background.


White color preview on #95BBDC background

This text has white color on #95BBDC background.