COLOR #A9EEE6

HEX: #A9EEE6
RGB: (169,238,230)

Renk bilgisi

#A9EEE6 contains mainly green and blue colors. #A9EEE6 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#A9EEE6 color RGB value is (169,238,230).

  • kırmız ton 169;
  • yeşil ton 238;
  • mavi ton 230.
RGB:
(169,238,230)
(66%,93%,90%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 238 of 255 = 93%
B 230 of 255 = 90%

169
238
230

R + G + B ~ 83%. #A9EEE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 238 + 230 = 637 (100%)
R 169 of 637 ~ 26.53%
G 238 of 637 ~ 37.36%
B 230 of 637 ~ 36.11%

%26.53
%37.36
%36.11

CMYK RENK MODELİ

#A9EEE6 rengi CMYK tonu (29,0,3,7).

  • camgöbeği tonu 28.99%
  • eflatun tonu 0.00%
  • sarı tonu 3.36%
  • ana renk tonu 6.67%
CMYK:
(29,0,3,7)
C29M0Y3K7 
(29%,0%,3%,7%)
(0.29/0.00/0.03/0.07)	

CMYK yüzdeleri

%28.99
%0
%3.36
%6.67

Codes

Color #A9EEE6 in popluar color models

A9EEE6
RGB169238230
HSL173°66.99%79.80%
HSB/HSV173°28.99%93.33%
CMYK28.99%0.00%3.36%
6.67%

Color #A9EEE6 in popluar number systems.

HEXA9EEE6
Decimal169238230
Binary101010011110111011100110
Octal251356346

Shades and tints

Shades of #A9EEE6

#A9EEE6
(169,238,230)
#9AD9D2
(154,217,210)
#8BC4BE
(139,196,190)
#7CAFAA
(124,175,170)
#6D9A96
(109,154,150)
#5E8582
(94,133,130)
#4F706E
(79,112,110)
#405B5A
(64,91,90)
#314646
(49,70,70)
#223132
(34,49,50)
#131C1E
(19,28,30)
#000000
(0,0,0)

Tints of #A9EEE6

#A9EEE6
(169,238,230)
#B0EFE8
(176,239,232)
#B7F0EA
(183,240,234)
#BEF1EC
(190,241,236)
#C5F2EE
(197,242,238)
#CCF3F0
(204,243,240)
#D3F4F2
(211,244,242)
#DAF5F4
(218,245,244)
#E1F6F6
(225,246,246)
#E8F7F8
(232,247,248)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EEE6 color. Also use rgb(169,238,230) instead hex code.

Text Font Color

.myTextColor { color: #A9EEE6; }

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

This text font color is #A9EEE6.


Background Color

.myBgColor { background-color: #A9EEE6; }

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

This div background color is #A9EEE6.


Border color

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

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

This div border color is #A9EEE6.


Opacity

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

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

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

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

This text has shadow with #A9EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EEE6 on black background.


Color preview on white background

This text has color #A9EEE6 on white background.



Black color preview on #A9EEE6 background

This text has black color on #A9EEE6 background.


White color preview on #A9EEE6 background

This text has white color on #A9EEE6 background.