COLOR #C6D0CC

HEX: #C6D0CC
RGB: (198,208,204)

Renk bilgisi

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

RGB renk modeli

#C6D0CC color RGB value is (198,208,204).

  • kırmız ton 198;
  • yeşil ton 208;
  • mavi ton 204.
RGB: (198,208,204) (78%,82%,80%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 208 of 255 = 82%
B 204 of 255 = 80%

198
208
204

R + G + B ~ 80%. #C6D0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 208 + 204 = 610 (100%)
R 198 of 610 ~ 32.46%
G 208 of 610 ~ 34.1%
B 204 of 610 ~ 33.44%

%32.46
%34.1
%33.44

CMYK RENK MODELİ

#C6D0CC rengi CMYK tonu (5,0,2,18).

  • camgöbeği tonu 4.81%
  • eflatun tonu 0.00%
  • sarı tonu 1.92%
  • ana renk tonu 18.43%
CMYK: (5,0,2,18) C5M0Y2K18 (5%,0%,2%,18%) (0.05/0.00/0.02/0.18)

CMYK yüzdeleri

%4.81
%0
%1.92
%18.43

Codes

Color #C6D0CC in popluar color models

C6D0CC
RGB198208204
HSL156°9.62%79.61%
HSB/HSV156°4.81%81.57%
CMYK4.81%0.00%1.92%
18.43%

Color #C6D0CC in popluar number systems.

HEXC6D0CC
Decimal198208204
Binary110001101101000011001100
Octal306320314

Shades and tints

Shades of #C6D0CC

#C6D0CC
(198,208,204)
#B4BEBA
(180,190,186)
#A2ACA8
(162,172,168)
#909A96
(144,154,150)
#7E8884
(126,136,132)
#6C7672
(108,118,114)
#5A6460
(90,100,96)
#48524E
(72,82,78)
#36403C
(54,64,60)
#242E2A
(36,46,42)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #C6D0CC

#C6D0CC
(198,208,204)
#CBD4D0
(203,212,208)
#D0D8D4
(208,216,212)
#D5DCD8
(213,220,216)
#DAE0DC
(218,224,220)
#DFE4E0
(223,228,224)
#E4E8E4
(228,232,228)
#E9ECE8
(233,236,232)
#EEF0EC
(238,240,236)
#F3F4F0
(243,244,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D0CC color. Also use rgb(198,208,204) instead hex code.

Text Font Color

.myTextColor { color: #C6D0CC; }

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

This text font color is #C6D0CC.


Background Color

.myBgColor { background-color: #C6D0CC; }

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

This div background color is #C6D0CC.


Border color

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

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

This div border color is #C6D0CC.


Opacity

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

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

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

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

This text has shadow with #C6D0CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6D0CC on black background.


Color preview on white background

This text has color #C6D0CC on white background.



Black color preview on #C6D0CC background

This text has black color on #C6D0CC background.


White color preview on #C6D0CC background

This text has white color on #C6D0CC background.