COLOR #C9E8B6

HEX: #C9E8B6
RGB: (201,232,182)

Renk bilgisi

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

RGB renk modeli

#C9E8B6 color RGB value is (201,232,182).

  • kırmız ton 201;
  • yeşil ton 232;
  • mavi ton 182.
RGB:
(201,232,182)
(79%,91%,71%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 232 of 255 = 91%
B 182 of 255 = 71%

201
232
182

R + G + B ~ 80%. #C9E8B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 232 + 182 = 615 (100%)
R 201 of 615 ~ 32.68%
G 232 of 615 ~ 37.72%
B 182 of 615 ~ 29.59%

%32.68
%37.72
%29.59

CMYK RENK MODELİ

#C9E8B6 rengi CMYK tonu (13,0,22,9).

  • camgöbeği tonu 13.36%
  • eflatun tonu 0.00%
  • sarı tonu 21.55%
  • ana renk tonu 9.02%
CMYK:
(13,0,22,9)
C13M0Y22K9 
(13%,0%,22%,9%)
(0.13/0.00/0.22/0.09)	

CMYK yüzdeleri

%13.36
%0
%21.55
%9.02

Codes

Color #C9E8B6 in popluar color models

C9E8B6
RGB201232182
HSL97°52.08%81.18%
HSB/HSV97°21.55%90.98%
CMYK13.36%0.00%21.55%
9.02%

Color #C9E8B6 in popluar number systems.

HEXC9E8B6
Decimal201232182
Binary110010011110100010110110
Octal311350266

Shades and tints

Shades of #C9E8B6

#C9E8B6
(201,232,182)
#B7D3A6
(183,211,166)
#A5BE96
(165,190,150)
#93A986
(147,169,134)
#819476
(129,148,118)
#6F7F66
(111,127,102)
#5D6A56
(93,106,86)
#4B5546
(75,85,70)
#394036
(57,64,54)
#272B26
(39,43,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #C9E8B6

#C9E8B6
(201,232,182)
#CDEABC
(205,234,188)
#D1ECC2
(209,236,194)
#D5EEC8
(213,238,200)
#D9F0CE
(217,240,206)
#DDF2D4
(221,242,212)
#E1F4DA
(225,244,218)
#E5F6E0
(229,246,224)
#E9F8E6
(233,248,230)
#EDFAEC
(237,250,236)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E8B6 color. Also use rgb(201,232,182) instead hex code.

Text Font Color

.myTextColor { color: #C9E8B6; }

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

This text font color is #C9E8B6.


Background Color

.myBgColor { background-color: #C9E8B6; }

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

This div background color is #C9E8B6.


Border color

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

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

This div border color is #C9E8B6.


Opacity

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

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

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

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

This text has shadow with #C9E8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E8B6 on black background.


Color preview on white background

This text has color #C9E8B6 on white background.



Black color preview on #C9E8B6 background

This text has black color on #C9E8B6 background.


White color preview on #C9E8B6 background

This text has white color on #C9E8B6 background.