COLOR #A6E6C7

HEX: #A6E6C7
RGB: (166,230,199)

Renk bilgisi

#A6E6C7 contains mainly green and blue colors. #A6E6C7 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A6E6C7 color RGB value is (166,230,199).

  • kırmız ton 166;
  • yeşil ton 230;
  • mavi ton 199.
RGB:
(166,230,199)
(65%,90%,78%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 230 of 255 = 90%
B 199 of 255 = 78%

166
230
199

R + G + B ~ 78%. #A6E6C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 230 + 199 = 595 (100%)
R 166 of 595 ~ 27.9%
G 230 of 595 ~ 38.66%
B 199 of 595 ~ 33.45%

%27.9
%38.66
%33.45

CMYK RENK MODELİ

#A6E6C7 rengi CMYK tonu (28,0,13,10).

  • camgöbeği tonu 27.83%
  • eflatun tonu 0.00%
  • sarı tonu 13.48%
  • ana renk tonu 9.80%
CMYK:
(28,0,13,10)
C28M0Y13K10 
(28%,0%,13%,10%)
(0.28/0.00/0.13/0.10)	

CMYK yüzdeleri

%27.83
%0
%13.48
%9.8

Codes

Color #A6E6C7 in popluar color models

A6E6C7
RGB166230199
HSL151°56.14%77.65%
HSB/HSV151°27.83%90.20%
CMYK27.83%0.00%13.48%
9.80%

Color #A6E6C7 in popluar number systems.

HEXA6E6C7
Decimal166230199
Binary101001101110011011000111
Octal246346307

Shades and tints

Shades of #A6E6C7

#A6E6C7
(166,230,199)
#97D2B5
(151,210,181)
#88BEA3
(136,190,163)
#79AA91
(121,170,145)
#6A967F
(106,150,127)
#5B826D
(91,130,109)
#4C6E5B
(76,110,91)
#3D5A49
(61,90,73)
#2E4637
(46,70,55)
#1F3225
(31,50,37)
#101E13
(16,30,19)
#000000
(0,0,0)

Tints of #A6E6C7

#A6E6C7
(166,230,199)
#AEE8CC
(174,232,204)
#B6EAD1
(182,234,209)
#BEECD6
(190,236,214)
#C6EEDB
(198,238,219)
#CEF0E0
(206,240,224)
#D6F2E5
(214,242,229)
#DEF4EA
(222,244,234)
#E6F6EF
(230,246,239)
#EEF8F4
(238,248,244)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E6C7 color. Also use rgb(166,230,199) instead hex code.

Text Font Color

.myTextColor { color: #A6E6C7; }

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

This text font color is #A6E6C7.


Background Color

.myBgColor { background-color: #A6E6C7; }

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

This div background color is #A6E6C7.


Border color

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

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

This div border color is #A6E6C7.


Opacity

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

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

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

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

This text has shadow with #A6E6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E6C7 on black background.


Color preview on white background

This text has color #A6E6C7 on white background.



Black color preview on #A6E6C7 background

This text has black color on #A6E6C7 background.


White color preview on #A6E6C7 background

This text has white color on #A6E6C7 background.