COLOR #95BED0

HEX: #95BED0
RGB: (149,190,208)

Color info

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

RGB color model

#95BED0 color RGB value is (149,190,208).

  • red value is 149;
  • green value is 190;
  • blue value is 208.
RGB:
(149,190,208)
(58%,75%,82%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 208 of 255 = 82%

149
190
208

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

Portions of RGB colors in percentages

R + G + B =
149 + 190 + 208 = 547 (100%)
R 149 of 547 ~ 27.24%
G 190 of 547 ~ 34.73%
B 208 of 547 ~ 38.03%

%27.24
%34.73
%38.03

CMYK color model

#95BED0 color CMYK value is (28,9,0,18).

  • cyan value is 28.37%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(28,9,0,18)
C28M9Y0K18 
(28%,9%,0%,18%)
(0.28/0.09/0.00/0.18)	

CMYK percentages

%28.37
%8.65
%0
%18.43

Codes

Color #95BED0 in popluar color models

95BED0
RGB149190208
HSL198°38.56%70.00%
HSB/HSV198°28.37%81.57%
CMYK28.37%8.65%0.00%
18.43%

Color #95BED0 in popluar number systems.

HEX95BED0
Decimal149190208
Binary100101011011111011010000
Octal225276320

Shades and tints

Shades of #95BED0

#95BED0
(149,190,208)
#88ADBE
(136,173,190)
#7B9CAC
(123,156,172)
#6E8B9A
(110,139,154)
#617A88
(97,122,136)
#546976
(84,105,118)
#475864
(71,88,100)
#3A4752
(58,71,82)
#2D3640
(45,54,64)
#20252E
(32,37,46)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #95BED0

#95BED0
(149,190,208)
#9EC3D4
(158,195,212)
#A7C8D8
(167,200,216)
#B0CDDC
(176,205,220)
#B9D2E0
(185,210,224)
#C2D7E4
(194,215,228)
#CBDCE8
(203,220,232)
#D4E1EC
(212,225,236)
#DDE6F0
(221,230,240)
#E6EBF4
(230,235,244)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BED0 color. Also use rgb(149,190,208) instead hex code.

Text Font Color

.myTextColor { color: #95BED0; }

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

This text font color is #95BED0.


Background Color

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

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

This div background color is #95BED0.


Border color

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

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

This div border color is #95BED0.


Opacity

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

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

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

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

This text has shadow with #95BED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BED0 on black background.


Color preview on white background

This text has color #95BED0 on white background.



Black color preview on #95BED0 background

This text has black color on #95BED0 background.


White color preview on #95BED0 background

This text has white color on #95BED0 background.