COLOR #C9E3AD

HEX: #C9E3AD
RGB: (201,227,173)

Renk bilgisi

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

RGB renk modeli

#C9E3AD color RGB value is (201,227,173).

  • kırmız ton 201;
  • yeşil ton 227;
  • mavi ton 173.
RGB:
(201,227,173)
(79%,89%,68%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 227 of 255 = 89%
B 173 of 255 = 68%

201
227
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 227 + 173 = 601 (100%)
R 201 of 601 ~ 33.44%
G 227 of 601 ~ 37.77%
B 173 of 601 ~ 28.79%

%33.44
%37.77
%28.79

CMYK RENK MODELİ

#C9E3AD rengi CMYK tonu (11,0,24,11).

  • camgöbeği tonu 11.45%
  • eflatun tonu 0.00%
  • sarı tonu 23.79%
  • ana renk tonu 10.98%
CMYK:
(11,0,24,11)
C11M0Y24K11 
(11%,0%,24%,11%)
(0.11/0.00/0.24/0.11)	

CMYK yüzdeleri

%11.45
%0
%23.79
%10.98

Codes

Color #C9E3AD in popluar color models

C9E3AD
RGB201227173
HSL89°49.09%78.43%
HSB/HSV89°23.79%89.02%
CMYK11.45%0.00%23.79%
10.98%

Color #C9E3AD in popluar number systems.

HEXC9E3AD
Decimal201227173
Binary110010011110001110101101
Octal311343255

Shades and tints

Shades of #C9E3AD

#C9E3AD
(201,227,173)
#B7CF9E
(183,207,158)
#A5BB8F
(165,187,143)
#93A780
(147,167,128)
#819371
(129,147,113)
#6F7F62
(111,127,98)
#5D6B53
(93,107,83)
#4B5744
(75,87,68)
#394335
(57,67,53)
#272F26
(39,47,38)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #C9E3AD

#C9E3AD
(201,227,173)
#CDE5B4
(205,229,180)
#D1E7BB
(209,231,187)
#D5E9C2
(213,233,194)
#D9EBC9
(217,235,201)
#DDEDD0
(221,237,208)
#E1EFD7
(225,239,215)
#E5F1DE
(229,241,222)
#E9F3E5
(233,243,229)
#EDF5EC
(237,245,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E3AD color. Also use rgb(201,227,173) instead hex code.

Text Font Color

.myTextColor { color: #C9E3AD; }

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

This text font color is #C9E3AD.


Background Color

.myBgColor { background-color: #C9E3AD; }

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

This div background color is #C9E3AD.


Border color

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

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

This div border color is #C9E3AD.


Opacity

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

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

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

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

This text has shadow with #C9E3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3AD on black background.


Color preview on white background

This text has color #C9E3AD on white background.



Black color preview on #C9E3AD background

This text has black color on #C9E3AD background.


White color preview on #C9E3AD background

This text has white color on #C9E3AD background.