COLOR #C9E9D4

HEX: #C9E9D4
RGB: (201,233,212)

Renk bilgisi

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

RGB renk modeli

#C9E9D4 color RGB value is (201,233,212).

  • kırmız ton 201;
  • yeşil ton 233;
  • mavi ton 212.
RGB:
(201,233,212)
(79%,91%,83%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 233 of 255 = 91%
B 212 of 255 = 83%

201
233
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 233 + 212 = 646 (100%)
R 201 of 646 ~ 31.11%
G 233 of 646 ~ 36.07%
B 212 of 646 ~ 32.82%

%31.11
%36.07
%32.82

CMYK RENK MODELİ

#C9E9D4 rengi CMYK tonu (14,0,9,9).

  • camgöbeği tonu 13.73%
  • eflatun tonu 0.00%
  • sarı tonu 9.01%
  • ana renk tonu 8.63%
CMYK:
(14,0,9,9)
C14M0Y9K9 
(14%,0%,9%,9%)
(0.14/0.00/0.09/0.09)	

CMYK yüzdeleri

%13.73
%0
%9.01
%8.63

Codes

Color #C9E9D4 in popluar color models

C9E9D4
RGB201233212
HSL141°42.11%85.10%
HSB/HSV141°13.73%91.37%
CMYK13.73%0.00%9.01%
8.63%

Color #C9E9D4 in popluar number systems.

HEXC9E9D4
Decimal201233212
Binary110010011110100111010100
Octal311351324

Shades and tints

Shades of #C9E9D4

#C9E9D4
(201,233,212)
#B7D4C1
(183,212,193)
#A5BFAE
(165,191,174)
#93AA9B
(147,170,155)
#819588
(129,149,136)
#6F8075
(111,128,117)
#5D6B62
(93,107,98)
#4B564F
(75,86,79)
#39413C
(57,65,60)
#272C29
(39,44,41)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9E9D4

#C9E9D4
(201,233,212)
#CDEBD7
(205,235,215)
#D1EDDA
(209,237,218)
#D5EFDD
(213,239,221)
#D9F1E0
(217,241,224)
#DDF3E3
(221,243,227)
#E1F5E6
(225,245,230)
#E5F7E9
(229,247,233)
#E9F9EC
(233,249,236)
#EDFBEF
(237,251,239)
#F1FDF2
(241,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9D4; }

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

This text font color is #C9E9D4.


Background Color

.myBgColor { background-color: #C9E9D4; }

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

This div background color is #C9E9D4.


Border color

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

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

This div border color is #C9E9D4.


Opacity

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

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

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

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

This text has shadow with #C9E9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9D4 on black background.


Color preview on white background

This text has color #C9E9D4 on white background.



Black color preview on #C9E9D4 background

This text has black color on #C9E9D4 background.


White color preview on #C9E9D4 background

This text has white color on #C9E9D4 background.