COLOR #C9E8EE

HEX: #C9E8EE
RGB: (201,232,238)

Renk bilgisi

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

RGB renk modeli

#C9E8EE color RGB value is (201,232,238).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 232 of 255 = 91%
B 238 of 255 = 93%

201
232
238

R + G + B ~ 88%. #C9E8EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 232 + 238 = 671 (100%)
R 201 of 671 ~ 29.96%
G 232 of 671 ~ 34.58%
B 238 of 671 ~ 35.47%

%29.96
%34.58
%35.47

CMYK RENK MODELİ

#C9E8EE rengi CMYK tonu (16,3,0,7).

  • camgöbeği tonu 15.55%
  • eflatun tonu 2.52%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,3,0,7)
C16M3Y0K7 
(16%,3%,0%,7%)
(0.16/0.03/0.00/0.07)	

CMYK yüzdeleri

%15.55
%2.52
%0
%6.67

Codes

Color #C9E8EE in popluar color models

C9E8EE
RGB201232238
HSL190°52.11%86.08%
HSB/HSV190°15.55%93.33%
CMYK15.55%2.52%0.00%
6.67%

Color #C9E8EE in popluar number systems.

HEXC9E8EE
Decimal201232238
Binary110010011110100011101110
Octal311350356

Shades and tints

Shades of #C9E8EE

#C9E8EE
(201,232,238)
#B7D3D9
(183,211,217)
#A5BEC4
(165,190,196)
#93A9AF
(147,169,175)
#81949A
(129,148,154)
#6F7F85
(111,127,133)
#5D6A70
(93,106,112)
#4B555B
(75,85,91)
#394046
(57,64,70)
#272B31
(39,43,49)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #C9E8EE

#C9E8EE
(201,232,238)
#CDEAEF
(205,234,239)
#D1ECF0
(209,236,240)
#D5EEF1
(213,238,241)
#D9F0F2
(217,240,242)
#DDF2F3
(221,242,243)
#E1F4F4
(225,244,244)
#E5F6F5
(229,246,245)
#E9F8F6
(233,248,246)
#EDFAF7
(237,250,247)
#F1FCF8
(241,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E8EE color. Also use rgb(201,232,238) instead hex code.

Text Font Color

.myTextColor { color: #C9E8EE; }

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

This text font color is #C9E8EE.


Background Color

.myBgColor { background-color: #C9E8EE; }

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

This div background color is #C9E8EE.


Border color

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

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

This div border color is #C9E8EE.


Opacity

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

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

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

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

This text has shadow with #C9E8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E8EE on black background.


Color preview on white background

This text has color #C9E8EE on white background.



Black color preview on #C9E8EE background

This text has black color on #C9E8EE background.


White color preview on #C9E8EE background

This text has white color on #C9E8EE background.