COLOR #95B4EE

HEX: #95B4EE
RGB: (149,180,238)

Color info

#95B4EE contains mainly green and blue colors. Web safe color of #95B4EE is #99CCFF (or #9CF).

RGB color model

#95B4EE color RGB value is (149,180,238).

  • red value is 149;
  • green value is 180;
  • blue value is 238.
RGB:
(149,180,238)
(58%,71%,93%)

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 238 of 255 = 93%

149
180
238

R + G + B ~ 74%. #95B4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 180 + 238 = 567 (100%)
R 149 of 567 ~ 26.28%
G 180 of 567 ~ 31.75%
B 238 of 567 ~ 41.98%

%26.28
%31.75
%41.98

CMYK color model

#95B4EE color CMYK value is (37,24,0,7).

  • cyan value is 37.39%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(37,24,0,7)
C37M24Y0K7 
(37%,24%,0%,7%)
(0.37/0.24/0.00/0.07)	

CMYK percentages

%37.39
%24.37
%0
%6.67

Codes

Color #95B4EE in popluar color models

95B4EE
RGB149180238
HSL219°72.36%75.88%
HSB/HSV219°37.39%93.33%
CMYK37.39%24.37%0.00%
6.67%

Color #95B4EE in popluar number systems.

HEX95B4EE
Decimal149180238
Binary100101011011010011101110
Octal225264356

Shades and tints

Shades of #95B4EE

#95B4EE
(149,180,238)
#88A4D9
(136,164,217)
#7B94C4
(123,148,196)
#6E84AF
(110,132,175)
#61749A
(97,116,154)
#546485
(84,100,133)
#475470
(71,84,112)
#3A445B
(58,68,91)
#2D3446
(45,52,70)
#202431
(32,36,49)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #95B4EE

#95B4EE
(149,180,238)
#9EBAEF
(158,186,239)
#A7C0F0
(167,192,240)
#B0C6F1
(176,198,241)
#B9CCF2
(185,204,242)
#C2D2F3
(194,210,243)
#CBD8F4
(203,216,244)
#D4DEF5
(212,222,245)
#DDE4F6
(221,228,246)
#E6EAF7
(230,234,247)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B4EE color. Also use rgb(149,180,238) instead hex code.

Text Font Color

.myTextColor { color: #95B4EE; }

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

This text font color is #95B4EE.


Background Color

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

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

This div background color is #95B4EE.


Border color

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

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

This div border color is #95B4EE.


Opacity

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

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

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

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

This text has shadow with #95B4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B4EE on black background.


Color preview on white background

This text has color #95B4EE on white background.



Black color preview on #95B4EE background

This text has black color on #95B4EE background.


White color preview on #95B4EE background

This text has white color on #95B4EE background.