COLOR #C6E6AD

HEX: #C6E6AD
RGB: (198,230,173)

Renk bilgisi

#C6E6AD contains red, green and blue colors in about the same proportion. #C6E6AD ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6E6AD color RGB value is (198,230,173).

  • kırmız ton 198;
  • yeşil ton 230;
  • mavi ton 173.
RGB:
(198,230,173)
(78%,90%,68%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 230 of 255 = 90%
B 173 of 255 = 68%

198
230
173

R + G + B ~ 79%. #C6E6AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 230 + 173 = 601 (100%)
R 198 of 601 ~ 32.95%
G 230 of 601 ~ 38.27%
B 173 of 601 ~ 28.79%

%32.95
%38.27
%28.79

CMYK RENK MODELİ

#C6E6AD rengi CMYK tonu (14,0,25,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.00%
  • sarı tonu 24.78%
  • ana renk tonu 9.80%
CMYK:
(14,0,25,10)
C14M0Y25K10 
(14%,0%,25%,10%)
(0.14/0.00/0.25/0.10)	

CMYK yüzdeleri

%13.91
%0
%24.78
%9.8

Codes

Color #C6E6AD in popluar color models

C6E6AD
RGB198230173
HSL94°53.27%79.02%
HSB/HSV94°24.78%90.20%
CMYK13.91%0.00%24.78%
9.80%

Color #C6E6AD in popluar number systems.

HEXC6E6AD
Decimal198230173
Binary110001101110011010101101
Octal306346255

Shades and tints

Shades of #C6E6AD

#C6E6AD
(198,230,173)
#B4D29E
(180,210,158)
#A2BE8F
(162,190,143)
#90AA80
(144,170,128)
#7E9671
(126,150,113)
#6C8262
(108,130,98)
#5A6E53
(90,110,83)
#485A44
(72,90,68)
#364635
(54,70,53)
#243226
(36,50,38)
#121E17
(18,30,23)
#000000
(0,0,0)

Tints of #C6E6AD

#C6E6AD
(198,230,173)
#CBE8B4
(203,232,180)
#D0EABB
(208,234,187)
#D5ECC2
(213,236,194)
#DAEEC9
(218,238,201)
#DFF0D0
(223,240,208)
#E4F2D7
(228,242,215)
#E9F4DE
(233,244,222)
#EEF6E5
(238,246,229)
#F3F8EC
(243,248,236)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E6AD color. Also use rgb(198,230,173) instead hex code.

Text Font Color

.myTextColor { color: #C6E6AD; }

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

This text font color is #C6E6AD.


Background Color

.myBgColor { background-color: #C6E6AD; }

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

This div background color is #C6E6AD.


Border color

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

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

This div border color is #C6E6AD.


Opacity

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

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

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

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

This text has shadow with #C6E6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6AD on black background.


Color preview on white background

This text has color #C6E6AD on white background.



Black color preview on #C6E6AD background

This text has black color on #C6E6AD background.


White color preview on #C6E6AD background

This text has white color on #C6E6AD background.