COLOR #C9E8CA

HEX: #C9E8CA
RGB: (201,232,202)

Renk bilgisi

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

RGB renk modeli

#C9E8CA color RGB value is (201,232,202).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 232 of 255 = 91%
B 202 of 255 = 79%

201
232
202

R + G + B ~ 83%. #C9E8CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 232 + 202 = 635 (100%)
R 201 of 635 ~ 31.65%
G 232 of 635 ~ 36.54%
B 202 of 635 ~ 31.81%

%31.65
%36.54
%31.81

CMYK RENK MODELİ

#C9E8CA rengi CMYK tonu (13,0,13,9).

  • camgöbeği tonu 13.36%
  • eflatun tonu 0.00%
  • sarı tonu 12.93%
  • ana renk tonu 9.02%
CMYK:
(13,0,13,9)
C13M0Y13K9 
(13%,0%,13%,9%)
(0.13/0.00/0.13/0.09)	

CMYK yüzdeleri

%13.36
%0
%12.93
%9.02

Codes

Color #C9E8CA in popluar color models

C9E8CA
RGB201232202
HSL122°40.26%84.90%
HSB/HSV122°13.36%90.98%
CMYK13.36%0.00%12.93%
9.02%

Color #C9E8CA in popluar number systems.

HEXC9E8CA
Decimal201232202
Binary110010011110100011001010
Octal311350312

Shades and tints

Shades of #C9E8CA

#C9E8CA
(201,232,202)
#B7D3B8
(183,211,184)
#A5BEA6
(165,190,166)
#93A994
(147,169,148)
#819482
(129,148,130)
#6F7F70
(111,127,112)
#5D6A5E
(93,106,94)
#4B554C
(75,85,76)
#39403A
(57,64,58)
#272B28
(39,43,40)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #C9E8CA

#C9E8CA
(201,232,202)
#CDEACE
(205,234,206)
#D1ECD2
(209,236,210)
#D5EED6
(213,238,214)
#D9F0DA
(217,240,218)
#DDF2DE
(221,242,222)
#E1F4E2
(225,244,226)
#E5F6E6
(229,246,230)
#E9F8EA
(233,248,234)
#EDFAEE
(237,250,238)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E8CA color. Also use rgb(201,232,202) instead hex code.

Text Font Color

.myTextColor { color: #C9E8CA; }

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

This text font color is #C9E8CA.


Background Color

.myBgColor { background-color: #C9E8CA; }

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

This div background color is #C9E8CA.


Border color

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

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

This div border color is #C9E8CA.


Opacity

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

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

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

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

This text has shadow with #C9E8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E8CA on black background.


Color preview on white background

This text has color #C9E8CA on white background.



Black color preview on #C9E8CA background

This text has black color on #C9E8CA background.


White color preview on #C9E8CA background

This text has white color on #C9E8CA background.