COLOR #95B8CD

HEX: #95B8CD
RGB: (149,184,205)

Color info

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

RGB color model

#95B8CD color RGB value is (149,184,205).

  • red value is 149;
  • green value is 184;
  • blue value is 205.
RGB:
(149,184,205)
(58%,72%,80%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 205 of 255 = 80%

149
184
205

R + G + B ~ 70%. #95B8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 205 = 538 (100%)
R 149 of 538 ~ 27.7%
G 184 of 538 ~ 34.2%
B 205 of 538 ~ 38.1%

%27.7
%34.2
%38.1

CMYK color model

#95B8CD color CMYK value is (27,10,0,20).

  • cyan value is 27.32%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(27,10,0,20)
C27M10Y0K20 
(27%,10%,0%,20%)
(0.27/0.10/0.00/0.20)	

CMYK percentages

%27.32
%10.24
%0
%19.61

Codes

Color #95B8CD in popluar color models

95B8CD
RGB149184205
HSL203°35.90%69.41%
HSB/HSV203°27.32%80.39%
CMYK27.32%10.24%0.00%
19.61%

Color #95B8CD in popluar number systems.

HEX95B8CD
Decimal149184205
Binary100101011011100011001101
Octal225270315

Shades and tints

Shades of #95B8CD

#95B8CD
(149,184,205)
#88A8BB
(136,168,187)
#7B98A9
(123,152,169)
#6E8897
(110,136,151)
#617885
(97,120,133)
#546873
(84,104,115)
#475861
(71,88,97)
#3A484F
(58,72,79)
#2D383D
(45,56,61)
#20282B
(32,40,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #95B8CD

#95B8CD
(149,184,205)
#9EBED1
(158,190,209)
#A7C4D5
(167,196,213)
#B0CAD9
(176,202,217)
#B9D0DD
(185,208,221)
#C2D6E1
(194,214,225)
#CBDCE5
(203,220,229)
#D4E2E9
(212,226,233)
#DDE8ED
(221,232,237)
#E6EEF1
(230,238,241)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B8CD color. Also use rgb(149,184,205) instead hex code.

Text Font Color

.myTextColor { color: #95B8CD; }

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

This text font color is #95B8CD.


Background Color

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

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

This div background color is #95B8CD.


Border color

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

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

This div border color is #95B8CD.


Opacity

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

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

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

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

This text has shadow with #95B8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B8CD on black background.


Color preview on white background

This text has color #95B8CD on white background.



Black color preview on #95B8CD background

This text has black color on #95B8CD background.


White color preview on #95B8CD background

This text has white color on #95B8CD background.