COLOR #C9EDC1

HEX: #C9EDC1
RGB: (201,237,193)

Renk bilgisi

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

RGB renk modeli

#C9EDC1 color RGB value is (201,237,193).

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

RGB bağlantıları ve doygunluk

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

201
237
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 237 + 193 = 631 (100%)
R 201 of 631 ~ 31.85%
G 237 of 631 ~ 37.56%
B 193 of 631 ~ 30.59%

%31.85
%37.56
%30.59

CMYK RENK MODELİ

#C9EDC1 rengi CMYK tonu (15,0,19,7).

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

CMYK yüzdeleri

%15.19
%0
%18.57
%7.06

Codes

Color #C9EDC1 in popluar color models

C9EDC1
RGB201237193
HSL109°55.00%84.31%
HSB/HSV109°18.57%92.94%
CMYK15.19%0.00%18.57%
7.06%

Color #C9EDC1 in popluar number systems.

HEXC9EDC1
Decimal201237193
Binary110010011110110111000001
Octal311355301

Shades and tints

Shades of #C9EDC1

#C9EDC1
(201,237,193)
#B7D8B0
(183,216,176)
#A5C39F
(165,195,159)
#93AE8E
(147,174,142)
#81997D
(129,153,125)
#6F846C
(111,132,108)
#5D6F5B
(93,111,91)
#4B5A4A
(75,90,74)
#394539
(57,69,57)
#273028
(39,48,40)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #C9EDC1

#C9EDC1
(201,237,193)
#CDEEC6
(205,238,198)
#D1EFCB
(209,239,203)
#D5F0D0
(213,240,208)
#D9F1D5
(217,241,213)
#DDF2DA
(221,242,218)
#E1F3DF
(225,243,223)
#E5F4E4
(229,244,228)
#E9F5E9
(233,245,233)
#EDF6EE
(237,246,238)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDC1; }

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

This text font color is #C9EDC1.


Background Color

.myBgColor { background-color: #C9EDC1; }

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

This div background color is #C9EDC1.


Border color

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

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

This div border color is #C9EDC1.


Opacity

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

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

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

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

This text has shadow with #C9EDC1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9EDC1 on black background.


Color preview on white background

This text has color #C9EDC1 on white background.



Black color preview on #C9EDC1 background

This text has black color on #C9EDC1 background.


White color preview on #C9EDC1 background

This text has white color on #C9EDC1 background.