COLOR #A5C8DD

HEX: #A5C8DD
RGB: (165,200,221)

Renk bilgisi

#A5C8DD contains red, green and blue colors in about the same proportion. #A5C8DD ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5C8DD color RGB value is (165,200,221).

  • kırmız ton 165;
  • yeşil ton 200;
  • mavi ton 221.
RGB:
(165,200,221)
(65%,78%,87%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 200 of 255 = 78%
B 221 of 255 = 87%

165
200
221

R + G + B ~ 77%. #A5C8DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 200 + 221 = 586 (100%)
R 165 of 586 ~ 28.16%
G 200 of 586 ~ 34.13%
B 221 of 586 ~ 37.71%

%28.16
%34.13
%37.71

CMYK RENK MODELİ

#A5C8DD rengi CMYK tonu (25,10,0,13).

  • camgöbeği tonu 25.34%
  • eflatun tonu 9.50%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(25,10,0,13)
C25M10Y0K13 
(25%,10%,0%,13%)
(0.25/0.10/0.00/0.13)	

CMYK yüzdeleri

%25.34
%9.5
%0
%13.33

Codes

Color #A5C8DD in popluar color models

A5C8DD
RGB165200221
HSL203°45.16%75.69%
HSB/HSV203°25.34%86.67%
CMYK25.34%9.50%0.00%
13.33%

Color #A5C8DD in popluar number systems.

HEXA5C8DD
Decimal165200221
Binary101001011100100011011101
Octal245310335

Shades and tints

Shades of #A5C8DD

#A5C8DD
(165,200,221)
#96B6C9
(150,182,201)
#87A4B5
(135,164,181)
#7892A1
(120,146,161)
#69808D
(105,128,141)
#5A6E79
(90,110,121)
#4B5C65
(75,92,101)
#3C4A51
(60,74,81)
#2D383D
(45,56,61)
#1E2629
(30,38,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5C8DD

#A5C8DD
(165,200,221)
#ADCDE0
(173,205,224)
#B5D2E3
(181,210,227)
#BDD7E6
(189,215,230)
#C5DCE9
(197,220,233)
#CDE1EC
(205,225,236)
#D5E6EF
(213,230,239)
#DDEBF2
(221,235,242)
#E5F0F5
(229,240,245)
#EDF5F8
(237,245,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C8DD; }

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

This text font color is #A5C8DD.


Background Color

.myBgColor { background-color: #A5C8DD; }

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

This div background color is #A5C8DD.


Border color

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

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

This div border color is #A5C8DD.


Opacity

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

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

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

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

This text has shadow with #A5C8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C8DD on black background.


Color preview on white background

This text has color #A5C8DD on white background.



Black color preview on #A5C8DD background

This text has black color on #A5C8DD background.


White color preview on #A5C8DD background

This text has white color on #A5C8DD background.