COLOR #A5CEDD

HEX: #A5CEDD RGB: (165,206,221)

Color info

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

RGB color model

#A5CEDD color RGB value is (165,206,221).

RGB: (165,206,221) (65%, 81%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 221 of 255 = 87%

165
206
221

R + G + B ~ 78%. #A5CEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 206 + 221 = 592 (100%)
R 165 of 592 ~ 27.87%
G 206 of 592 ~ 34.8%
B 221 of 592 ~ 37.33'%

%27.87
%34.8
%37.33

CMYK color model

#A5CEDD color CMYK value is (25,7,0,13).

  • cyan value is 25.34%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (25,7,0,13) C25M7Y0K13 (25%,7%,0%,13%) (0.25/0.07/0.00/0.13) 

CMYK percentages

%25.34
%6.79
%0
%13.33

Codes

Color #A5CEDD in popluar color models

A5 CE DD
RGB 165 206 221
HSL 196° 45.16% 75.69%
HSB/HSV 196° 25.34% 86.67%
CMYK 25.34% 6.79% 0.00%
13.33%

Color #A5CEDD in popluar number systems.

HEX A5 CE DD
Decimal 165 206 221
Binary 10100101 11001110 11011101
Octal 245 316 335

Shades and tints

Shades of #A5CEDD

#A5CEDD
(165,206,221)
#96BCC9
(150,188,201)
#87AAB5
(135,170,181)
#7898A1
(120,152,161)
#69868D
(105,134,141)
#5A7479
(90,116,121)
#4B6265
(75,98,101)
#3C5051
(60,80,81)
#2D3E3D
(45,62,61)
#1E2C29
(30,44,41)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #A5CEDD

#A5CEDD
(165,206,221)
#ADD2E0
(173,210,224)
#B5D6E3
(181,214,227)
#BDDAE6
(189,218,230)
#C5DEE9
(197,222,233)
#CDE2EC
(205,226,236)
#D5E6EF
(213,230,239)
#DDEAF2
(221,234,242)
#E5EEF5
(229,238,245)
#EDF2F8
(237,242,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CEDD; }

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

This text font color is #A5CEDD.

Background Color

.myBgColor { background-color: #A5CEDD; }

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

This div background color is #A5CEDD.

Border color

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

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

This div border color is #A5CEDD.

Opacity

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

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

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

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

This text has shadow with #A5CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CEDD.

Preview

Color preview on black background

This text has color #A5CEDD on black background.


Color preview on white background

This text has color #A5CEDD on white background.


Black color preview on #A5CEDD background

This text has black color on #A5CEDD background.


White color preview on #A5CEDD background

This text has white color on #A5CEDD background.


Related colors

Complementary color

Complementary color for #hex is #5A3122.


I love getcolorcode.com

Triadic colors

1 #DDA5CE and #CEDDA5 with #A5CEDD are triadic colors.

2 #DDCEA5 and #CEA5DD with #A5CEDD are triadic colors.