COLOR #C9E6D0

HEX: #C9E6D0
RGB: (201,230,208)

Renk bilgisi

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

RGB renk modeli

#C9E6D0 color RGB value is (201,230,208).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 208 of 255 = 82%

201
230
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 208 = 639 (100%)
R 201 of 639 ~ 31.46%
G 230 of 639 ~ 35.99%
B 208 of 639 ~ 32.55%

%31.46
%35.99
%32.55

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%12.61
%0
%9.57
%9.8

Codes

Color #C9E6D0 in popluar color models

C9E6D0
RGB201230208
HSL134°36.71%84.51%
HSB/HSV134°12.61%90.20%
CMYK12.61%0.00%9.57%
9.80%

Color #C9E6D0 in popluar number systems.

HEXC9E6D0
Decimal201230208
Binary110010011110011011010000
Octal311346320

Shades and tints

Shades of #C9E6D0

#C9E6D0
(201,230,208)
#B7D2BE
(183,210,190)
#A5BEAC
(165,190,172)
#93AA9A
(147,170,154)
#819688
(129,150,136)
#6F8276
(111,130,118)
#5D6E64
(93,110,100)
#4B5A52
(75,90,82)
#394640
(57,70,64)
#27322E
(39,50,46)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #C9E6D0

#C9E6D0
(201,230,208)
#CDE8D4
(205,232,212)
#D1EAD8
(209,234,216)
#D5ECDC
(213,236,220)
#D9EEE0
(217,238,224)
#DDF0E4
(221,240,228)
#E1F2E8
(225,242,232)
#E5F4EC
(229,244,236)
#E9F6F0
(233,246,240)
#EDF8F4
(237,248,244)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E6D0; }

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

This text font color is #C9E6D0.


Background Color

.myBgColor { background-color: #C9E6D0; }

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

This div background color is #C9E6D0.


Border color

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

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

This div border color is #C9E6D0.


Opacity

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

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

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

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

This text has shadow with #C9E6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6D0 on black background.


Color preview on white background

This text has color #C9E6D0 on white background.



Black color preview on #C9E6D0 background

This text has black color on #C9E6D0 background.


White color preview on #C9E6D0 background

This text has white color on #C9E6D0 background.