COLOR #C9E4E0

HEX: #C9E4E0
RGB: (201,228,224)

Renk bilgisi

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

RGB renk modeli

#C9E4E0 color RGB value is (201,228,224).

  • kırmız ton 201;
  • yeşil ton 228;
  • mavi ton 224.
RGB:
(201,228,224)
(79%,89%,88%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 228 of 255 = 89%
B 224 of 255 = 88%

201
228
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 228 + 224 = 653 (100%)
R 201 of 653 ~ 30.78%
G 228 of 653 ~ 34.92%
B 224 of 653 ~ 34.3%

%30.78
%34.92
%34.3

CMYK RENK MODELİ

#C9E4E0 rengi CMYK tonu (12,0,2,11).

  • camgöbeği tonu 11.84%
  • eflatun tonu 0.00%
  • sarı tonu 1.75%
  • ana renk tonu 10.59%
CMYK:
(12,0,2,11)
C12M0Y2K11 
(12%,0%,2%,11%)
(0.12/0.00/0.02/0.11)	

CMYK yüzdeleri

%11.84
%0
%1.75
%10.59

Codes

Color #C9E4E0 in popluar color models

C9E4E0
RGB201228224
HSL171°33.33%84.12%
HSB/HSV171°11.84%89.41%
CMYK11.84%0.00%1.75%
10.59%

Color #C9E4E0 in popluar number systems.

HEXC9E4E0
Decimal201228224
Binary110010011110010011100000
Octal311344340

Shades and tints

Shades of #C9E4E0

#C9E4E0
(201,228,224)
#B7D0CC
(183,208,204)
#A5BCB8
(165,188,184)
#93A8A4
(147,168,164)
#819490
(129,148,144)
#6F807C
(111,128,124)
#5D6C68
(93,108,104)
#4B5854
(75,88,84)
#394440
(57,68,64)
#27302C
(39,48,44)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #C9E4E0

#C9E4E0
(201,228,224)
#CDE6E2
(205,230,226)
#D1E8E4
(209,232,228)
#D5EAE6
(213,234,230)
#D9ECE8
(217,236,232)
#DDEEEA
(221,238,234)
#E1F0EC
(225,240,236)
#E5F2EE
(229,242,238)
#E9F4F0
(233,244,240)
#EDF6F2
(237,246,242)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E4E0 color. Also use rgb(201,228,224) instead hex code.

Text Font Color

.myTextColor { color: #C9E4E0; }

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

This text font color is #C9E4E0.


Background Color

.myBgColor { background-color: #C9E4E0; }

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

This div background color is #C9E4E0.


Border color

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

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

This div border color is #C9E4E0.


Opacity

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

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

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

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

This text has shadow with #C9E4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E4E0 on black background.


Color preview on white background

This text has color #C9E4E0 on white background.



Black color preview on #C9E4E0 background

This text has black color on #C9E4E0 background.


White color preview on #C9E4E0 background

This text has white color on #C9E4E0 background.