COLOR #C9E0EB

HEX: #C9E0EB
RGB: (201,224,235)

Renk bilgisi

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

RGB renk modeli

#C9E0EB color RGB value is (201,224,235).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 224 of 255 = 88%
B 235 of 255 = 92%

201
224
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 224 + 235 = 660 (100%)
R 201 of 660 ~ 30.45%
G 224 of 660 ~ 33.94%
B 235 of 660 ~ 35.61%

%30.45
%33.94
%35.61

CMYK RENK MODELİ

#C9E0EB rengi CMYK tonu (14,5,0,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 4.68%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(14,5,0,8)
C14M5Y0K8 
(14%,5%,0%,8%)
(0.14/0.05/0.00/0.08)	

CMYK yüzdeleri

%14.47
%4.68
%0
%7.84

Codes

Color #C9E0EB in popluar color models

C9E0EB
RGB201224235
HSL199°45.95%85.49%
HSB/HSV199°14.47%92.16%
CMYK14.47%4.68%0.00%
7.84%

Color #C9E0EB in popluar number systems.

HEXC9E0EB
Decimal201224235
Binary110010011110000011101011
Octal311340353

Shades and tints

Shades of #C9E0EB

#C9E0EB
(201,224,235)
#B7CCD6
(183,204,214)
#A5B8C1
(165,184,193)
#93A4AC
(147,164,172)
#819097
(129,144,151)
#6F7C82
(111,124,130)
#5D686D
(93,104,109)
#4B5458
(75,84,88)
#394043
(57,64,67)
#272C2E
(39,44,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9E0EB

#C9E0EB
(201,224,235)
#CDE2EC
(205,226,236)
#D1E4ED
(209,228,237)
#D5E6EE
(213,230,238)
#D9E8EF
(217,232,239)
#DDEAF0
(221,234,240)
#E1ECF1
(225,236,241)
#E5EEF2
(229,238,242)
#E9F0F3
(233,240,243)
#EDF2F4
(237,242,244)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E0EB; }

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

This text font color is #C9E0EB.


Background Color

.myBgColor { background-color: #C9E0EB; }

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

This div background color is #C9E0EB.


Border color

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

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

This div border color is #C9E0EB.


Opacity

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

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

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

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

This text has shadow with #C9E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E0EB on black background.


Color preview on white background

This text has color #C9E0EB on white background.



Black color preview on #C9E0EB background

This text has black color on #C9E0EB background.


White color preview on #C9E0EB background

This text has white color on #C9E0EB background.