COLOR #C9E2DB

HEX: #C9E2DB
RGB: (201,226,219)

Renk bilgisi

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

RGB renk modeli

#C9E2DB color RGB value is (201,226,219).

  • kırmız ton 201;
  • yeşil ton 226;
  • mavi ton 219.
RGB:
(201,226,219)
(79%,89%,86%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 226 of 255 = 89%
B 219 of 255 = 86%

201
226
219

R + G + B ~ 85%. #C9E2DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 226 + 219 = 646 (100%)
R 201 of 646 ~ 31.11%
G 226 of 646 ~ 34.98%
B 219 of 646 ~ 33.9%

%31.11
%34.98
%33.9

CMYK RENK MODELİ

#C9E2DB rengi CMYK tonu (11,0,3,11).

  • camgöbeği tonu 11.06%
  • eflatun tonu 0.00%
  • sarı tonu 3.10%
  • ana renk tonu 11.37%
CMYK:
(11,0,3,11)
C11M0Y3K11 
(11%,0%,3%,11%)
(0.11/0.00/0.03/0.11)	

CMYK yüzdeleri

%11.06
%0
%3.1
%11.37

Codes

Color #C9E2DB in popluar color models

C9E2DB
RGB201226219
HSL163°30.12%83.73%
HSB/HSV163°11.06%88.63%
CMYK11.06%0.00%3.10%
11.37%

Color #C9E2DB in popluar number systems.

HEXC9E2DB
Decimal201226219
Binary110010011110001011011011
Octal311342333

Shades and tints

Shades of #C9E2DB

#C9E2DB
(201,226,219)
#B7CEC8
(183,206,200)
#A5BAB5
(165,186,181)
#93A6A2
(147,166,162)
#81928F
(129,146,143)
#6F7E7C
(111,126,124)
#5D6A69
(93,106,105)
#4B5656
(75,86,86)
#394243
(57,66,67)
#272E30
(39,46,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #C9E2DB

#C9E2DB
(201,226,219)
#CDE4DE
(205,228,222)
#D1E6E1
(209,230,225)
#D5E8E4
(213,232,228)
#D9EAE7
(217,234,231)
#DDECEA
(221,236,234)
#E1EEED
(225,238,237)
#E5F0F0
(229,240,240)
#E9F2F3
(233,242,243)
#EDF4F6
(237,244,246)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E2DB color. Also use rgb(201,226,219) instead hex code.

Text Font Color

.myTextColor { color: #C9E2DB; }

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

This text font color is #C9E2DB.


Background Color

.myBgColor { background-color: #C9E2DB; }

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

This div background color is #C9E2DB.


Border color

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

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

This div border color is #C9E2DB.


Opacity

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

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

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

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

This text has shadow with #C9E2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E2DB on black background.


Color preview on white background

This text has color #C9E2DB on white background.



Black color preview on #C9E2DB background

This text has black color on #C9E2DB background.


White color preview on #C9E2DB background

This text has white color on #C9E2DB background.