COLOR #A5C6C8

HEX: #A5C6C8
RGB: (165,198,200)

Renk bilgisi

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

RGB renk modeli

#A5C6C8 color RGB value is (165,198,200).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 198 of 255 = 78%
B 200 of 255 = 78%

165
198
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 198 + 200 = 563 (100%)
R 165 of 563 ~ 29.31%
G 198 of 563 ~ 35.17%
B 200 of 563 ~ 35.52%

%29.31
%35.17
%35.52

CMYK RENK MODELİ

#A5C6C8 rengi CMYK tonu (18,1,0,22).

  • camgöbeği tonu 17.50%
  • eflatun tonu 1.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(18,1,0,22)
C18M1Y0K22 
(18%,1%,0%,22%)
(0.18/0.01/0.00/0.22)	

CMYK yüzdeleri

%17.5
%1
%0
%21.57

Codes

Color #A5C6C8 in popluar color models

A5C6C8
RGB165198200
HSL183°24.14%71.57%
HSB/HSV183°17.50%78.43%
CMYK17.50%1.00%0.00%
21.57%

Color #A5C6C8 in popluar number systems.

HEXA5C6C8
Decimal165198200
Binary101001011100011011001000
Octal245306310

Shades and tints

Shades of #A5C6C8

#A5C6C8
(165,198,200)
#96B4B6
(150,180,182)
#87A2A4
(135,162,164)
#789092
(120,144,146)
#697E80
(105,126,128)
#5A6C6E
(90,108,110)
#4B5A5C
(75,90,92)
#3C484A
(60,72,74)
#2D3638
(45,54,56)
#1E2426
(30,36,38)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A5C6C8

#A5C6C8
(165,198,200)
#ADCBCD
(173,203,205)
#B5D0D2
(181,208,210)
#BDD5D7
(189,213,215)
#C5DADC
(197,218,220)
#CDDFE1
(205,223,225)
#D5E4E6
(213,228,230)
#DDE9EB
(221,233,235)
#E5EEF0
(229,238,240)
#EDF3F5
(237,243,245)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6C8; }

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

This text font color is #A5C6C8.


Background Color

.myBgColor { background-color: #A5C6C8; }

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

This div background color is #A5C6C8.


Border color

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

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

This div border color is #A5C6C8.


Opacity

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

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

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

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

This text has shadow with #A5C6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6C8 on black background.


Color preview on white background

This text has color #A5C6C8 on white background.



Black color preview on #A5C6C8 background

This text has black color on #A5C6C8 background.


White color preview on #A5C6C8 background

This text has white color on #A5C6C8 background.