COLOR #C9E3BC

HEX: #C9E3BC
RGB: (201,227,188)

Renk bilgisi

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

RGB renk modeli

#C9E3BC color RGB value is (201,227,188).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 227 of 255 = 89%
B 188 of 255 = 74%

201
227
188

R + G + B ~ 81%. #C9E3BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 227 + 188 = 616 (100%)
R 201 of 616 ~ 32.63%
G 227 of 616 ~ 36.85%
B 188 of 616 ~ 30.52%

%32.63
%36.85
%30.52

CMYK RENK MODELİ

#C9E3BC rengi CMYK tonu (11,0,17,11).

  • camgöbeği tonu 11.45%
  • eflatun tonu 0.00%
  • sarı tonu 17.18%
  • ana renk tonu 10.98%
CMYK:
(11,0,17,11)
C11M0Y17K11 
(11%,0%,17%,11%)
(0.11/0.00/0.17/0.11)	

CMYK yüzdeleri

%11.45
%0
%17.18
%10.98

Codes

Color #C9E3BC in popluar color models

C9E3BC
RGB201227188
HSL100°41.05%81.37%
HSB/HSV100°17.18%89.02%
CMYK11.45%0.00%17.18%
10.98%

Color #C9E3BC in popluar number systems.

HEXC9E3BC
Decimal201227188
Binary110010011110001110111100
Octal311343274

Shades and tints

Shades of #C9E3BC

#C9E3BC
(201,227,188)
#B7CFAB
(183,207,171)
#A5BB9A
(165,187,154)
#93A789
(147,167,137)
#819378
(129,147,120)
#6F7F67
(111,127,103)
#5D6B56
(93,107,86)
#4B5745
(75,87,69)
#394334
(57,67,52)
#272F23
(39,47,35)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #C9E3BC

#C9E3BC
(201,227,188)
#CDE5C2
(205,229,194)
#D1E7C8
(209,231,200)
#D5E9CE
(213,233,206)
#D9EBD4
(217,235,212)
#DDEDDA
(221,237,218)
#E1EFE0
(225,239,224)
#E5F1E6
(229,241,230)
#E9F3EC
(233,243,236)
#EDF5F2
(237,245,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E3BC; }

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

This text font color is #C9E3BC.


Background Color

.myBgColor { background-color: #C9E3BC; }

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

This div background color is #C9E3BC.


Border color

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

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

This div border color is #C9E3BC.


Opacity

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

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

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

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

This text has shadow with #C9E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3BC on black background.


Color preview on white background

This text has color #C9E3BC on white background.



Black color preview on #C9E3BC background

This text has black color on #C9E3BC background.


White color preview on #C9E3BC background

This text has white color on #C9E3BC background.