COLOR #C9E6A6

HEX: #C9E6A6
RGB: (201,230,166)

Renk bilgisi

#C9E6A6 contains mainly red and green colors. #C9E6A6 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C9E6A6 color RGB value is (201,230,166).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 166 of 255 = 65%

201
230
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 166 = 597 (100%)
R 201 of 597 ~ 33.67%
G 230 of 597 ~ 38.53%
B 166 of 597 ~ 27.81%

%33.67
%38.53
%27.81

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%12.61
%0
%27.83
%9.8

Codes

Color #C9E6A6 in popluar color models

C9E6A6
RGB201230166
HSL87°56.14%77.65%
HSB/HSV87°27.83%90.20%
CMYK12.61%0.00%27.83%
9.80%

Color #C9E6A6 in popluar number systems.

HEXC9E6A6
Decimal201230166
Binary110010011110011010100110
Octal311346246

Shades and tints

Shades of #C9E6A6

#C9E6A6
(201,230,166)
#B7D297
(183,210,151)
#A5BE88
(165,190,136)
#93AA79
(147,170,121)
#81966A
(129,150,106)
#6F825B
(111,130,91)
#5D6E4C
(93,110,76)
#4B5A3D
(75,90,61)
#39462E
(57,70,46)
#27321F
(39,50,31)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #C9E6A6

#C9E6A6
(201,230,166)
#CDE8AE
(205,232,174)
#D1EAB6
(209,234,182)
#D5ECBE
(213,236,190)
#D9EEC6
(217,238,198)
#DDF0CE
(221,240,206)
#E1F2D6
(225,242,214)
#E5F4DE
(229,244,222)
#E9F6E6
(233,246,230)
#EDF8EE
(237,248,238)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E6A6; }

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

This text font color is #C9E6A6.


Background Color

.myBgColor { background-color: #C9E6A6; }

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

This div background color is #C9E6A6.


Border color

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

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

This div border color is #C9E6A6.


Opacity

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

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

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

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

This text has shadow with #C9E6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6A6 on black background.


Color preview on white background

This text has color #C9E6A6 on white background.



Black color preview on #C9E6A6 background

This text has black color on #C9E6A6 background.


White color preview on #C9E6A6 background

This text has white color on #C9E6A6 background.