COLOR #95AEBB

HEX: #95AEBB RGB: (149,174,187)

Color info

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

RGB color model

#95AEBB color RGB value is (149,174,187).

RGB: (149,174,187) (58%, 68%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 187 of 255 = 73%

149
174
187

R + G + B ~ 66%. #95AEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 174 + 187 = 510 (100%)
R 149 of 510 ~ 29.22%
G 174 of 510 ~ 34.12%
B 187 of 510 ~ 36.67'%

%29.22
%34.12
%36.67

CMYK color model

#95AEBB color CMYK value is (20,7,0,27).

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

CMYK: (20,7,0,27)
C20M7Y0K27 (20%, 7%, 0%, 27%)
(0.20 / 0.07 / 0.00 / 0.27)

CMYK percentages

%20.32
%6.95
%0
%26.67

Codes

Color #95AEBB in popluar color models

95 AE BB
RGB 149 174 187
HSL 201° 21.84% 65.88%
HSB/HSV 201° 20.32% 73.33%
CMYK 20.32% 6.95% 0.00%
26.67%

Color #95AEBB in popluar number systems.

HEX 95 AE BB
Decimal 149 174 187
Binary 10010101 10101110 10111011
Octal 225 256 273

Shades and tints

Shades of #95AEBB

#95AEBB
(149,174,187)
#889FAA
(136,159,170)
#7B9099
(123,144,153)
#6E8188
(110,129,136)
#617277
(97,114,119)
#546366
(84,99,102)
#475455
(71,84,85)
#3A4544
(58,69,68)
#2D3633
(45,54,51)
#202722
(32,39,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #95AEBB

#95AEBB
(149,174,187)
#9EB5C1
(158,181,193)
#A7BCC7
(167,188,199)
#B0C3CD
(176,195,205)
#B9CAD3
(185,202,211)
#C2D1D9
(194,209,217)
#CBD8DF
(203,216,223)
#D4DFE5
(212,223,229)
#DDE6EB
(221,230,235)
#E6EDF1
(230,237,241)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AEBB; }

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

This text font color is #95AEBB.

Background Color

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

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

This div background color is #95AEBB.

Border color

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

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

This div border color is #95AEBB.

Opacity

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

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

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

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

This text has shadow with #95AEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AEBB.

Preview

Color preview on black background

This text has color #95AEBB on black background.


Color preview on white background

This text has color #95AEBB on white background.


Black color preview on #95AEBB background

This text has black color on #95AEBB background.


White color preview on #95AEBB background

This text has white color on #95AEBB background.


Related colors

Complementary color

Complementary color for #hex is #6A5144.


I love getcolorcode.com

Triadic colors

1 #BB95AE and #AEBB95 with #95AEBB are triadic colors.

2 #BBAE95 and #AE95BB with #95AEBB are triadic colors.