COLOR #95A8CD

HEX: #95A8CD RGB: (149,168,205)

Color info

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

RGB color model

#95A8CD color RGB value is (149,168,205).

RGB: (149,168,205) (58%, 66%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 205 of 255 = 80%

149
168
205

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

Portions of RGB colors in percentages

R + G + B = 149 + 168 + 205 = 522 (100%)
R 149 of 522 ~ 28.54%
G 168 of 522 ~ 32.18%
B 205 of 522 ~ 39.27'%

%28.54
%32.18
%39.27

CMYK color model

#95A8CD color CMYK value is (27,18,0,20).

  • cyan value is 27.32%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (27,18,0,20)
C27M18Y0K20 (27%, 18%, 0%, 20%)
(0.27 / 0.18 / 0.00 / 0.20)

CMYK percentages

%27.32
%18.05
%0
%19.61

Codes

Color #95A8CD in popluar color models

95 A8 CD
RGB 149 168 205
HSL 220° 35.90% 69.41%
HSB/HSV 220° 27.32% 80.39%
CMYK 27.32% 18.05% 0.00%
19.61%

Color #95A8CD in popluar number systems.

HEX 95 A8 CD
Decimal 149 168 205
Binary 10010101 10101000 11001101
Octal 225 250 315

Shades and tints

Shades of #95A8CD

#95A8CD
(149,168,205)
#8899BB
(136,153,187)
#7B8AA9
(123,138,169)
#6E7B97
(110,123,151)
#616C85
(97,108,133)
#545D73
(84,93,115)
#474E61
(71,78,97)
#3A3F4F
(58,63,79)
#2D303D
(45,48,61)
#20212B
(32,33,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #95A8CD

#95A8CD
(149,168,205)
#9EAFD1
(158,175,209)
#A7B6D5
(167,182,213)
#B0BDD9
(176,189,217)
#B9C4DD
(185,196,221)
#C2CBE1
(194,203,225)
#CBD2E5
(203,210,229)
#D4D9E9
(212,217,233)
#DDE0ED
(221,224,237)
#E6E7F1
(230,231,241)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A8CD; }

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

This text font color is #95A8CD.

Background Color

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

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

This div background color is #95A8CD.

Border color

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

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

This div border color is #95A8CD.

Opacity

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

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

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

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

This text has shadow with #95A8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A8CD.

Preview

Color preview on black background

This text has color #95A8CD on black background.


Color preview on white background

This text has color #95A8CD on white background.


Black color preview on #95A8CD background

This text has black color on #95A8CD background.


White color preview on #95A8CD background

This text has white color on #95A8CD background.


Related colors

Complementary color

Complementary color for #hex is #6A5732.


I love getcolorcode.com

Triadic colors

1 #CD95A8 and #A8CD95 with #95A8CD are triadic colors.

2 #CDA895 and #A895CD with #95A8CD are triadic colors.