COLOR #C9EDCA

HEX: #C9EDCA
RGB: (201,237,202)

Renk bilgisi

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

RGB renk modeli

#C9EDCA color RGB value is (201,237,202).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 237 of 255 = 93%
B 202 of 255 = 79%

201
237
202

R + G + B ~ 84%. #C9EDCA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 237 + 202 = 640 (100%)
R 201 of 640 ~ 31.41%
G 237 of 640 ~ 37.03%
B 202 of 640 ~ 31.56%

%31.41
%37.03
%31.56

CMYK RENK MODELİ

#C9EDCA rengi CMYK tonu (15,0,15,7).

  • camgöbeği tonu 15.19%
  • eflatun tonu 0.00%
  • sarı tonu 14.77%
  • ana renk tonu 7.06%
CMYK:
(15,0,15,7)
C15M0Y15K7 
(15%,0%,15%,7%)
(0.15/0.00/0.15/0.07)	

CMYK yüzdeleri

%15.19
%0
%14.77
%7.06

Codes

Color #C9EDCA in popluar color models

C9EDCA
RGB201237202
HSL122°50.00%85.88%
HSB/HSV122°15.19%92.94%
CMYK15.19%0.00%14.77%
7.06%

Color #C9EDCA in popluar number systems.

HEXC9EDCA
Decimal201237202
Binary110010011110110111001010
Octal311355312

Shades and tints

Shades of #C9EDCA

#C9EDCA
(201,237,202)
#B7D8B8
(183,216,184)
#A5C3A6
(165,195,166)
#93AE94
(147,174,148)
#819982
(129,153,130)
#6F8470
(111,132,112)
#5D6F5E
(93,111,94)
#4B5A4C
(75,90,76)
#39453A
(57,69,58)
#273028
(39,48,40)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #C9EDCA

#C9EDCA
(201,237,202)
#CDEECE
(205,238,206)
#D1EFD2
(209,239,210)
#D5F0D6
(213,240,214)
#D9F1DA
(217,241,218)
#DDF2DE
(221,242,222)
#E1F3E2
(225,243,226)
#E5F4E6
(229,244,230)
#E9F5EA
(233,245,234)
#EDF6EE
(237,246,238)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDCA; }

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

This text font color is #C9EDCA.


Background Color

.myBgColor { background-color: #C9EDCA; }

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

This div background color is #C9EDCA.


Border color

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

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

This div border color is #C9EDCA.


Opacity

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

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

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

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

This text has shadow with #C9EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EDCA on black background.


Color preview on white background

This text has color #C9EDCA on white background.



Black color preview on #C9EDCA background

This text has black color on #C9EDCA background.


White color preview on #C9EDCA background

This text has white color on #C9EDCA background.