COLOR #A5C2CC

HEX: #A5C2CC
RGB: (165,194,204)

Renk bilgisi

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

RGB renk modeli

#A5C2CC color RGB value is (165,194,204).

  • kırmız ton 165;
  • yeşil ton 194;
  • mavi ton 204.
RGB:
(165,194,204)
(65%,76%,80%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 194 of 255 = 76%
B 204 of 255 = 80%

165
194
204

R + G + B ~ 74%. #A5C2CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 194 + 204 = 563 (100%)
R 165 of 563 ~ 29.31%
G 194 of 563 ~ 34.46%
B 204 of 563 ~ 36.23%

%29.31
%34.46
%36.23

CMYK RENK MODELİ

#A5C2CC rengi CMYK tonu (19,5,0,20).

  • camgöbeği tonu 19.12%
  • eflatun tonu 4.90%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(19,5,0,20)
C19M5Y0K20 
(19%,5%,0%,20%)
(0.19/0.05/0.00/0.20)	

CMYK yüzdeleri

%19.12
%4.9
%0
%20

Codes

Color #A5C2CC in popluar color models

A5C2CC
RGB165194204
HSL195°27.66%72.35%
HSB/HSV195°19.12%80.00%
CMYK19.12%4.90%0.00%
20.00%

Color #A5C2CC in popluar number systems.

HEXA5C2CC
Decimal165194204
Binary101001011100001011001100
Octal245302314

Shades and tints

Shades of #A5C2CC

#A5C2CC
(165,194,204)
#96B1BA
(150,177,186)
#87A0A8
(135,160,168)
#788F96
(120,143,150)
#697E84
(105,126,132)
#5A6D72
(90,109,114)
#4B5C60
(75,92,96)
#3C4B4E
(60,75,78)
#2D3A3C
(45,58,60)
#1E292A
(30,41,42)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #A5C2CC

#A5C2CC
(165,194,204)
#ADC7D0
(173,199,208)
#B5CCD4
(181,204,212)
#BDD1D8
(189,209,216)
#C5D6DC
(197,214,220)
#CDDBE0
(205,219,224)
#D5E0E4
(213,224,228)
#DDE5E8
(221,229,232)
#E5EAEC
(229,234,236)
#EDEFF0
(237,239,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C2CC; }

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

This text font color is #A5C2CC.


Background Color

.myBgColor { background-color: #A5C2CC; }

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

This div background color is #A5C2CC.


Border color

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

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

This div border color is #A5C2CC.


Opacity

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

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

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

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

This text has shadow with #A5C2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C2CC on black background.


Color preview on white background

This text has color #A5C2CC on white background.



Black color preview on #A5C2CC background

This text has black color on #A5C2CC background.


White color preview on #A5C2CC background

This text has white color on #A5C2CC background.