COLOR #C9E6E5

HEX: #C9E6E5
RGB: (201,230,229)

Renk bilgisi

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

RGB renk modeli

#C9E6E5 color RGB value is (201,230,229).

  • kırmız ton 201;
  • yeşil ton 230;
  • mavi ton 229.
RGB:
(201,230,229)
(79%,90%,90%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 229 of 255 = 90%

201
230
229

R + G + B ~ 86%. #C9E6E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 229 = 660 (100%)
R 201 of 660 ~ 30.45%
G 230 of 660 ~ 34.85%
B 229 of 660 ~ 34.7%

%30.45
%34.85
%34.7

CMYK RENK MODELİ

#C9E6E5 rengi CMYK tonu (13,0,0,10).

  • camgöbeği tonu 12.61%
  • eflatun tonu 0.00%
  • sarı tonu 0.43%
  • ana renk tonu 9.80%
CMYK:
(13,0,0,10)
C13M0Y0K10 
(13%,0%,0%,10%)
(0.13/0.00/0.00/0.10)	

CMYK yüzdeleri

%12.61
%0
%0.43
%9.8

Codes

Color #C9E6E5 in popluar color models

C9E6E5
RGB201230229
HSL178°36.71%84.51%
HSB/HSV178°12.61%90.20%
CMYK12.61%0.00%0.43%
9.80%

Color #C9E6E5 in popluar number systems.

HEXC9E6E5
Decimal201230229
Binary110010011110011011100101
Octal311346345

Shades and tints

Shades of #C9E6E5

#C9E6E5
(201,230,229)
#B7D2D1
(183,210,209)
#A5BEBD
(165,190,189)
#93AAA9
(147,170,169)
#819695
(129,150,149)
#6F8281
(111,130,129)
#5D6E6D
(93,110,109)
#4B5A59
(75,90,89)
#394645
(57,70,69)
#273231
(39,50,49)
#151E1D
(21,30,29)
#000000
(0,0,0)

Tints of #C9E6E5

#C9E6E5
(201,230,229)
#CDE8E7
(205,232,231)
#D1EAE9
(209,234,233)
#D5ECEB
(213,236,235)
#D9EEED
(217,238,237)
#DDF0EF
(221,240,239)
#E1F2F1
(225,242,241)
#E5F4F3
(229,244,243)
#E9F6F5
(233,246,245)
#EDF8F7
(237,248,247)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E6E5 color. Also use rgb(201,230,229) instead hex code.

Text Font Color

.myTextColor { color: #C9E6E5; }

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

This text font color is #C9E6E5.


Background Color

.myBgColor { background-color: #C9E6E5; }

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

This div background color is #C9E6E5.


Border color

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

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

This div border color is #C9E6E5.


Opacity

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

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

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

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

This text has shadow with #C9E6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6E5 on black background.


Color preview on white background

This text has color #C9E6E5 on white background.



Black color preview on #C9E6E5 background

This text has black color on #C9E6E5 background.


White color preview on #C9E6E5 background

This text has white color on #C9E6E5 background.