COLOR #C9D4EB

HEX: #C9D4EB
RGB: (201,212,235)

Renk bilgisi

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

RGB renk modeli

#C9D4EB color RGB value is (201,212,235).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 212 of 255 = 83%
B 235 of 255 = 92%

201
212
235

R + G + B ~ 85%. #C9D4EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 212 + 235 = 648 (100%)
R 201 of 648 ~ 31.02%
G 212 of 648 ~ 32.72%
B 235 of 648 ~ 36.27%

%31.02
%32.72
%36.27

CMYK RENK MODELİ

#C9D4EB rengi CMYK tonu (14,10,0,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 9.79%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(14,10,0,8)
C14M10Y0K8 
(14%,10%,0%,8%)
(0.14/0.10/0.00/0.08)	

CMYK yüzdeleri

%14.47
%9.79
%0
%7.84

Codes

Color #C9D4EB in popluar color models

C9D4EB
RGB201212235
HSL221°45.95%85.49%
HSB/HSV221°14.47%92.16%
CMYK14.47%9.79%0.00%
7.84%

Color #C9D4EB in popluar number systems.

HEXC9D4EB
Decimal201212235
Binary110010011101010011101011
Octal311324353

Shades and tints

Shades of #C9D4EB

#C9D4EB
(201,212,235)
#B7C1D6
(183,193,214)
#A5AEC1
(165,174,193)
#939BAC
(147,155,172)
#818897
(129,136,151)
#6F7582
(111,117,130)
#5D626D
(93,98,109)
#4B4F58
(75,79,88)
#393C43
(57,60,67)
#27292E
(39,41,46)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #C9D4EB

#C9D4EB
(201,212,235)
#CDD7EC
(205,215,236)
#D1DAED
(209,218,237)
#D5DDEE
(213,221,238)
#D9E0EF
(217,224,239)
#DDE3F0
(221,227,240)
#E1E6F1
(225,230,241)
#E5E9F2
(229,233,242)
#E9ECF3
(233,236,243)
#EDEFF4
(237,239,244)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D4EB; }

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

This text font color is #C9D4EB.


Background Color

.myBgColor { background-color: #C9D4EB; }

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

This div background color is #C9D4EB.


Border color

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

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

This div border color is #C9D4EB.


Opacity

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

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

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

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

This text has shadow with #C9D4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D4EB on black background.


Color preview on white background

This text has color #C9D4EB on white background.



Black color preview on #C9D4EB background

This text has black color on #C9D4EB background.


White color preview on #C9D4EB background

This text has white color on #C9D4EB background.