COLOR #A5BFCA

HEX: #A5BFCA RGB: (165,191,202)

Color info

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

RGB color model

#A5BFCA color RGB value is (165,191,202).

RGB: (165,191,202) (65%, 75%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 202 of 255 = 79%

165
191
202

R + G + B ~ 73%. #A5BFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 202 = 558 (100%)
R 165 of 558 ~ 29.57%
G 191 of 558 ~ 34.23%
B 202 of 558 ~ 36.2'%

%29.57
%34.23
%36.2

CMYK color model

#A5BFCA color CMYK value is (18,5,0,21).

  • cyan value is 18.32%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,5,0,21)
C18M5Y0K21 (18%, 5%, 0%, 21%)
(0.18 / 0.05 / 0.00 / 0.21)

CMYK percentages

%18.32
%5.45
%0
%20.78

Codes

Color #A5BFCA in popluar color models

A5 BF CA
RGB 165 191 202
HSL 198° 25.87% 71.96%
HSB/HSV 198° 18.32% 79.22%
CMYK 18.32% 5.45% 0.00%
20.78%

Color #A5BFCA in popluar number systems.

HEX A5 BF CA
Decimal 165 191 202
Binary 10100101 10111111 11001010
Octal 245 277 312

Shades and tints

Shades of #A5BFCA

#A5BFCA
(165,191,202)
#96AEB8
(150,174,184)
#879DA6
(135,157,166)
#788C94
(120,140,148)
#697B82
(105,123,130)
#5A6A70
(90,106,112)
#4B595E
(75,89,94)
#3C484C
(60,72,76)
#2D373A
(45,55,58)
#1E2628
(30,38,40)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5BFCA

#A5BFCA
(165,191,202)
#ADC4CE
(173,196,206)
#B5C9D2
(181,201,210)
#BDCED6
(189,206,214)
#C5D3DA
(197,211,218)
#CDD8DE
(205,216,222)
#D5DDE2
(213,221,226)
#DDE2E6
(221,226,230)
#E5E7EA
(229,231,234)
#EDECEE
(237,236,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFCA; }

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

This text font color is #A5BFCA.

Background Color

.myBgColor { background-color: #A5BFCA; }

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

This div background color is #A5BFCA.

Border color

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

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

This div border color is #A5BFCA.

Opacity

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

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

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

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

This text has shadow with #A5BFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFCA.

Preview

Color preview on black background

This text has color #A5BFCA on black background.


Color preview on white background

This text has color #A5BFCA on white background.


Black color preview on #A5BFCA background

This text has black color on #A5BFCA background.


White color preview on #A5BFCA background

This text has white color on #A5BFCA background.


Related colors

Complementary color

Complementary color for #hex is #5A4035.


I love getcolorcode.com

Triadic colors

1 #CAA5BF and #BFCAA5 with #A5BFCA are triadic colors.

2 #CABFA5 and #BFA5CA with #A5BFCA are triadic colors.