COLOR #95AFA2

HEX: #95AFA2 RGB: (149,175,162)

Color info

#95AFA2 contains red, green and blue colors in about the same proportion. Web safe color of #95AFA2 is #999999 (or #999).

RGB color model

#95AFA2 color RGB value is (149,175,162).

RGB: (149,175,162) (58%, 69%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 162 of 255 = 64%

149
175
162

R + G + B ~ 64%. #95AFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 175 + 162 = 486 (100%)
R 149 of 486 ~ 30.66%
G 175 of 486 ~ 36.01%
B 162 of 486 ~ 33.33'%

%30.66
%36.01
%33.33

CMYK color model

#95AFA2 color CMYK value is (15,0,7,31).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 31.37%

CMYK: (15,0,7,31)
C15M0Y7K31 (15%, 0%, 7%, 31%)
(0.15 / 0.00 / 0.07 / 0.31)

CMYK percentages

%14.86
%0
%7.43
%31.37

Codes

Color #95AFA2 in popluar color models

95 AF A2
RGB 149 175 162
HSL 150° 13.98% 63.53%
HSB/HSV 150° 14.86% 68.63%
CMYK 14.86% 0.00% 7.43%
31.37%

Color #95AFA2 in popluar number systems.

HEX 95 AF A2
Decimal 149 175 162
Binary 10010101 10101111 10100010
Octal 225 257 242

Shades and tints

Shades of #95AFA2

#95AFA2
(149,175,162)
#88A094
(136,160,148)
#7B9186
(123,145,134)
#6E8278
(110,130,120)
#61736A
(97,115,106)
#54645C
(84,100,92)
#47554E
(71,85,78)
#3A4640
(58,70,64)
#2D3732
(45,55,50)
#202824
(32,40,36)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #95AFA2

#95AFA2
(149,175,162)
#9EB6AA
(158,182,170)
#A7BDB2
(167,189,178)
#B0C4BA
(176,196,186)
#B9CBC2
(185,203,194)
#C2D2CA
(194,210,202)
#CBD9D2
(203,217,210)
#D4E0DA
(212,224,218)
#DDE7E2
(221,231,226)
#E6EEEA
(230,238,234)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AFA2; }

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

This text font color is #95AFA2.

Background Color

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

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

This div background color is #95AFA2.

Border color

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

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

This div border color is #95AFA2.

Opacity

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

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

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

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

This text has shadow with #95AFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AFA2.

Preview

Color preview on black background

This text has color #95AFA2 on black background.


Color preview on white background

This text has color #95AFA2 on white background.


Black color preview on #95AFA2 background

This text has black color on #95AFA2 background.


White color preview on #95AFA2 background

This text has white color on #95AFA2 background.


Related colors

Complementary color

Complementary color for #hex is #6A505D.


I love getcolorcode.com

Triadic colors

1 #A295AF and #AFA295 with #95AFA2 are triadic colors.

2 #A2AF95 and #AF95A2 with #95AFA2 are triadic colors.