COLOR #95A7C8

HEX: #95A7C8 RGB: (149,167,200)

Color info

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

RGB color model

#95A7C8 color RGB value is (149,167,200).

RGB: (149,167,200) (58%, 65%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 200 of 255 = 78%

149
167
200

R + G + B ~ 67%. #95A7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 167 + 200 = 516 (100%)
R 149 of 516 ~ 28.88%
G 167 of 516 ~ 32.36%
B 200 of 516 ~ 38.76'%

%28.88
%32.36
%38.76

CMYK color model

#95A7C8 color CMYK value is (26,17,0,22).

  • cyan value is 25.50%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (26,17,0,22)
C26M17Y0K22 (26%, 17%, 0%, 22%)
(0.26 / 0.17 / 0.00 / 0.22)

CMYK percentages

%25.5
%16.5
%0
%21.57

Codes

Color #95A7C8 in popluar color models

95 A7 C8
RGB 149 167 200
HSL 219° 31.68% 68.43%
HSB/HSV 219° 25.50% 78.43%
CMYK 25.50% 16.50% 0.00%
21.57%

Color #95A7C8 in popluar number systems.

HEX 95 A7 C8
Decimal 149 167 200
Binary 10010101 10100111 11001000
Octal 225 247 310

Shades and tints

Shades of #95A7C8

#95A7C8
(149,167,200)
#8898B6
(136,152,182)
#7B89A4
(123,137,164)
#6E7A92
(110,122,146)
#616B80
(97,107,128)
#545C6E
(84,92,110)
#474D5C
(71,77,92)
#3A3E4A
(58,62,74)
#2D2F38
(45,47,56)
#202026
(32,32,38)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #95A7C8

#95A7C8
(149,167,200)
#9EAFCD
(158,175,205)
#A7B7D2
(167,183,210)
#B0BFD7
(176,191,215)
#B9C7DC
(185,199,220)
#C2CFE1
(194,207,225)
#CBD7E6
(203,215,230)
#D4DFEB
(212,223,235)
#DDE7F0
(221,231,240)
#E6EFF5
(230,239,245)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A7C8 color. Also use rgb(149,167,200) instead hex code.

Text Font Color

.myTextColor { color: #95A7C8; }

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

This text font color is #95A7C8.

Background Color

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

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

This div background color is #95A7C8.

Border color

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

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

This div border color is #95A7C8.

Opacity

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

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

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

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

This text has shadow with #95A7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A7C8.

Preview

Color preview on black background

This text has color #95A7C8 on black background.


Color preview on white background

This text has color #95A7C8 on white background.


Black color preview on #95A7C8 background

This text has black color on #95A7C8 background.


White color preview on #95A7C8 background

This text has white color on #95A7C8 background.


Related colors

Complementary color

Complementary color for #hex is #6A5837.


I love getcolorcode.com

Triadic colors

1 #C895A7 and #A7C895 with #95A7C8 are triadic colors.

2 #C8A795 and #A795C8 with #95A7C8 are triadic colors.