COLOR #95AFBB

HEX: #95AFBB RGB: (149,175,187)

Color info

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

RGB color model

#95AFBB color RGB value is (149,175,187).

RGB: (149,175,187) (58%, 69%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 187 of 255 = 73%

149
175
187

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

Portions of RGB colors in percentages

R + G + B = 149 + 175 + 187 = 511 (100%)
R 149 of 511 ~ 29.16%
G 175 of 511 ~ 34.25%
B 187 of 511 ~ 36.59'%

%29.16
%34.25
%36.59

CMYK color model

#95AFBB color CMYK value is (20,6,0,27).

  • cyan value is 20.32%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (20,6,0,27)
C20M6Y0K27 (20%, 6%, 0%, 27%)
(0.20 / 0.06 / 0.00 / 0.27)

CMYK percentages

%20.32
%6.42
%0
%26.67

Codes

Color #95AFBB in popluar color models

95 AF BB
RGB 149 175 187
HSL 199° 21.84% 65.88%
HSB/HSV 199° 20.32% 73.33%
CMYK 20.32% 6.42% 0.00%
26.67%

Color #95AFBB in popluar number systems.

HEX 95 AF BB
Decimal 149 175 187
Binary 10010101 10101111 10111011
Octal 225 257 273

Shades and tints

Shades of #95AFBB

#95AFBB
(149,175,187)
#88A0AA
(136,160,170)
#7B9199
(123,145,153)
#6E8288
(110,130,136)
#617377
(97,115,119)
#546466
(84,100,102)
#475555
(71,85,85)
#3A4644
(58,70,68)
#2D3733
(45,55,51)
#202822
(32,40,34)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #95AFBB

#95AFBB
(149,175,187)
#9EB6C1
(158,182,193)
#A7BDC7
(167,189,199)
#B0C4CD
(176,196,205)
#B9CBD3
(185,203,211)
#C2D2D9
(194,210,217)
#CBD9DF
(203,217,223)
#D4E0E5
(212,224,229)
#DDE7EB
(221,231,235)
#E6EEF1
(230,238,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AFBB color. Also use rgb(149,175,187) instead hex code.

Text Font Color

.myTextColor { color: #95AFBB; }

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

This text font color is #95AFBB.

Background Color

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

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

This div background color is #95AFBB.

Border color

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

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

This div border color is #95AFBB.

Opacity

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

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

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

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

This text has shadow with #95AFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AFBB.

Preview

Color preview on black background

This text has color #95AFBB on black background.


Color preview on white background

This text has color #95AFBB on white background.


Black color preview on #95AFBB background

This text has black color on #95AFBB background.


White color preview on #95AFBB background

This text has white color on #95AFBB background.


Related colors

Complementary color

Complementary color for #hex is #6A5044.


I love getcolorcode.com

Triadic colors

1 #BB95AF and #AFBB95 with #95AFBB are triadic colors.

2 #BBAF95 and #AF95BB with #95AFBB are triadic colors.