COLOR #95AECF

HEX: #95AECF
RGB: (149,174,207)

Color info

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

RGB color model

#95AECF color RGB value is (149,174,207).

  • red value is 149;
  • green value is 174;
  • blue value is 207.
RGB:
(149,174,207)
(58%,68%,81%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 207 of 255 = 81%

149
174
207

R + G + B ~ 69%. #95AECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 207 = 530 (100%)
R 149 of 530 ~ 28.11%
G 174 of 530 ~ 32.83%
B 207 of 530 ~ 39.06%

%28.11
%32.83
%39.06

CMYK color model

#95AECF color CMYK value is (28,16,0,19).

  • cyan value is 28.02%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,16,0,19)
C28M16Y0K19 
(28%,16%,0%,19%)
(0.28/0.16/0.00/0.19)	

CMYK percentages

%28.02
%15.94
%0
%18.82

Codes

Color #95AECF in popluar color models

95AECF
RGB149174207
HSL214°37.66%69.80%
HSB/HSV214°28.02%81.18%
CMYK28.02%15.94%0.00%
18.82%

Color #95AECF in popluar number systems.

HEX95AECF
Decimal149174207
Binary100101011010111011001111
Octal225256317

Shades and tints

Shades of #95AECF

#95AECF
(149,174,207)
#889FBD
(136,159,189)
#7B90AB
(123,144,171)
#6E8199
(110,129,153)
#617287
(97,114,135)
#546375
(84,99,117)
#475463
(71,84,99)
#3A4551
(58,69,81)
#2D363F
(45,54,63)
#20272D
(32,39,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #95AECF

#95AECF
(149,174,207)
#9EB5D3
(158,181,211)
#A7BCD7
(167,188,215)
#B0C3DB
(176,195,219)
#B9CADF
(185,202,223)
#C2D1E3
(194,209,227)
#CBD8E7
(203,216,231)
#D4DFEB
(212,223,235)
#DDE6EF
(221,230,239)
#E6EDF3
(230,237,243)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AECF color. Also use rgb(149,174,207) instead hex code.

Text Font Color

.myTextColor { color: #95AECF; }

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

This text font color is #95AECF.


Background Color

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

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

This div background color is #95AECF.


Border color

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

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

This div border color is #95AECF.


Opacity

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

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

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

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

This text has shadow with #95AECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AECF on black background.


Color preview on white background

This text has color #95AECF on white background.



Black color preview on #95AECF background

This text has black color on #95AECF background.


White color preview on #95AECF background

This text has white color on #95AECF background.