COLOR #C9EEF1

HEX: #C9EEF1
RGB: (201,238,241)

Renk bilgisi

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

RGB renk modeli

#C9EEF1 color RGB value is (201,238,241).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 238 of 255 = 93%
B 241 of 255 = 95%

201
238
241

R + G + B ~ 89%. #C9EEF1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 238 + 241 = 680 (100%)
R 201 of 680 ~ 29.56%
G 238 of 680 ~ 35%
B 241 of 680 ~ 35.44%

%29.56
%35
%35.44

CMYK RENK MODELİ

#C9EEF1 rengi CMYK tonu (17,1,0,5).

  • camgöbeği tonu 16.60%
  • eflatun tonu 1.24%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(17,1,0,5)
C17M1Y0K5 
(17%,1%,0%,5%)
(0.17/0.01/0.00/0.05)	

CMYK yüzdeleri

%16.6
%1.24
%0
%5.49

Codes

Color #C9EEF1 in popluar color models

C9EEF1
RGB201238241
HSL185°58.82%86.67%
HSB/HSV185°16.60%94.51%
CMYK16.60%1.24%0.00%
5.49%

Color #C9EEF1 in popluar number systems.

HEXC9EEF1
Decimal201238241
Binary110010011110111011110001
Octal311356361

Shades and tints

Shades of #C9EEF1

#C9EEF1
(201,238,241)
#B7D9DC
(183,217,220)
#A5C4C7
(165,196,199)
#93AFB2
(147,175,178)
#819A9D
(129,154,157)
#6F8588
(111,133,136)
#5D7073
(93,112,115)
#4B5B5E
(75,91,94)
#394649
(57,70,73)
#273134
(39,49,52)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #C9EEF1

#C9EEF1
(201,238,241)
#CDEFF2
(205,239,242)
#D1F0F3
(209,240,243)
#D5F1F4
(213,241,244)
#D9F2F5
(217,242,245)
#DDF3F6
(221,243,246)
#E1F4F7
(225,244,247)
#E5F5F8
(229,245,248)
#E9F6F9
(233,246,249)
#EDF7FA
(237,247,250)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EEF1; }

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

This text font color is #C9EEF1.


Background Color

.myBgColor { background-color: #C9EEF1; }

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

This div background color is #C9EEF1.


Border color

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

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

This div border color is #C9EEF1.


Opacity

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

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

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

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

This text has shadow with #C9EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EEF1 on black background.


Color preview on white background

This text has color #C9EEF1 on white background.



Black color preview on #C9EEF1 background

This text has black color on #C9EEF1 background.


White color preview on #C9EEF1 background

This text has white color on #C9EEF1 background.