COLOR #95B1CA

HEX: #95B1CA RGB: (149,177,202)

Color info

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

RGB color model

#95B1CA color RGB value is (149,177,202).

RGB: (149,177,202) (58%, 69%, 79%)

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 202 of 255 = 79%

149
177
202

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

Portions of RGB colors in percentages

R + G + B = 149 + 177 + 202 = 528 (100%)
R 149 of 528 ~ 28.22%
G 177 of 528 ~ 33.52%
B 202 of 528 ~ 38.26'%

%28.22
%33.52
%38.26

CMYK color model

#95B1CA color CMYK value is (26,12,0,21).

  • cyan value is 26.24%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (26,12,0,21)
C26M12Y0K21 (26%, 12%, 0%, 21%)
(0.26 / 0.12 / 0.00 / 0.21)

CMYK percentages

%26.24
%12.38
%0
%20.78

Codes

Color #95B1CA in popluar color models

95 B1 CA
RGB 149 177 202
HSL 208° 33.33% 68.82%
HSB/HSV 208° 26.24% 79.22%
CMYK 26.24% 12.38% 0.00%
20.78%

Color #95B1CA in popluar number systems.

HEX 95 B1 CA
Decimal 149 177 202
Binary 10010101 10110001 11001010
Octal 225 261 312

Shades and tints

Shades of #95B1CA

#95B1CA
(149,177,202)
#88A1B8
(136,161,184)
#7B91A6
(123,145,166)
#6E8194
(110,129,148)
#617182
(97,113,130)
#546170
(84,97,112)
#47515E
(71,81,94)
#3A414C
(58,65,76)
#2D313A
(45,49,58)
#202128
(32,33,40)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #95B1CA

#95B1CA
(149,177,202)
#9EB8CE
(158,184,206)
#A7BFD2
(167,191,210)
#B0C6D6
(176,198,214)
#B9CDDA
(185,205,218)
#C2D4DE
(194,212,222)
#CBDBE2
(203,219,226)
#D4E2E6
(212,226,230)
#DDE9EA
(221,233,234)
#E6F0EE
(230,240,238)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B1CA color. Also use rgb(149,177,202) instead hex code.

Text Font Color

.myTextColor { color: #95B1CA; }

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

This text font color is #95B1CA.

Background Color

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

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

This div background color is #95B1CA.

Border color

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

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

This div border color is #95B1CA.

Opacity

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

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

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

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

This text has shadow with #95B1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B1CA.

Preview

Color preview on black background

This text has color #95B1CA on black background.


Color preview on white background

This text has color #95B1CA on white background.


Black color preview on #95B1CA background

This text has black color on #95B1CA background.


White color preview on #95B1CA background

This text has white color on #95B1CA background.


Related colors

Complementary color

Complementary color for #hex is #6A4E35.


I love getcolorcode.com

Triadic colors

1 #CA95B1 and #B1CA95 with #95B1CA are triadic colors.

2 #CAB195 and #B195CA with #95B1CA are triadic colors.