COLOR #C9E3D1

HEX: #C9E3D1
RGB: (201,227,209)

Renk bilgisi

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

RGB renk modeli

#C9E3D1 color RGB value is (201,227,209).

  • kırmız ton 201;
  • yeşil ton 227;
  • mavi ton 209.
RGB:
(201,227,209)
(79%,89%,82%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 227 of 255 = 89%
B 209 of 255 = 82%

201
227
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 227 + 209 = 637 (100%)
R 201 of 637 ~ 31.55%
G 227 of 637 ~ 35.64%
B 209 of 637 ~ 32.81%

%31.55
%35.64
%32.81

CMYK RENK MODELİ

#C9E3D1 rengi CMYK tonu (11,0,8,11).

  • camgöbeği tonu 11.45%
  • eflatun tonu 0.00%
  • sarı tonu 7.93%
  • ana renk tonu 10.98%
CMYK:
(11,0,8,11)
C11M0Y8K11 
(11%,0%,8%,11%)
(0.11/0.00/0.08/0.11)	

CMYK yüzdeleri

%11.45
%0
%7.93
%10.98

Codes

Color #C9E3D1 in popluar color models

C9E3D1
RGB201227209
HSL138°31.71%83.92%
HSB/HSV138°11.45%89.02%
CMYK11.45%0.00%7.93%
10.98%

Color #C9E3D1 in popluar number systems.

HEXC9E3D1
Decimal201227209
Binary110010011110001111010001
Octal311343321

Shades and tints

Shades of #C9E3D1

#C9E3D1
(201,227,209)
#B7CFBE
(183,207,190)
#A5BBAB
(165,187,171)
#93A798
(147,167,152)
#819385
(129,147,133)
#6F7F72
(111,127,114)
#5D6B5F
(93,107,95)
#4B574C
(75,87,76)
#394339
(57,67,57)
#272F26
(39,47,38)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #C9E3D1

#C9E3D1
(201,227,209)
#CDE5D5
(205,229,213)
#D1E7D9
(209,231,217)
#D5E9DD
(213,233,221)
#D9EBE1
(217,235,225)
#DDEDE5
(221,237,229)
#E1EFE9
(225,239,233)
#E5F1ED
(229,241,237)
#E9F3F1
(233,243,241)
#EDF5F5
(237,245,245)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E3D1; }

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

This text font color is #C9E3D1.


Background Color

.myBgColor { background-color: #C9E3D1; }

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

This div background color is #C9E3D1.


Border color

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

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

This div border color is #C9E3D1.


Opacity

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

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

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

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

This text has shadow with #C9E3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3D1 on black background.


Color preview on white background

This text has color #C9E3D1 on white background.



Black color preview on #C9E3D1 background

This text has black color on #C9E3D1 background.


White color preview on #C9E3D1 background

This text has white color on #C9E3D1 background.