COLOR #95ACCD

HEX: #95ACCD
RGB: (149,172,205)

Color info

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

RGB color model

#95ACCD color RGB value is (149,172,205).

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

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 205 of 255 = 80%

149
172
205

R + G + B ~ 68%. #95ACCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 205 = 526 (100%)
R 149 of 526 ~ 28.33%
G 172 of 526 ~ 32.7%
B 205 of 526 ~ 38.97%

%28.33
%32.7
%38.97

CMYK color model

#95ACCD color CMYK value is (27,16,0,20).

  • cyan value is 27.32%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(27,16,0,20)
C27M16Y0K20 
(27%,16%,0%,20%)
(0.27/0.16/0.00/0.20)	

CMYK percentages

%27.32
%16.1
%0
%19.61

Codes

Color #95ACCD in popluar color models

95ACCD
RGB149172205
HSL215°35.90%69.41%
HSB/HSV215°27.32%80.39%
CMYK27.32%16.10%0.00%
19.61%

Color #95ACCD in popluar number systems.

HEX95ACCD
Decimal149172205
Binary100101011010110011001101
Octal225254315

Shades and tints

Shades of #95ACCD

#95ACCD
(149,172,205)
#889DBB
(136,157,187)
#7B8EA9
(123,142,169)
#6E7F97
(110,127,151)
#617085
(97,112,133)
#546173
(84,97,115)
#475261
(71,82,97)
#3A434F
(58,67,79)
#2D343D
(45,52,61)
#20252B
(32,37,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #95ACCD

#95ACCD
(149,172,205)
#9EB3D1
(158,179,209)
#A7BAD5
(167,186,213)
#B0C1D9
(176,193,217)
#B9C8DD
(185,200,221)
#C2CFE1
(194,207,225)
#CBD6E5
(203,214,229)
#D4DDE9
(212,221,233)
#DDE4ED
(221,228,237)
#E6EBF1
(230,235,241)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACCD; }

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

This text font color is #95ACCD.


Background Color

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

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

This div background color is #95ACCD.


Border color

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

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

This div border color is #95ACCD.


Opacity

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

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

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

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

This text has shadow with #95ACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ACCD on black background.


Color preview on white background

This text has color #95ACCD on white background.



Black color preview on #95ACCD background

This text has black color on #95ACCD background.


White color preview on #95ACCD background

This text has white color on #95ACCD background.