COLOR #C9EDC9

HEX: #C9EDC9
RGB: (201,237,201)

Renk bilgisi

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

RGB renk modeli

#C9EDC9 color RGB value is (201,237,201).

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

RGB bağlantıları ve doygunluk

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

201
237
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 237 + 201 = 639 (100%)
R 201 of 639 ~ 31.46%
G 237 of 639 ~ 37.09%
B 201 of 639 ~ 31.46%

%31.46
%37.09
%31.46

CMYK RENK MODELİ

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

  • camgöbeği tonu 15.19%
  • eflatun tonu 0.00%
  • sarı tonu 15.19%
  • 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
%15.19
%7.06

Codes

Color #C9EDC9 in popluar color models

C9EDC9
RGB201237201
HSL120°50.00%85.88%
HSB/HSV120°15.19%92.94%
CMYK15.19%0.00%15.19%
7.06%

Color #C9EDC9 in popluar number systems.

HEXC9EDC9
Decimal201237201
Binary110010011110110111001001
Octal311355311

Shades and tints

Shades of #C9EDC9

#C9EDC9
(201,237,201)
#B7D8B7
(183,216,183)
#A5C3A5
(165,195,165)
#93AE93
(147,174,147)
#819981
(129,153,129)
#6F846F
(111,132,111)
#5D6F5D
(93,111,93)
#4B5A4B
(75,90,75)
#394539
(57,69,57)
#273027
(39,48,39)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #C9EDC9

#C9EDC9
(201,237,201)
#CDEECD
(205,238,205)
#D1EFD1
(209,239,209)
#D5F0D5
(213,240,213)
#D9F1D9
(217,241,217)
#DDF2DD
(221,242,221)
#E1F3E1
(225,243,225)
#E5F4E5
(229,244,229)
#E9F5E9
(233,245,233)
#EDF6ED
(237,246,237)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDC9; }

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

This text font color is #C9EDC9.


Background Color

.myBgColor { background-color: #C9EDC9; }

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

This div background color is #C9EDC9.


Border color

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

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

This div border color is #C9EDC9.


Opacity

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

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

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

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

This text has shadow with #C9EDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EDC9 on black background.


Color preview on white background

This text has color #C9EDC9 on white background.



Black color preview on #C9EDC9 background

This text has black color on #C9EDC9 background.


White color preview on #C9EDC9 background

This text has white color on #C9EDC9 background.