COLOR #C9E49B

HEX: #C9E49B
RGB: (201,228,155)

Renk bilgisi

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

RGB renk modeli

#C9E49B color RGB value is (201,228,155).

  • kırmız ton 201;
  • yeşil ton 228;
  • mavi ton 155.
RGB:
(201,228,155)
(79%,89%,61%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 228 of 255 = 89%
B 155 of 255 = 61%

201
228
155

R + G + B ~ 76%. #C9E49B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 228 + 155 = 584 (100%)
R 201 of 584 ~ 34.42%
G 228 of 584 ~ 39.04%
B 155 of 584 ~ 26.54%

%34.42
%39.04
%26.54

CMYK RENK MODELİ

#C9E49B rengi CMYK tonu (12,0,32,11).

  • camgöbeği tonu 11.84%
  • eflatun tonu 0.00%
  • sarı tonu 32.02%
  • ana renk tonu 10.59%
CMYK:
(12,0,32,11)
C12M0Y32K11 
(12%,0%,32%,11%)
(0.12/0.00/0.32/0.11)	

CMYK yüzdeleri

%11.84
%0
%32.02
%10.59

Codes

Color #C9E49B in popluar color models

C9E49B
RGB201228155
HSL82°57.48%75.10%
HSB/HSV82°32.02%89.41%
CMYK11.84%0.00%32.02%
10.59%

Color #C9E49B in popluar number systems.

HEXC9E49B
Decimal201228155
Binary110010011110010010011011
Octal311344233

Shades and tints

Shades of #C9E49B

#C9E49B
(201,228,155)
#B7D08D
(183,208,141)
#A5BC7F
(165,188,127)
#93A871
(147,168,113)
#819463
(129,148,99)
#6F8055
(111,128,85)
#5D6C47
(93,108,71)
#4B5839
(75,88,57)
#39442B
(57,68,43)
#27301D
(39,48,29)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #C9E49B

#C9E49B
(201,228,155)
#CDE6A4
(205,230,164)
#D1E8AD
(209,232,173)
#D5EAB6
(213,234,182)
#D9ECBF
(217,236,191)
#DDEEC8
(221,238,200)
#E1F0D1
(225,240,209)
#E5F2DA
(229,242,218)
#E9F4E3
(233,244,227)
#EDF6EC
(237,246,236)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E49B color. Also use rgb(201,228,155) instead hex code.

Text Font Color

.myTextColor { color: #C9E49B; }

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

This text font color is #C9E49B.


Background Color

.myBgColor { background-color: #C9E49B; }

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

This div background color is #C9E49B.


Border color

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

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

This div border color is #C9E49B.


Opacity

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

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

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

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

This text has shadow with #C9E49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E49B on black background.


Color preview on white background

This text has color #C9E49B on white background.



Black color preview on #C9E49B background

This text has black color on #C9E49B background.


White color preview on #C9E49B background

This text has white color on #C9E49B background.