COLOR #95BDD2

HEX: #95BDD2
RGB: (149,189,210)

Color info

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

RGB color model

#95BDD2 color RGB value is (149,189,210).

  • red value is 149;
  • green value is 189;
  • blue value is 210.
RGB:
(149,189,210)
(58%,74%,82%)

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 210 of 255 = 82%

149
189
210

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

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 210 = 548 (100%)
R 149 of 548 ~ 27.19%
G 189 of 548 ~ 34.49%
B 210 of 548 ~ 38.32%

%27.19
%34.49
%38.32

CMYK color model

#95BDD2 color CMYK value is (29,10,0,18).

  • cyan value is 29.05%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(29,10,0,18)
C29M10Y0K18 
(29%,10%,0%,18%)
(0.29/0.10/0.00/0.18)	

CMYK percentages

%29.05
%10
%0
%17.65

Codes

Color #95BDD2 in popluar color models

95BDD2
RGB149189210
HSL201°40.40%70.39%
HSB/HSV201°29.05%82.35%
CMYK29.05%10.00%0.00%
17.65%

Color #95BDD2 in popluar number systems.

HEX95BDD2
Decimal149189210
Binary100101011011110111010010
Octal225275322

Shades and tints

Shades of #95BDD2

#95BDD2
(149,189,210)
#88ACBF
(136,172,191)
#7B9BAC
(123,155,172)
#6E8A99
(110,138,153)
#617986
(97,121,134)
#546873
(84,104,115)
#475760
(71,87,96)
#3A464D
(58,70,77)
#2D353A
(45,53,58)
#202427
(32,36,39)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #95BDD2

#95BDD2
(149,189,210)
#9EC3D6
(158,195,214)
#A7C9DA
(167,201,218)
#B0CFDE
(176,207,222)
#B9D5E2
(185,213,226)
#C2DBE6
(194,219,230)
#CBE1EA
(203,225,234)
#D4E7EE
(212,231,238)
#DDEDF2
(221,237,242)
#E6F3F6
(230,243,246)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BDD2 color. Also use rgb(149,189,210) instead hex code.

Text Font Color

.myTextColor { color: #95BDD2; }

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

This text font color is #95BDD2.


Background Color

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

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

This div background color is #95BDD2.


Border color

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

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

This div border color is #95BDD2.


Opacity

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

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

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

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

This text has shadow with #95BDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BDD2 on black background.


Color preview on white background

This text has color #95BDD2 on white background.



Black color preview on #95BDD2 background

This text has black color on #95BDD2 background.


White color preview on #95BDD2 background

This text has white color on #95BDD2 background.