COLOR #C9E9DB

HEX: #C9E9DB
RGB: (201,233,219)

Renk bilgisi

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

RGB renk modeli

#C9E9DB color RGB value is (201,233,219).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 233 of 255 = 91%
B 219 of 255 = 86%

201
233
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 233 + 219 = 653 (100%)
R 201 of 653 ~ 30.78%
G 233 of 653 ~ 35.68%
B 219 of 653 ~ 33.54%

%30.78
%35.68
%33.54

CMYK RENK MODELİ

#C9E9DB rengi CMYK tonu (14,0,6,9).

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

CMYK yüzdeleri

%13.73
%0
%6.01
%8.63

Codes

Color #C9E9DB in popluar color models

C9E9DB
RGB201233219
HSL154°42.11%85.10%
HSB/HSV154°13.73%91.37%
CMYK13.73%0.00%6.01%
8.63%

Color #C9E9DB in popluar number systems.

HEXC9E9DB
Decimal201233219
Binary110010011110100111011011
Octal311351333

Shades and tints

Shades of #C9E9DB

#C9E9DB
(201,233,219)
#B7D4C8
(183,212,200)
#A5BFB5
(165,191,181)
#93AAA2
(147,170,162)
#81958F
(129,149,143)
#6F807C
(111,128,124)
#5D6B69
(93,107,105)
#4B5656
(75,86,86)
#394143
(57,65,67)
#272C30
(39,44,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #C9E9DB

#C9E9DB
(201,233,219)
#CDEBDE
(205,235,222)
#D1EDE1
(209,237,225)
#D5EFE4
(213,239,228)
#D9F1E7
(217,241,231)
#DDF3EA
(221,243,234)
#E1F5ED
(225,245,237)
#E5F7F0
(229,247,240)
#E9F9F3
(233,249,243)
#EDFBF6
(237,251,246)
#F1FDF9
(241,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9DB; }

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

This text font color is #C9E9DB.


Background Color

.myBgColor { background-color: #C9E9DB; }

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

This div background color is #C9E9DB.


Border color

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

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

This div border color is #C9E9DB.


Opacity

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

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

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

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

This text has shadow with #C9E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9DB on black background.


Color preview on white background

This text has color #C9E9DB on white background.



Black color preview on #C9E9DB background

This text has black color on #C9E9DB background.


White color preview on #C9E9DB background

This text has white color on #C9E9DB background.