COLOR #A5BFB2

HEX: #A5BFB2
RGB: (165,191,178)

Color info

#A5BFB2 contains red, green and blue colors in about the same proportion. Web safe color of #A5BFB2 is #99CC99 (or #9C9).

RGB color model

#A5BFB2 color RGB value is (165,191,178).

  • red value is 165;
  • green value is 191;
  • blue value is 178.
RGB:
(165,191,178)
(65%,75%,70%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 178 of 255 = 70%

165
191
178

R + G + B ~ 70%. #A5BFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 178 = 534 (100%)
R 165 of 534 ~ 30.9%
G 191 of 534 ~ 35.77%
B 178 of 534 ~ 33.33%

%30.9
%35.77
%33.33

CMYK color model

#A5BFB2 color CMYK value is (14,0,7,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 25.10%
CMYK:
(14,0,7,25)
C14M0Y7K25 
(14%,0%,7%,25%)
(0.14/0.00/0.07/0.25)	

CMYK percentages

%13.61
%0
%6.81
%25.1

Codes

Color #A5BFB2 in popluar color models

A5BFB2
RGB165191178
HSL150°16.88%69.80%
HSB/HSV150°13.61%74.90%
CMYK13.61%0.00%6.81%
25.10%

Color #A5BFB2 in popluar number systems.

HEXA5BFB2
Decimal165191178
Binary101001011011111110110010
Octal245277262

Shades and tints

Shades of #A5BFB2

#A5BFB2
(165,191,178)
#96AEA2
(150,174,162)
#879D92
(135,157,146)
#788C82
(120,140,130)
#697B72
(105,123,114)
#5A6A62
(90,106,98)
#4B5952
(75,89,82)
#3C4842
(60,72,66)
#2D3732
(45,55,50)
#1E2622
(30,38,34)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5BFB2

#A5BFB2
(165,191,178)
#ADC4B9
(173,196,185)
#B5C9C0
(181,201,192)
#BDCEC7
(189,206,199)
#C5D3CE
(197,211,206)
#CDD8D5
(205,216,213)
#D5DDDC
(213,221,220)
#DDE2E3
(221,226,227)
#E5E7EA
(229,231,234)
#EDECF1
(237,236,241)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BFB2 color. Also use rgb(165,191,178) instead hex code.

Text Font Color

.myTextColor { color: #A5BFB2; }

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

This text font color is #A5BFB2.


Background Color

.myBgColor { background-color: #A5BFB2; }

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

This div background color is #A5BFB2.


Border color

.myBorderColor { border: 1px solid #A5BFB2; }

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

This div border color is #A5BFB2.


Opacity

.myOpacity80 { color: #A5BFB2; opacity: 0.8; }

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

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

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

This text has shadow with #A5BFB2 color.

.textShadow {text-shadow: 3px 3px 1px #A5BFB2, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5BFB2;
-webkit-box-shadow: 1px 1px 3px 2px #A5BFB2;
box-shadow:1px 1px 3px 2px #A5BFB2;">
Div content here</div>
This div box has shadow with color #A5BFB2.

Preview

Color preview on black background

This text has color #A5BFB2 on black background.


Color preview on white background

This text has color #A5BFB2 on white background.



Black color preview on #A5BFB2 background

This text has black color on #A5BFB2 background.


White color preview on #A5BFB2 background

This text has white color on #A5BFB2 background.