COLOR #95B3CA

HEX: #95B3CA RGB: (149,179,202)

Color info

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

RGB color model

#95B3CA color RGB value is (149,179,202).

RGB: (149,179,202) (58%, 70%, 79%)

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 202 of 255 = 79%

149
179
202

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

Portions of RGB colors in percentages

R + G + B = 149 + 179 + 202 = 530 (100%)
R 149 of 530 ~ 28.11%
G 179 of 530 ~ 33.77%
B 202 of 530 ~ 38.11'%

%28.11
%33.77
%38.11

CMYK color model

#95B3CA color CMYK value is (26,11,0,21).

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

CMYK: (26,11,0,21)
C26M11Y0K21 (26%, 11%, 0%, 21%)
(0.26 / 0.11 / 0.00 / 0.21)

CMYK percentages

%26.24
%11.39
%0
%20.78

Codes

Color #95B3CA in popluar color models

95 B3 CA
RGB 149 179 202
HSL 206° 33.33% 68.82%
HSB/HSV 206° 26.24% 79.22%
CMYK 26.24% 11.39% 0.00%
20.78%

Color #95B3CA in popluar number systems.

HEX 95 B3 CA
Decimal 149 179 202
Binary 10010101 10110011 11001010
Octal 225 263 312

Shades and tints

Shades of #95B3CA

#95B3CA
(149,179,202)
#88A3B8
(136,163,184)
#7B93A6
(123,147,166)
#6E8394
(110,131,148)
#617382
(97,115,130)
#546370
(84,99,112)
#47535E
(71,83,94)
#3A434C
(58,67,76)
#2D333A
(45,51,58)
#202328
(32,35,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #95B3CA

#95B3CA
(149,179,202)
#9EB9CE
(158,185,206)
#A7BFD2
(167,191,210)
#B0C5D6
(176,197,214)
#B9CBDA
(185,203,218)
#C2D1DE
(194,209,222)
#CBD7E2
(203,215,226)
#D4DDE6
(212,221,230)
#DDE3EA
(221,227,234)
#E6E9EE
(230,233,238)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B3CA; }

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

This text font color is #95B3CA.

Background Color

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

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

This div background color is #95B3CA.

Border color

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

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

This div border color is #95B3CA.

Opacity

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

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

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

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

This text has shadow with #95B3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B3CA.

Preview

Color preview on black background

This text has color #95B3CA on black background.


Color preview on white background

This text has color #95B3CA on white background.


Black color preview on #95B3CA background

This text has black color on #95B3CA background.


White color preview on #95B3CA background

This text has white color on #95B3CA background.


Related colors

Complementary color

Complementary color for #hex is #6A4C35.


I love getcolorcode.com

Triadic colors

1 #CA95B3 and #B3CA95 with #95B3CA are triadic colors.

2 #CAB395 and #B395CA with #95B3CA are triadic colors.