COLOR #A6C4DD

HEX: #A6C4DD
RGB: (166,196,221)

Renk bilgisi

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

RGB renk modeli

#A6C4DD color RGB value is (166,196,221).

  • kırmız ton 166;
  • yeşil ton 196;
  • mavi ton 221.
RGB:
(166,196,221)
(65%,77%,87%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 196 of 255 = 77%
B 221 of 255 = 87%

166
196
221

R + G + B ~ 76%. #A6C4DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 196 + 221 = 583 (100%)
R 166 of 583 ~ 28.47%
G 196 of 583 ~ 33.62%
B 221 of 583 ~ 37.91%

%28.47
%33.62
%37.91

CMYK RENK MODELİ

#A6C4DD rengi CMYK tonu (25,11,0,13).

  • camgöbeği tonu 24.89%
  • eflatun tonu 11.31%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(25,11,0,13)
C25M11Y0K13 
(25%,11%,0%,13%)
(0.25/0.11/0.00/0.13)	

CMYK yüzdeleri

%24.89
%11.31
%0
%13.33

Codes

Color #A6C4DD in popluar color models

A6C4DD
RGB166196221
HSL207°44.72%75.88%
HSB/HSV207°24.89%86.67%
CMYK24.89%11.31%0.00%
13.33%

Color #A6C4DD in popluar number systems.

HEXA6C4DD
Decimal166196221
Binary101001101100010011011101
Octal246304335

Shades and tints

Shades of #A6C4DD

#A6C4DD
(166,196,221)
#97B3C9
(151,179,201)
#88A2B5
(136,162,181)
#7991A1
(121,145,161)
#6A808D
(106,128,141)
#5B6F79
(91,111,121)
#4C5E65
(76,94,101)
#3D4D51
(61,77,81)
#2E3C3D
(46,60,61)
#1F2B29
(31,43,41)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #A6C4DD

#A6C4DD
(166,196,221)
#AEC9E0
(174,201,224)
#B6CEE3
(182,206,227)
#BED3E6
(190,211,230)
#C6D8E9
(198,216,233)
#CEDDEC
(206,221,236)
#D6E2EF
(214,226,239)
#DEE7F2
(222,231,242)
#E6ECF5
(230,236,245)
#EEF1F8
(238,241,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C4DD color. Also use rgb(166,196,221) instead hex code.

Text Font Color

.myTextColor { color: #A6C4DD; }

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

This text font color is #A6C4DD.


Background Color

.myBgColor { background-color: #A6C4DD; }

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

This div background color is #A6C4DD.


Border color

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

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

This div border color is #A6C4DD.


Opacity

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

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

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

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

This text has shadow with #A6C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C4DD on black background.


Color preview on white background

This text has color #A6C4DD on white background.



Black color preview on #A6C4DD background

This text has black color on #A6C4DD background.


White color preview on #A6C4DD background

This text has white color on #A6C4DD background.