COLOR #C9E7B1

HEX: #C9E7B1
RGB: (201,231,177)

Renk bilgisi

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

RGB renk modeli

#C9E7B1 color RGB value is (201,231,177).

  • kırmız ton 201;
  • yeşil ton 231;
  • mavi ton 177.
RGB:
(201,231,177)
(79%,91%,69%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 231 of 255 = 91%
B 177 of 255 = 69%

201
231
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 231 + 177 = 609 (100%)
R 201 of 609 ~ 33%
G 231 of 609 ~ 37.93%
B 177 of 609 ~ 29.06%

%33
%37.93
%29.06

CMYK RENK MODELİ

#C9E7B1 rengi CMYK tonu (13,0,23,9).

  • camgöbeği tonu 12.99%
  • eflatun tonu 0.00%
  • sarı tonu 23.38%
  • ana renk tonu 9.41%
CMYK:
(13,0,23,9)
C13M0Y23K9 
(13%,0%,23%,9%)
(0.13/0.00/0.23/0.09)	

CMYK yüzdeleri

%12.99
%0
%23.38
%9.41

Codes

Color #C9E7B1 in popluar color models

C9E7B1
RGB201231177
HSL93°52.94%80.00%
HSB/HSV93°23.38%90.59%
CMYK12.99%0.00%23.38%
9.41%

Color #C9E7B1 in popluar number systems.

HEXC9E7B1
Decimal201231177
Binary110010011110011110110001
Octal311347261

Shades and tints

Shades of #C9E7B1

#C9E7B1
(201,231,177)
#B7D2A1
(183,210,161)
#A5BD91
(165,189,145)
#93A881
(147,168,129)
#819371
(129,147,113)
#6F7E61
(111,126,97)
#5D6951
(93,105,81)
#4B5441
(75,84,65)
#393F31
(57,63,49)
#272A21
(39,42,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #C9E7B1

#C9E7B1
(201,231,177)
#CDE9B8
(205,233,184)
#D1EBBF
(209,235,191)
#D5EDC6
(213,237,198)
#D9EFCD
(217,239,205)
#DDF1D4
(221,241,212)
#E1F3DB
(225,243,219)
#E5F5E2
(229,245,226)
#E9F7E9
(233,247,233)
#EDF9F0
(237,249,240)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E7B1 color. Also use rgb(201,231,177) instead hex code.

Text Font Color

.myTextColor { color: #C9E7B1; }

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

This text font color is #C9E7B1.


Background Color

.myBgColor { background-color: #C9E7B1; }

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

This div background color is #C9E7B1.


Border color

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

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

This div border color is #C9E7B1.


Opacity

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

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

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

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

This text has shadow with #C9E7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E7B1 on black background.


Color preview on white background

This text has color #C9E7B1 on white background.



Black color preview on #C9E7B1 background

This text has black color on #C9E7B1 background.


White color preview on #C9E7B1 background

This text has white color on #C9E7B1 background.