COLOR #A5CBEB

HEX: #A5CBEB
RGB: (165,203,235)

Color info

#A5CBEB contains mainly green and blue colors. Web safe color of #A5CBEB is #99CCFF (or #9CF).

RGB color model

#A5CBEB color RGB value is (165,203,235).

  • red value is 165;
  • green value is 203;
  • blue value is 235.
RGB:
(165,203,235)
(65%,80%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 235 of 255 = 92%

165
203
235

R + G + B ~ 79%. #A5CBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 235 = 603 (100%)
R 165 of 603 ~ 27.36%
G 203 of 603 ~ 33.67%
B 235 of 603 ~ 38.97%

%27.36
%33.67
%38.97

CMYK color model

#A5CBEB color CMYK value is (30,14,0,8).

  • cyan value is 29.79%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,14,0,8)
C30M14Y0K8 
(30%,14%,0%,8%)
(0.30/0.14/0.00/0.08)	

CMYK percentages

%29.79
%13.62
%0
%7.84

Codes

Color #A5CBEB in popluar color models

A5CBEB
RGB165203235
HSL207°63.64%78.43%
HSB/HSV207°29.79%92.16%
CMYK29.79%13.62%0.00%
7.84%

Color #A5CBEB in popluar number systems.

HEXA5CBEB
Decimal165203235
Binary101001011100101111101011
Octal245313353

Shades and tints

Shades of #A5CBEB

#A5CBEB
(165,203,235)
#96B9D6
(150,185,214)
#87A7C1
(135,167,193)
#7895AC
(120,149,172)
#698397
(105,131,151)
#5A7182
(90,113,130)
#4B5F6D
(75,95,109)
#3C4D58
(60,77,88)
#2D3B43
(45,59,67)
#1E292E
(30,41,46)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #A5CBEB

#A5CBEB
(165,203,235)
#ADCFEC
(173,207,236)
#B5D3ED
(181,211,237)
#BDD7EE
(189,215,238)
#C5DBEF
(197,219,239)
#CDDFF0
(205,223,240)
#D5E3F1
(213,227,241)
#DDE7F2
(221,231,242)
#E5EBF3
(229,235,243)
#EDEFF4
(237,239,244)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CBEB color. Also use rgb(165,203,235) instead hex code.

Text Font Color

.myTextColor { color: #A5CBEB; }

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

This text font color is #A5CBEB.


Background Color

.myBgColor { background-color: #A5CBEB; }

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

This div background color is #A5CBEB.


Border color

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

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

This div border color is #A5CBEB.


Opacity

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

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

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

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

This text has shadow with #A5CBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBEB on black background.


Color preview on white background

This text has color #A5CBEB on white background.



Black color preview on #A5CBEB background

This text has black color on #A5CBEB background.


White color preview on #A5CBEB background

This text has white color on #A5CBEB background.