COLOR #95BADC

HEX: #95BADC
RGB: (149,186,220)

Color info

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

RGB color model

#95BADC color RGB value is (149,186,220).

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

RGB channels and saturation

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

149
186
220

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

Portions of RGB colors in percentages

R + G + B =
149 + 186 + 220 = 555 (100%)
R 149 of 555 ~ 26.85%
G 186 of 555 ~ 33.51%
B 220 of 555 ~ 39.64%

%26.85
%33.51
%39.64

CMYK color model

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

  • cyan value is 32.27%
  • magenta value is 15.45%
  • 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.45
%0
%13.73

Codes

Color #95BADC in popluar color models

95BADC
RGB149186220
HSL209°50.35%72.35%
HSB/HSV209°32.27%86.27%
CMYK32.27%15.45%0.00%
13.73%

Color #95BADC in popluar number systems.

HEX95BADC
Decimal149186220
Binary100101011011101011011100
Octal225272334

Shades and tints

Shades of #95BADC

#95BADC
(149,186,220)
#88AAC8
(136,170,200)
#7B9AB4
(123,154,180)
#6E8AA0
(110,138,160)
#617A8C
(97,122,140)
#546A78
(84,106,120)
#475A64
(71,90,100)
#3A4A50
(58,74,80)
#2D3A3C
(45,58,60)
#202A28
(32,42,40)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #95BADC

#95BADC
(149,186,220)
#9EC0DF
(158,192,223)
#A7C6E2
(167,198,226)
#B0CCE5
(176,204,229)
#B9D2E8
(185,210,232)
#C2D8EB
(194,216,235)
#CBDEEE
(203,222,238)
#D4E4F1
(212,228,241)
#DDEAF4
(221,234,244)
#E6F0F7
(230,240,247)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BADC; }

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

This text font color is #95BADC.


Background Color

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

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

This div background color is #95BADC.


Border color

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

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

This div border color is #95BADC.


Opacity

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

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

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

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

This text has shadow with #95BADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BADC on black background.


Color preview on white background

This text has color #95BADC on white background.



Black color preview on #95BADC background

This text has black color on #95BADC background.


White color preview on #95BADC background

This text has white color on #95BADC background.