COLOR #C9E3AE

HEX: #C9E3AE
RGB: (201,227,174)

Renk bilgisi

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

RGB renk modeli

#C9E3AE color RGB value is (201,227,174).

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

RGB bağlantıları ve doygunluk

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

201
227
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 227 + 174 = 602 (100%)
R 201 of 602 ~ 33.39%
G 227 of 602 ~ 37.71%
B 174 of 602 ~ 28.9%

%33.39
%37.71
%28.9

CMYK RENK MODELİ

#C9E3AE rengi CMYK tonu (11,0,23,11).

  • camgöbeği tonu 11.45%
  • eflatun tonu 0.00%
  • sarı tonu 23.35%
  • ana renk tonu 10.98%
CMYK:
(11,0,23,11)
C11M0Y23K11 
(11%,0%,23%,11%)
(0.11/0.00/0.23/0.11)	

CMYK yüzdeleri

%11.45
%0
%23.35
%10.98

Codes

Color #C9E3AE in popluar color models

C9E3AE
RGB201227174
HSL89°48.62%78.63%
HSB/HSV89°23.35%89.02%
CMYK11.45%0.00%23.35%
10.98%

Color #C9E3AE in popluar number systems.

HEXC9E3AE
Decimal201227174
Binary110010011110001110101110
Octal311343256

Shades and tints

Shades of #C9E3AE

#C9E3AE
(201,227,174)
#B7CF9F
(183,207,159)
#A5BB90
(165,187,144)
#93A781
(147,167,129)
#819372
(129,147,114)
#6F7F63
(111,127,99)
#5D6B54
(93,107,84)
#4B5745
(75,87,69)
#394336
(57,67,54)
#272F27
(39,47,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #C9E3AE

#C9E3AE
(201,227,174)
#CDE5B5
(205,229,181)
#D1E7BC
(209,231,188)
#D5E9C3
(213,233,195)
#D9EBCA
(217,235,202)
#DDEDD1
(221,237,209)
#E1EFD8
(225,239,216)
#E5F1DF
(229,241,223)
#E9F3E6
(233,243,230)
#EDF5ED
(237,245,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E3AE; }

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

This text font color is #C9E3AE.


Background Color

.myBgColor { background-color: #C9E3AE; }

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

This div background color is #C9E3AE.


Border color

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

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

This div border color is #C9E3AE.


Opacity

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

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

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

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

This text has shadow with #C9E3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3AE on black background.


Color preview on white background

This text has color #C9E3AE on white background.



Black color preview on #C9E3AE background

This text has black color on #C9E3AE background.


White color preview on #C9E3AE background

This text has white color on #C9E3AE background.