COLOR #C9E9CA

HEX: #C9E9CA
RGB: (201,233,202)

Renk bilgisi

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

RGB renk modeli

#C9E9CA color RGB value is (201,233,202).

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

RGB bağlantıları ve doygunluk

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

201
233
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 233 + 202 = 636 (100%)
R 201 of 636 ~ 31.6%
G 233 of 636 ~ 36.64%
B 202 of 636 ~ 31.76%

%31.6
%36.64
%31.76

CMYK RENK MODELİ

#C9E9CA rengi CMYK tonu (14,0,13,9).

  • camgöbeği tonu 13.73%
  • eflatun tonu 0.00%
  • sarı tonu 13.30%
  • ana renk tonu 8.63%
CMYK:
(14,0,13,9)
C14M0Y13K9 
(14%,0%,13%,9%)
(0.14/0.00/0.13/0.09)	

CMYK yüzdeleri

%13.73
%0
%13.3
%8.63

Codes

Color #C9E9CA in popluar color models

C9E9CA
RGB201233202
HSL122°42.11%85.10%
HSB/HSV122°13.73%91.37%
CMYK13.73%0.00%13.30%
8.63%

Color #C9E9CA in popluar number systems.

HEXC9E9CA
Decimal201233202
Binary110010011110100111001010
Octal311351312

Shades and tints

Shades of #C9E9CA

#C9E9CA
(201,233,202)
#B7D4B8
(183,212,184)
#A5BFA6
(165,191,166)
#93AA94
(147,170,148)
#819582
(129,149,130)
#6F8070
(111,128,112)
#5D6B5E
(93,107,94)
#4B564C
(75,86,76)
#39413A
(57,65,58)
#272C28
(39,44,40)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9E9CA

#C9E9CA
(201,233,202)
#CDEBCE
(205,235,206)
#D1EDD2
(209,237,210)
#D5EFD6
(213,239,214)
#D9F1DA
(217,241,218)
#DDF3DE
(221,243,222)
#E1F5E2
(225,245,226)
#E5F7E6
(229,247,230)
#E9F9EA
(233,249,234)
#EDFBEE
(237,251,238)
#F1FDF2
(241,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9CA; }

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

This text font color is #C9E9CA.


Background Color

.myBgColor { background-color: #C9E9CA; }

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

This div background color is #C9E9CA.


Border color

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

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

This div border color is #C9E9CA.


Opacity

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

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

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

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

This text has shadow with #C9E9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9CA on black background.


Color preview on white background

This text has color #C9E9CA on white background.



Black color preview on #C9E9CA background

This text has black color on #C9E9CA background.


White color preview on #C9E9CA background

This text has white color on #C9E9CA background.