COLOR #A5CCF0

HEX: #A5CCF0 RGB: (165,204,240)

Renk bilgisi

#A5CCF0 contains mainly green and blue colors. #A5CCF0 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5CCF0 color RGB value is (165,204,240).

RGB: (165,204,240) (65%, 80%, 94%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 204 of 255 = 80%
B 240 of 255 = 94%

165
204
240

R + G + B ~ 80%. #A5CCF0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 204 + 240 = 609 (100%)
R 165 of 609 ~ 27.09%
G 204 of 609 ~ 33.5%
B 240 of 609 ~ 39.41'%

%27.09
%33.5
%39.41

CMYK RENK MODELİ

#A5CCF0 rengi CMYK tonu (31,15,0,6).

  • camgöbeği tonu 31.25%
  • eflatun tonu 15.00%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%

CMYK: (31,15,0,6)
C31M15Y0K6 (31%, 15%, 0%, 6%)
(0.31 / 0.15 / 0.00 / 0.06)

CMYK yüzdeleri

%31.25
%15
%0
%5.88

Codes

Color #A5CCF0 in popluar color models

A5 CC F0
RGB 165 204 240
HSL 209° 71.43% 79.41%
HSB/HSV 209° 31.25% 94.12%
CMYK 31.25% 15.00% 0.00%
5.88%

Color #A5CCF0 in popluar number systems.

HEX A5 CC F0
Decimal 165 204 240
Binary 10100101 11001100 11110000
Octal 245 314 360

Shades and tints

Shades of #A5CCF0

#A5CCF0
(165,204,240)
#96BADB
(150,186,219)
#87A8C6
(135,168,198)
#7896B1
(120,150,177)
#69849C
(105,132,156)
#5A7287
(90,114,135)
#4B6072
(75,96,114)
#3C4E5D
(60,78,93)
#2D3C48
(45,60,72)
#1E2A33
(30,42,51)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #A5CCF0

#A5CCF0
(165,204,240)
#ADD0F1
(173,208,241)
#B5D4F2
(181,212,242)
#BDD8F3
(189,216,243)
#C5DCF4
(197,220,244)
#CDE0F5
(205,224,245)
#D5E4F6
(213,228,246)
#DDE8F7
(221,232,247)
#E5ECF8
(229,236,248)
#EDF0F9
(237,240,249)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CCF0 color. Also use rgb(165,204,240) instead hex code.

Text Font Color

.myTextColor { color: #A5CCF0; }

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

This text font color is #A5CCF0.

Background Color

.myBgColor { background-color: #A5CCF0; }

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

This div background color is #A5CCF0.

Border color

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

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

This div border color is #A5CCF0.

Opacity

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

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

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

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

This text has shadow with #A5CCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCF0.

Preview

Color preview on black background

This text has color #A5CCF0 on black background.


Color preview on white background

This text has color #A5CCF0 on white background.


Black color preview on #A5CCF0 background

This text has black color on #A5CCF0 background.


White color preview on #A5CCF0 background

This text has white color on #A5CCF0 background.


Related colors

Complementary color

Complementary color for #hex is #5A330F.


I love getcolorcode.com

Triadic colors

1 #F0A5CC and #CCF0A5 with #A5CCF0 are triadic colors.

2 #F0CCA5 and #CCA5F0 with #A5CCF0 are triadic colors.