COLOR #C9E6C8

HEX: #C9E6C8
RGB: (201,230,200)

Renk bilgisi

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

RGB renk modeli

#C9E6C8 color RGB value is (201,230,200).

  • kırmız ton 201;
  • yeşil ton 230;
  • mavi ton 200.
RGB:
(201,230,200)
(79%,90%,78%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 200 of 255 = 78%

201
230
200

R + G + B ~ 82%. #C9E6C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 200 = 631 (100%)
R 201 of 631 ~ 31.85%
G 230 of 631 ~ 36.45%
B 200 of 631 ~ 31.7%

%31.85
%36.45
%31.7

CMYK RENK MODELİ

#C9E6C8 rengi CMYK tonu (13,0,13,10).

  • camgöbeği tonu 12.61%
  • eflatun tonu 0.00%
  • sarı tonu 13.04%
  • ana renk tonu 9.80%
CMYK:
(13,0,13,10)
C13M0Y13K10 
(13%,0%,13%,10%)
(0.13/0.00/0.13/0.10)	

CMYK yüzdeleri

%12.61
%0
%13.04
%9.8

Codes

Color #C9E6C8 in popluar color models

C9E6C8
RGB201230200
HSL118°37.50%84.31%
HSB/HSV118°13.04%90.20%
CMYK12.61%0.00%13.04%
9.80%

Color #C9E6C8 in popluar number systems.

HEXC9E6C8
Decimal201230200
Binary110010011110011011001000
Octal311346310

Shades and tints

Shades of #C9E6C8

#C9E6C8
(201,230,200)
#B7D2B6
(183,210,182)
#A5BEA4
(165,190,164)
#93AA92
(147,170,146)
#819680
(129,150,128)
#6F826E
(111,130,110)
#5D6E5C
(93,110,92)
#4B5A4A
(75,90,74)
#394638
(57,70,56)
#273226
(39,50,38)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #C9E6C8

#C9E6C8
(201,230,200)
#CDE8CD
(205,232,205)
#D1EAD2
(209,234,210)
#D5ECD7
(213,236,215)
#D9EEDC
(217,238,220)
#DDF0E1
(221,240,225)
#E1F2E6
(225,242,230)
#E5F4EB
(229,244,235)
#E9F6F0
(233,246,240)
#EDF8F5
(237,248,245)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E6C8; }

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

This text font color is #C9E6C8.


Background Color

.myBgColor { background-color: #C9E6C8; }

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

This div background color is #C9E6C8.


Border color

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

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

This div border color is #C9E6C8.


Opacity

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

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

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

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

This text has shadow with #C9E6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6C8 on black background.


Color preview on white background

This text has color #C9E6C8 on white background.



Black color preview on #C9E6C8 background

This text has black color on #C9E6C8 background.


White color preview on #C9E6C8 background

This text has white color on #C9E6C8 background.