COLOR #95B8C5

HEX: #95B8C5 RGB: (149,184,197)

Color info

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

RGB color model

#95B8C5 color RGB value is (149,184,197).

RGB: (149,184,197) (58%, 72%, 77%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 197 of 255 = 77%

149
184
197

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

Portions of RGB colors in percentages

R + G + B = 149 + 184 + 197 = 530 (100%)
R 149 of 530 ~ 28.11%
G 184 of 530 ~ 34.72%
B 197 of 530 ~ 37.17'%

%28.11
%34.72
%37.17

CMYK color model

#95B8C5 color CMYK value is (24,7,0,23).

  • cyan value is 24.37%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (24,7,0,23)
C24M7Y0K23 (24%, 7%, 0%, 23%)
(0.24 / 0.07 / 0.00 / 0.23)

CMYK percentages

%24.37
%6.6
%0
%22.75

Codes

Color #95B8C5 in popluar color models

95 B8 C5
RGB 149 184 197
HSL 196° 29.27% 67.84%
HSB/HSV 196° 24.37% 77.25%
CMYK 24.37% 6.60% 0.00%
22.75%

Color #95B8C5 in popluar number systems.

HEX 95 B8 C5
Decimal 149 184 197
Binary 10010101 10111000 11000101
Octal 225 270 305

Shades and tints

Shades of #95B8C5

#95B8C5
(149,184,197)
#88A8B4
(136,168,180)
#7B98A3
(123,152,163)
#6E8892
(110,136,146)
#617881
(97,120,129)
#546870
(84,104,112)
#47585F
(71,88,95)
#3A484E
(58,72,78)
#2D383D
(45,56,61)
#20282C
(32,40,44)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #95B8C5

#95B8C5
(149,184,197)
#9EBECA
(158,190,202)
#A7C4CF
(167,196,207)
#B0CAD4
(176,202,212)
#B9D0D9
(185,208,217)
#C2D6DE
(194,214,222)
#CBDCE3
(203,220,227)
#D4E2E8
(212,226,232)
#DDE8ED
(221,232,237)
#E6EEF2
(230,238,242)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B8C5 color. Also use rgb(149,184,197) instead hex code.

Text Font Color

.myTextColor { color: #95B8C5; }

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

This text font color is #95B8C5.

Background Color

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

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

This div background color is #95B8C5.

Border color

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

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

This div border color is #95B8C5.

Opacity

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

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

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

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

This text has shadow with #95B8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B8C5.

Preview

Color preview on black background

This text has color #95B8C5 on black background.


Color preview on white background

This text has color #95B8C5 on white background.


Black color preview on #95B8C5 background

This text has black color on #95B8C5 background.


White color preview on #95B8C5 background

This text has white color on #95B8C5 background.


Related colors

Complementary color

Complementary color for #hex is #6A473A.


I love getcolorcode.com

Triadic colors

1 #C595B8 and #B8C595 with #95B8C5 are triadic colors.

2 #C5B895 and #B895C5 with #95B8C5 are triadic colors.