COLOR #A5BFDD

HEX: #A5BFDD RGB: (165,191,221)

Color info

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

RGB color model

#A5BFDD color RGB value is (165,191,221).

RGB: (165,191,221) (65%, 75%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 221 of 255 = 87%

165
191
221

R + G + B ~ 76%. #A5BFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 221 = 577 (100%)
R 165 of 577 ~ 28.6%
G 191 of 577 ~ 33.1%
B 221 of 577 ~ 38.3'%

%28.6
%33.1
%38.3

CMYK color model

#A5BFDD color CMYK value is (25,14,0,13).

  • cyan value is 25.34%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (25,14,0,13) C25M14Y0K13 (25%,14%,0%,13%) (0.25/0.14/0.00/0.13) 

CMYK percentages

%25.34
%13.57
%0
%13.33

Codes

Color #A5BFDD in popluar color models

A5 BF DD
RGB 165 191 221
HSL 212° 45.16% 75.69%
HSB/HSV 212° 25.34% 86.67%
CMYK 25.34% 13.57% 0.00%
13.33%

Color #A5BFDD in popluar number systems.

HEX A5 BF DD
Decimal 165 191 221
Binary 10100101 10111111 11011101
Octal 245 277 335

Shades and tints

Shades of #A5BFDD

#A5BFDD
(165,191,221)
#96AEC9
(150,174,201)
#879DB5
(135,157,181)
#788CA1
(120,140,161)
#697B8D
(105,123,141)
#5A6A79
(90,106,121)
#4B5965
(75,89,101)
#3C4851
(60,72,81)
#2D373D
(45,55,61)
#1E2629
(30,38,41)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5BFDD

#A5BFDD
(165,191,221)
#ADC4E0
(173,196,224)
#B5C9E3
(181,201,227)
#BDCEE6
(189,206,230)
#C5D3E9
(197,211,233)
#CDD8EC
(205,216,236)
#D5DDEF
(213,221,239)
#DDE2F2
(221,226,242)
#E5E7F5
(229,231,245)
#EDECF8
(237,236,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFDD; }

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

This text font color is #A5BFDD.

Background Color

.myBgColor { background-color: #A5BFDD; }

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

This div background color is #A5BFDD.

Border color

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

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

This div border color is #A5BFDD.

Opacity

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

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

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

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

This text has shadow with #A5BFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFDD.

Preview

Color preview on black background

This text has color #A5BFDD on black background.


Color preview on white background

This text has color #A5BFDD on white background.


Black color preview on #A5BFDD background

This text has black color on #A5BFDD background.


White color preview on #A5BFDD background

This text has white color on #A5BFDD background.


Related colors

Complementary color

Complementary color for #hex is #5A4022.


I love getcolorcode.com

Triadic colors

1 #DDA5BF and #BFDDA5 with #A5BFDD are triadic colors.

2 #DDBFA5 and #BFA5DD with #A5BFDD are triadic colors.