COLOR #C9E9E7

HEX: #C9E9E7
RGB: (201,233,231)

Renk bilgisi

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

RGB renk modeli

#C9E9E7 color RGB value is (201,233,231).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 233 of 255 = 91%
B 231 of 255 = 91%

201
233
231

R + G + B ~ 87%. #C9E9E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 233 + 231 = 665 (100%)
R 201 of 665 ~ 30.23%
G 233 of 665 ~ 35.04%
B 231 of 665 ~ 34.74%

%30.23
%35.04
%34.74

CMYK RENK MODELİ

#C9E9E7 rengi CMYK tonu (14,0,1,9).

  • camgöbeği tonu 13.73%
  • eflatun tonu 0.00%
  • sarı tonu 0.86%
  • ana renk tonu 8.63%
CMYK:
(14,0,1,9)
C14M0Y1K9 
(14%,0%,1%,9%)
(0.14/0.00/0.01/0.09)	

CMYK yüzdeleri

%13.73
%0
%0.86
%8.63

Codes

Color #C9E9E7 in popluar color models

C9E9E7
RGB201233231
HSL176°42.11%85.10%
HSB/HSV176°13.73%91.37%
CMYK13.73%0.00%0.86%
8.63%

Color #C9E9E7 in popluar number systems.

HEXC9E9E7
Decimal201233231
Binary110010011110100111100111
Octal311351347

Shades and tints

Shades of #C9E9E7

#C9E9E7
(201,233,231)
#B7D4D2
(183,212,210)
#A5BFBD
(165,191,189)
#93AAA8
(147,170,168)
#819593
(129,149,147)
#6F807E
(111,128,126)
#5D6B69
(93,107,105)
#4B5654
(75,86,84)
#39413F
(57,65,63)
#272C2A
(39,44,42)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #C9E9E7

#C9E9E7
(201,233,231)
#CDEBE9
(205,235,233)
#D1EDEB
(209,237,235)
#D5EFED
(213,239,237)
#D9F1EF
(217,241,239)
#DDF3F1
(221,243,241)
#E1F5F3
(225,245,243)
#E5F7F5
(229,247,245)
#E9F9F7
(233,249,247)
#EDFBF9
(237,251,249)
#F1FDFB
(241,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9E7; }

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

This text font color is #C9E9E7.


Background Color

.myBgColor { background-color: #C9E9E7; }

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

This div background color is #C9E9E7.


Border color

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

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

This div border color is #C9E9E7.


Opacity

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

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

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

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

This text has shadow with #C9E9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9E7 on black background.


Color preview on white background

This text has color #C9E9E7 on white background.



Black color preview on #C9E9E7 background

This text has black color on #C9E9E7 background.


White color preview on #C9E9E7 background

This text has white color on #C9E9E7 background.