COLOR #C7C9DC

HEX: #C7C9DC
RGB: (199,201,220)

Renk bilgisi

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

RGB renk modeli

#C7C9DC color RGB value is (199,201,220).

  • kırmız ton 199;
  • yeşil ton 201;
  • mavi ton 220.
RGB:
(199,201,220)
(78%,79%,86%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 201 of 255 = 79%
B 220 of 255 = 86%

199
201
220

R + G + B ~ 81%. #C7C9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 201 + 220 = 620 (100%)
R 199 of 620 ~ 32.1%
G 201 of 620 ~ 32.42%
B 220 of 620 ~ 35.48%

%32.1
%32.42
%35.48

CMYK RENK MODELİ

#C7C9DC rengi CMYK tonu (10,9,0,14).

  • camgöbeği tonu 9.55%
  • eflatun tonu 8.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,9,0,14)
C10M9Y0K14 
(10%,9%,0%,14%)
(0.10/0.09/0.00/0.14)	

CMYK yüzdeleri

%9.55
%8.64
%0
%13.73

Codes

Color #C7C9DC in popluar color models

C7C9DC
RGB199201220
HSL234°23.08%82.16%
HSB/HSV234°9.55%86.27%
CMYK9.55%8.64%0.00%
13.73%

Color #C7C9DC in popluar number systems.

HEXC7C9DC
Decimal199201220
Binary110001111100100111011100
Octal307311334

Shades and tints

Shades of #C7C9DC

#C7C9DC
(199,201,220)
#B5B7C8
(181,183,200)
#A3A5B4
(163,165,180)
#9193A0
(145,147,160)
#7F818C
(127,129,140)
#6D6F78
(109,111,120)
#5B5D64
(91,93,100)
#494B50
(73,75,80)
#37393C
(55,57,60)
#252728
(37,39,40)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #C7C9DC

#C7C9DC
(199,201,220)
#CCCDDF
(204,205,223)
#D1D1E2
(209,209,226)
#D6D5E5
(214,213,229)
#DBD9E8
(219,217,232)
#E0DDEB
(224,221,235)
#E5E1EE
(229,225,238)
#EAE5F1
(234,229,241)
#EFE9F4
(239,233,244)
#F4EDF7
(244,237,247)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C9DC color. Also use rgb(199,201,220) instead hex code.

Text Font Color

.myTextColor { color: #C7C9DC; }

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

This text font color is #C7C9DC.


Background Color

.myBgColor { background-color: #C7C9DC; }

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

This div background color is #C7C9DC.


Border color

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

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

This div border color is #C7C9DC.


Opacity

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

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

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

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

This text has shadow with #C7C9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9DC on black background.


Color preview on white background

This text has color #C7C9DC on white background.



Black color preview on #C7C9DC background

This text has black color on #C7C9DC background.


White color preview on #C7C9DC background

This text has white color on #C7C9DC background.