COLOR #A5C3BE

HEX: #A5C3BE RGB: (165,195,190)

Color info

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

RGB color model

#A5C3BE color RGB value is (165,195,190).

RGB: (165,195,190) (65%, 76%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 190 of 255 = 75%

165
195
190

R + G + B ~ 72%. #A5C3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 195 + 190 = 550 (100%)
R 165 of 550 ~ 30%
G 195 of 550 ~ 35.45%
B 190 of 550 ~ 34.55'%

%30
%35.45
%34.55

CMYK color model

#A5C3BE color CMYK value is (15,0,3,24).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 23.53%

CMYK: (15,0,3,24)
C15M0Y3K24 (15%, 0%, 3%, 24%)
(0.15 / 0.00 / 0.03 / 0.24)

CMYK percentages

%15.38
%0
%2.56
%23.53

Codes

Color #A5C3BE in popluar color models

A5 C3 BE
RGB 165 195 190
HSL 170° 20.00% 70.59%
HSB/HSV 170° 15.38% 76.47%
CMYK 15.38% 0.00% 2.56%
23.53%

Color #A5C3BE in popluar number systems.

HEX A5 C3 BE
Decimal 165 195 190
Binary 10100101 11000011 10111110
Octal 245 303 276

Shades and tints

Shades of #A5C3BE

#A5C3BE
(165,195,190)
#96B2AD
(150,178,173)
#87A19C
(135,161,156)
#78908B
(120,144,139)
#697F7A
(105,127,122)
#5A6E69
(90,110,105)
#4B5D58
(75,93,88)
#3C4C47
(60,76,71)
#2D3B36
(45,59,54)
#1E2A25
(30,42,37)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5C3BE

#A5C3BE
(165,195,190)
#ADC8C3
(173,200,195)
#B5CDC8
(181,205,200)
#BDD2CD
(189,210,205)
#C5D7D2
(197,215,210)
#CDDCD7
(205,220,215)
#D5E1DC
(213,225,220)
#DDE6E1
(221,230,225)
#E5EBE6
(229,235,230)
#EDF0EB
(237,240,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C3BE color. Also use rgb(165,195,190) instead hex code.

Text Font Color

.myTextColor { color: #A5C3BE; }

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

This text font color is #A5C3BE.

Background Color

.myBgColor { background-color: #A5C3BE; }

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

This div background color is #A5C3BE.

Border color

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

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

This div border color is #A5C3BE.

Opacity

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

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

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

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

This text has shadow with #A5C3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C3BE.

Preview

Color preview on black background

This text has color #A5C3BE on black background.


Color preview on white background

This text has color #A5C3BE on white background.


Black color preview on #A5C3BE background

This text has black color on #A5C3BE background.


White color preview on #A5C3BE background

This text has white color on #A5C3BE background.


Related colors

Complementary color

Complementary color for #hex is #5A3C41.


I love getcolorcode.com

Triadic colors

1 #BEA5C3 and #C3BEA5 with #A5C3BE are triadic colors.

2 #BEC3A5 and #C3A5BE with #A5C3BE are triadic colors.